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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-02/func/sub-0075_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>392b9de356ca329c86a950fc9a54d897</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>13:06:32.055000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995831, 0.0432005, 0.0803443, -0.0391263, 0.9979, -0.0516112]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0867093</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7688, -7246, 454, -50, -3, 51, 29]</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>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ae3b4dd2-7ae4-4c9c-ae12-400e38c2054c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6717405319213867, -0.1049729511141777, 0.22249412536621094, 110.5919418334961], [-0.1159038171172142, 2.6772940158843994, -0.13028167188167572, -75.78494262695312], [0.21555784344673157, 0.1384691596031189, 2.6876611709594727, -81.62056732177734], [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': ['130632.055000', '130632.515000', '130632.975000', '130633.435000', '130633.895000', '130634.355000', '130634.815000', '130635.275000', '130635.735000', '130636.195000', '130636.655000', '130637.115000', '130637.575000', '130638.035000', '130638.495000', '130638.955000', '130639.415000', '130639.875000', '130640.335000', '130640.795000', '130641.255000', '130641.715000', '130642.175000', '130642.635000', '130643.095000', '130643.555000', '130644.015000', '130644.475000', '130644.935000', '130645.395000', '130645.855000', '130646.315000', '130646.775000', '130647.235000', '130647.695000', '130648.155000', '130648.615000', '130649.075000', '130649.535000', '130649.995000', '130650.455000', '130650.915000', '130651.375000', '130651.835000', '130652.295000', '130652.755000', '130653.215000', '130653.675000', '130654.135000', '130654.595000', '130655.055000', '130655.515000', '130655.975000', '130656.435000', '130656.895000', '130657.355000', '130657.815000', '130658.275000', '130658.735000', '130659.195000', '130659.655000', '130700.115000', '130700.575000', '130701.035000', '130701.495000', '130701.955000', '130702.415000', '130702.875000', '130703.335000', '130703.795000', '130704.255000', '130704.715000', '130705.175000', '130705.635000', '130706.095000', '130706.555000', '130707.015000', '130707.475000', '130707.935000', '130708.395000', '130708.855000', '130709.315000', '130709.775000', '130710.235000', '130710.695000', '130711.155000', '130711.615000', '130712.075000', '130712.535000', '130712.995000', '130713.455000', '130713.915000', '130714.375000', '130714.835000', '130715.295000', '130715.755000', '130716.215000', '130716.675000', '130717.135000', '130717.595000', '130718.055000', '130718.515000', '130718.975000', '130719.435000', '130719.895000', '130720.355000', '130720.815000', '130721.275000', '130721.735000', '130722.195000', '130722.655000', '130723.115000', '130723.575000', '130724.035000', '130724.495000', '130724.955000', '130725.415000', '130725.875000', '130726.335000', '130726.795000', '130727.255000', '130727.715000', '130728.175000', '130728.635000', '130729.095000', '130729.555000', '130730.015000', '130730.475000', '130730.935000', '130731.395000', '130731.855000', '130732.315000', '130732.775000', '130733.235000', '130733.695000', '130734.155000', '130734.615000', '130735.075000', '130735.535000', '130735.995000', '130736.455000', '130736.915000', '130737.375000', '130737.835000', '130738.295000', '130738.755000', '130739.215000', '130739.675000', '130740.135000', '130740.595000', '130741.055000', '130741.515000', '130741.975000', '130742.435000', '130742.895000', '130743.355000', '130743.815000', '130744.275000', '130744.735000', '130745.195000', '130745.655000', '130746.115000', '130746.575000', '130747.035000', '130747.495000', '130747.955000', '130748.415000', '130748.875000', '130749.335000', '130749.795000', '130750.255000', '130750.715000', '130751.175000', '130751.635000', '130752.095000', '130752.555000', '130753.015000', '130753.475000', '130753.935000', '130754.395000', '130754.855000', '130755.315000', '130755.775000', '130756.235000', '130756.695000', '130757.155000', '130757.615000', '130758.075000', '130758.535000', '130758.995000', '130759.455000', '130759.915000', '130800.375000', '130800.835000', '130801.295000', '130801.755000', '130802.215000', '130802.675000', '130803.135000', '130803.595000', '130804.055000', '130804.515000', '130804.975000', '130805.435000', '130805.895000', '130806.355000', '130806.815000', '130807.275000', '130807.735000', '130808.195000', '130808.655000', '130809.115000', '130809.575000', '130810.035000', '130810.495000', '130810.955000', '130811.415000', '130811.875000', '130812.335000', '130812.795000', '130813.255000', '130813.715000', '130814.175000', '130814.635000', '130815.095000', '130815.555000', '130816.015000', '130816.475000', '130816.935000', '130817.395000', '130817.855000', '130818.315000', '130818.775000', '130819.235000', '130819.695000', '130820.155000', '130820.615000', '130821.075000', '130821.535000', '130821.995000', '130822.455000', '130822.915000', '130823.375000', '130823.835000', '130824.295000', '130824.755000', '130825.215000', '130825.675000', '130826.135000', '130826.595000', '130827.055000', '130827.515000', '130827.975000', '130828.435000', '130828.895000', '130829.355000', '130829.815000', '130830.275000', '130830.735000', '130831.195000', '130831.655000', '130832.115000', '130832.575000', '130833.035000', '130833.495000', '130833.955000', '130834.415000', '130834.875000', '130835.335000', '130835.795000', '130836.255000', '130836.715000', '130837.175000', '130837.635000', '130838.095000', '130838.555000', '130839.015000', '130839.475000', '130839.935000', '130840.395000', '130840.855000', '130841.315000', '130841.775000', '130842.235000', '130842.695000', '130843.155000', '130843.615000', '130844.075000', '130844.535000', '130844.995000', '130845.455000', '130845.915000', '130846.375000', '130846.835000', '130847.295000', '130847.755000', '130848.215000', '130848.675000', '130849.135000', '130849.595000', '130850.055000', '130850.515000', '130850.975000', '130851.435000', '130851.895000', '130852.355000', '130852.815000', '130853.275000', '130853.735000', '130854.195000', '130854.655000', '130855.115000', '130855.575000', '130856.035000', '130856.495000', '130856.955000', '130857.415000', '130857.875000', '130858.335000', '130858.795000', '130859.255000', '130859.715000', '130900.175000', '130900.635000', '130901.095000', '130901.555000', '130902.015000', '130902.475000', '130902.935000', '130903.395000', '130903.855000', '130904.315000', '130904.775000', '130905.235000', '130905.695000', '130906.155000', '130906.615000', '130907.075000', '130907.535000', '130907.995000', '130908.455000', '130908.915000', '130909.375000', '130909.835000', '130910.295000', '130910.755000', '130911.215000', '130911.675000', '130912.135000', '130912.595000', '130913.055000', '130913.515000', '130913.975000', '130914.435000', '130914.895000', '130915.355000', '130915.815000', '130916.275000', '130916.735000', '130917.195000', '130917.655000', '130918.115000', '130918.575000', '130919.035000', '130919.495000', '130919.955000', '130920.415000', '130920.875000', '130921.335000', '130921.795000', '130922.255000', '130922.715000', '130923.175000', '130923.635000', '130924.095000', '130924.555000', '130925.015000', '130925.475000', '130925.935000', '130926.395000', '130926.855000', '130927.315000', '130927.775000', '130928.235000', '130928.695000', '130929.155000', '130929.615000', '130930.075000', '130930.535000', '130930.995000', '130931.455000', '130931.915000', '130932.375000', '130932.835000', '130933.295000', '130933.755000', '130934.215000', '130934.675000', '130935.135000', '130935.595000', '130936.055000', '130936.515000', '130936.975000', '130937.435000', '130937.895000', '130938.355000', '130938.815000', '130939.275000', '130939.735000', '130940.195000', '130940.655000', '130941.115000', '130941.575000', '130942.035000', '130942.495000', '130942.955000', '130943.415000', '130943.875000', '130944.335000', '130944.795000', '130945.255000', '130945.715000', '130946.175000', '130946.635000', '130947.095000', '130947.555000', '130948.015000', '130948.475000', '130948.935000', '130949.395000', '130949.855000', '130950.315000', '130950.775000', '130951.235000', '130951.695000', '130952.155000', '130952.615000', '130953.075000', '130953.535000', '130953.995000', '130954.455000', '130954.915000', '130955.375000', '130955.835000', '130956.295000', '130956.755000', '130957.215000', '130957.675000', '130958.135000', '130958.595000', '130959.055000', '130959.515000', '130959.975000', '131000.435000', '131000.895000', '131001.355000', '131001.815000', '131002.275000', '131002.735000', '131003.195000', '131003.655000', '131004.115000', '131004.575000', '131005.035000', '131005.495000', '131005.955000', '131006.415000', '131006.875000', '131007.335000', '131007.795000', '131008.255000', '131008.715000', '131009.175000', '131009.635000', '131010.095000', '131010.555000', '131011.015000', '131011.475000', '131011.935000', '131012.395000', '131012.855000', '131013.315000', '131013.775000', '131014.235000', '131014.695000', '131015.155000', '131015.615000', '131016.075000', '131016.535000', '131016.995000', '131017.455000', '131017.915000', '131018.375000', '131018.835000', '131019.295000', '131019.755000', '131020.215000', '131020.675000', '131021.135000', '131021.595000', '131022.055000', '131022.515000', '131022.975000', '131023.435000', '131023.895000', '131024.355000', '131024.815000', '131025.275000', '131025.735000', '131026.195000', '131026.655000', '131027.115000', '131027.575000', '131028.035000', '131028.495000', '131028.955000', '131029.415000', '131029.875000', '131030.335000', '131030.795000', '131031.255000', '131031.715000', '131032.175000', '131032.635000', '131033.095000', '131033.555000', '131034.015000', '131034.475000', '131034.935000', '131035.395000', '131035.855000', '131036.315000', '131036.775000', '131037.235000', '131037.695000', '131038.155000', '131038.615000', '131039.075000', '131039.535000', '131039.995000', '131040.455000', '131040.915000', '131041.375000', '131041.835000', '131042.295000', '131042.755000', '131043.215000', '131043.675000', '131044.135000', '131044.595000', '131045.055000', '131045.515000', '131045.975000', '131046.435000', '131046.895000', '131047.355000', '131047.815000', '131048.275000', '131048.735000', '131049.195000', '131049.655000', '131050.115000', '131050.575000', '131051.035000', '131051.495000', '131051.955000', '131052.415000', '131052.875000', '131053.335000', '131053.795000', '131054.255000', '131054.715000', '131055.175000', '131055.635000', '131056.095000', '131056.555000', '131057.015000', '131057.475000', '131057.935000', '131058.395000', '131058.855000', '131059.315000', '131059.775000', '131100.235000', '131100.695000', '131101.155000', '131101.615000', '131102.075000', '131102.535000', '131102.995000', '131103.455000', '131103.915000', '131104.375000', '131104.835000', '131105.295000', '131105.755000', '131106.215000', '131106.675000', '131107.135000', '131107.595000', '131108.055000', '131108.515000', '131108.975000', '131109.435000', '131109.895000', '131110.355000', '131110.815000', '131111.275000', '131111.735000', '131112.195000', '131112.655000', '131113.115000', '131113.575000', '131114.035000', '131114.495000', '131114.955000', '131115.415000', '131115.875000', '131116.335000', '131116.795000', '131117.255000', '131117.715000', '131118.175000', '131118.635000', '131119.095000', '131119.555000', '131120.015000', '131120.475000', '131120.935000', '131121.395000', '131121.855000', '131122.315000', '131122.775000', '131123.235000', '131123.695000', '131124.155000', '131124.615000', '131125.075000', '131125.535000', '131125.995000', '131126.455000', '131126.915000', '131127.375000', '131127.835000', '131128.295000', '131128.755000', '131129.215000', '131129.675000', '131130.135000', '131130.595000', '131131.055000', '131131.515000', '131131.975000', '131132.435000', '131132.895000', '131133.355000', '131133.815000', '131134.275000', '131134.735000', '131135.195000', '131135.655000', '131136.115000', '131136.575000', '131137.035000', '131137.495000', '131137.955000', '131138.415000', '131138.875000', '131139.335000', '131139.795000', '131140.255000', '131140.715000', '131141.175000', '131141.635000', '131142.095000', '131142.555000', '131143.015000', '131143.475000', '131143.935000', '131144.395000', '131144.855000', '131145.315000', '131145.775000', '131146.235000', '131146.695000', '131147.155000', '131147.615000', '131148.075000', '131148.535000', '131148.995000', '131149.455000', '131149.915000', '131150.375000', '131150.835000', '131151.295000', '131151.755000', '131152.215000', '131152.675000', '131153.135000', '131153.595000', '131154.055000', '131154.515000', '131154.975000', '131155.435000', '131155.895000', '131156.355000', '131156.815000', '131157.275000', '131157.735000', '131158.195000', '131158.655000', '131159.115000', '131159.575000', '131200.035000', '131200.495000', '131200.955000', '131201.415000', '131201.875000', '131202.335000', '131202.795000', '131203.255000', '131203.715000', '131204.175000', '131204.635000', '131205.095000', '131205.555000', '131206.015000', '131206.475000', '131206.935000', '131207.395000', '131207.855000', '131208.315000', '131208.775000', '131209.235000', '131209.695000', '131210.155000', '131210.615000', '131211.075000', '131211.535000', '131211.995000', '131212.455000', '131212.915000', '131213.375000', '131213.835000', '131214.295000', '131214.755000', '131215.215000', '131215.675000', '131216.135000', '131216.595000', '131217.055000', '131217.515000', '131217.975000', '131218.435000', '131218.895000', '131219.355000', '131219.815000', '131220.275000', '131220.735000', '131221.195000', '131221.655000', '131222.115000', '131222.575000', '131223.035000', '131223.495000', '131223.955000', '131224.415000', '131224.875000', '131225.335000', '131225.795000', '131226.255000', '131226.715000', '131227.175000', '131227.635000', '131228.095000', '131228.555000', '131229.015000', '131229.475000', '131229.935000', '131230.395000', '131230.855000', '131231.315000', '131231.775000', '131232.235000', '131232.695000', '131233.155000', '131233.615000', '131234.075000', '131234.535000', '131234.995000', '131235.455000', '131235.915000', '131236.375000', '131236.835000', '131237.295000', '131237.755000', '131238.215000', '131238.675000', '131239.135000', '131239.595000', '131240.055000', '131240.515000', '131240.975000', '131241.435000', '131241.895000', '131242.355000', '131242.815000', '131243.275000', '131243.735000', '131244.195000', '131244.655000', '131245.115000', '131245.575000', '131246.035000', '131246.495000', '131246.955000', '131247.415000', '131247.875000', '131248.335000', '131248.795000', '131249.255000', '131249.715000', '131250.175000', '131250.635000', '131251.095000', '131251.555000', '131252.015000', '131252.475000', '131252.935000', '131253.395000', '131253.855000', '131254.315000', '131254.775000', '131255.235000', '131255.695000', '131256.155000', '131256.615000', '131257.075000', '131257.535000', '131257.995000', '131258.455000', '131258.915000', '131259.375000', '131259.835000', '131300.295000', '131300.755000', '131301.215000', '131301.675000', '131302.135000', '131302.595000', '131303.055000', '131303.515000', '131303.975000', '131304.435000', '131304.895000', '131305.355000', '131305.815000', '131306.275000', '131306.735000', '131307.195000', '131307.655000', '131308.115000', '131308.575000', '131309.035000', '131309.495000', '131309.955000', '131310.415000', '131310.875000', '131311.335000', '131311.795000', '131312.255000', '131312.715000', '131313.175000', '131313.635000', '131314.095000', '131314.555000', '131315.015000', '131315.475000', '131315.935000', '131316.395000', '131316.855000', '131317.315000', '131317.775000', '131318.235000', '131318.695000', '131319.155000', '131319.615000', '131320.075000', '131320.535000', '131320.995000', '131321.455000', '131321.915000', '131322.375000', '131322.835000', '131323.295000', '131323.755000', '131324.215000', '131324.675000', '131325.135000', '131325.595000', '131326.055000', '131326.515000', '131326.975000', '131327.435000', '131327.895000', '131328.355000', '131328.815000', '131329.275000', '131329.735000', '131330.195000', '131330.655000', '131331.115000', '131331.575000', '131332.035000'], 'ContentTime': ['130652.452000', '130652.455000', '130652.458000', '130652.461000', '130652.463000', '130652.466000', '130652.468000', '130652.471000', '130652.473000', '130652.476000', '130652.479000', '130652.481000', '130652.490000', '130652.493000', '130652.496000', '130652.498000', '130652.501000', '130652.503000', '130652.506000', '130652.509000', '130652.511000', '130652.514000', '130652.516000', '130652.519000', '130652.521000', '130652.524000', '130652.527000', '130652.529000', '130652.532000', '130652.535000', '130652.537000', '130652.540000', '130652.542000', '130652.545000', '130652.548000', '130652.550000', '130652.553000', '130652.555000', '130652.558000', '130652.561000', '130652.563000', '130652.566000', '130712.421000', '130712.424000', '130712.427000', '130712.430000', '130712.433000', '130712.435000', '130712.438000', '130712.440000', '130712.443000', '130712.446000', '130712.448000', '130712.451000', '130712.453000', '130712.456000', '130712.459000', '130712.461000', '130712.464000', '130712.466000', '130712.469000', '130712.472000', '130712.474000', '130712.477000', '130712.479000', '130712.482000', '130712.485000', '130712.487000', '130712.490000', '130712.492000', '130712.495000', '130712.498000', '130712.500000', '130712.503000', '130712.505000', '130712.508000', '130712.511000', '130712.514000', '130712.516000', '130712.519000', '130712.521000', '130712.524000', '130712.536000', '130712.538000', '130712.541000', '130732.422000', '130732.425000', '130732.428000', '130732.433000', '130732.435000', '130732.438000', '130732.440000', '130732.443000', '130732.445000', '130732.448000', '130732.451000', '130732.453000', '130732.456000', '130732.459000', '130732.461000', '130732.464000', '130732.467000', '130732.469000', '130732.472000', '130732.474000', '130732.477000', '130732.480000', '130732.482000', '130732.485000', '130732.487000', '130732.490000', '130732.493000', '130732.495000', '130732.498000', '130732.500000', '130732.503000', '130732.506000', '130732.508000', '130732.511000', '130732.513000', '130732.516000', '130732.519000', '130732.521000', '130732.524000', '130732.527000', '130732.529000', '130732.532000', '130732.534000', '130752.420000', '130752.423000', '130752.426000', '130752.429000', '130752.431000', '130752.434000', '130752.436000', '130752.439000', '130752.442000', '130752.444000', '130752.447000', '130752.450000', '130752.452000', '130752.455000', '130752.458000', '130752.460000', '130752.463000', '130752.465000', '130752.468000', '130752.471000', '130752.473000', '130752.476000', '130752.479000', '130752.481000', '130752.484000', '130752.486000', '130752.489000', '130752.492000', '130752.494000', '130752.497000', '130752.499000', '130752.502000', '130752.504000', '130752.515000', '130752.518000', '130752.520000', '130752.523000', '130752.525000', '130752.528000', '130752.531000', '130752.533000', '130752.536000', '130752.538000', '130752.541000', '130812.420000', '130812.423000', '130812.426000', '130812.429000', '130812.431000', '130812.434000', '130812.436000', '130812.439000', '130812.442000', '130812.444000', '130812.447000', '130812.450000', '130812.452000', '130812.455000', '130812.458000', '130812.461000', '130812.463000', '130812.472000', '130812.474000', '130812.477000', '130812.480000', '130812.482000', '130812.485000', '130812.488000', '130812.490000', '130812.493000', '130812.495000', '130812.498000', '130812.501000', '130812.503000', '130812.506000', '130812.509000', '130812.511000', '130812.514000', '130812.517000', '130812.519000', '130812.522000', '130812.524000', '130812.527000', '130812.530000', '130812.532000', '130812.535000', '130812.538000', '130812.540000', '130832.421000', '130832.424000', '130832.427000', '130832.429000', '130832.432000', '130832.435000', '130832.437000', '130832.440000', '130832.443000', '130832.445000', '130832.448000', '130832.451000', '130832.453000', '130832.456000', '130832.459000', '130832.461000', '130832.464000', '130832.467000', '130832.469000', '130832.472000', '130832.475000', '130832.477000', '130832.480000', '130832.482000', '130832.485000', '130832.488000', '130832.490000', '130832.493000', '130832.496000', '130832.498000', '130832.501000', '130832.504000', '130832.506000', '130832.509000', '130832.511000', '130832.514000', '130832.517000', '130832.519000', '130832.522000', '130832.525000', '130832.528000', '130832.530000', '130832.533000', '130852.422000', '130852.425000', '130852.427000', '130852.430000', '130852.433000', '130852.435000', '130852.438000', '130852.440000', '130852.443000', '130852.446000', '130852.449000', '130852.451000', '130852.454000', '130852.456000', '130852.459000', '130852.462000', '130852.464000', '130852.467000', '130852.470000', '130852.472000', '130852.475000', '130852.477000', '130852.480000', '130852.483000', '130852.485000', '130852.488000', '130852.491000', '130852.493000', '130852.496000', '130852.499000', '130852.501000', '130852.504000', '130852.506000', '130852.509000', '130852.512000', '130852.514000', '130852.517000', '130852.519000', '130852.522000', '130852.525000', '130852.527000', '130852.530000', '130852.532000', '130852.535000', '130912.421000', '130912.424000', '130912.427000', '130912.430000', '130912.432000', '130912.437000', '130912.439000', '130912.442000', '130912.445000', '130912.447000', '130912.450000', '130912.453000', '130912.455000', '130912.458000', '130912.460000', '130912.463000', '130912.466000', '130912.468000', '130912.471000', '130912.474000', '130912.476000', '130912.479000', '130912.482000', '130912.484000', '130912.487000', '130912.490000', '130912.492000', '130912.495000', '130912.498000', '130912.500000', '130912.503000', '130912.505000', '130912.508000', '130912.511000', '130912.513000', '130912.516000', '130912.538000', '130912.541000', '130912.543000', '130912.546000', '130912.549000', '130912.551000', '130912.554000', '130932.422000', '130932.425000', '130932.428000', '130932.431000', '130932.434000', '130932.437000', '130932.439000', '130932.442000', '130932.445000', '130932.447000', '130932.450000', '130932.452000', '130932.455000', '130932.458000', '130932.460000', '130932.463000', '130932.466000', '130932.468000', '130932.471000', '130932.474000', '130932.476000', '130932.479000', '130932.482000', '130932.484000', '130932.487000', '130932.490000', '130932.492000', '130932.495000', '130932.498000', '130932.500000', '130932.503000', '130932.505000', '130932.508000', '130932.511000', '130932.513000', '130932.516000', '130932.519000', '130932.521000', '130932.524000', '130932.526000', '130932.529000', '130932.532000', '130932.534000', '130952.421000', '130952.424000', '130952.427000', '130952.430000', '130952.433000', '130952.435000', '130952.438000', '130952.441000', '130952.443000', '130952.446000', '130952.449000', '130952.452000', '130952.454000', '130952.457000', '130952.459000', '130952.462000', '130952.465000', '130952.467000', '130952.470000', '130952.473000', '130952.475000', '130952.478000', '130952.480000', '130952.483000', '130952.485000', '130952.488000', '130952.491000', '130952.493000', '130952.496000', '130952.499000', '130952.501000', '130952.504000', '130952.506000', '130952.509000', '130952.512000', '130952.514000', '130952.517000', '130952.520000', '130952.522000', '130952.525000', '130952.527000', '130952.530000', '130952.532000', '130952.535000', '131012.421000', '131012.424000', '131012.426000', '131012.429000', '131012.432000', '131012.434000', '131012.437000', '131012.440000', '131012.442000', '131012.445000', '131012.448000', '131012.450000', '131012.453000', '131012.455000', '131012.458000', '131012.461000', '131012.463000', '131012.466000', '131012.469000', '131012.471000', '131012.474000', '131012.477000', '131012.479000', '131012.482000', '131012.484000', '131012.487000', '131012.490000', '131012.492000', '131012.495000', '131012.498000', '131012.500000', '131012.503000', '131012.505000', '131012.508000', '131012.511000', '131012.513000', '131012.516000', '131012.518000', '131012.521000', '131012.524000', '131012.526000', '131012.529000', '131012.532000', '131012.534000', '131032.421000', '131032.424000', '131032.426000', '131032.429000', '131032.432000', '131032.435000', '131032.437000', '131032.440000', '131032.442000', '131032.445000', '131032.448000', '131032.450000', '131032.453000', '131032.456000', '131032.458000', '131032.461000', '131032.464000', '131032.466000', '131032.469000', '131032.472000', '131032.474000', '131032.477000', '131032.480000', '131032.482000', '131032.485000', '131032.488000', '131032.490000', '131032.493000', '131032.496000', '131032.498000', '131032.501000', '131032.503000', '131032.506000', '131032.509000', '131032.511000', '131032.514000', '131032.517000', '131032.520000', '131032.522000', '131032.525000', '131032.527000', '131032.530000', '131032.533000', '131052.422000', '131052.425000', '131052.427000', '131052.430000', '131052.447000', '131052.449000', '131052.452000', '131052.455000', '131052.457000', '131052.460000', '131052.462000', '131052.466000', '131052.469000', '131052.472000', '131052.474000', '131052.477000', '131052.479000', '131052.482000', '131052.485000', '131052.487000', '131052.490000', '131052.493000', '131052.496000', '131052.498000', '131052.501000', '131052.504000', '131052.507000', '131052.509000', '131052.512000', '131052.515000', '131052.518000', '131052.520000', '131052.523000', '131052.526000', '131052.528000', '131052.531000', '131052.534000', '131052.536000', '131052.539000', '131052.542000', '131052.544000', '131052.547000', '131052.550000', '131112.421000', '131112.425000', '131112.427000', '131112.430000', '131112.433000', '131112.435000', '131112.438000', '131112.440000', '131112.443000', '131112.446000', '131112.448000', '131112.451000', '131112.453000', '131112.456000', '131112.459000', '131112.461000', '131112.464000', '131112.467000', '131112.469000', '131112.472000', '131112.475000', '131112.477000', '131112.480000', '131112.482000', '131112.485000', '131112.488000', '131112.490000', '131112.493000', '131112.495000', '131112.498000', '131112.501000', '131112.503000', '131112.506000', '131112.509000', '131112.511000', '131112.514000', '131112.517000', '131112.519000', '131112.522000', '131112.524000', '131112.527000', '131112.530000', '131112.532000', '131112.535000', '131132.421000', '131132.424000', '131132.427000', '131132.430000', '131132.433000', '131132.435000', '131132.438000', '131132.440000', '131132.443000', '131132.446000', '131132.448000', '131132.451000', '131132.454000', '131132.456000', '131132.459000', '131132.462000', '131132.464000', '131132.467000', '131132.470000', '131132.473000', '131132.476000', '131132.479000', '131132.482000', '131132.485000', '131132.488000', '131132.490000', '131132.493000', '131132.496000', '131132.498000', '131132.501000', '131132.504000', '131132.506000', '131132.509000', '131132.512000', '131132.514000', '131132.517000', '131132.519000', '131132.522000', '131132.525000', '131132.527000', '131132.530000', '131132.533000', '131132.535000', '131152.421000', '131152.424000', '131152.427000', '131152.430000', '131152.433000', '131152.435000', '131152.438000', '131152.441000', '131152.444000', '131152.446000', '131152.449000', '131152.451000', '131152.454000', '131152.457000', '131152.459000', '131152.473000', '131152.476000', '131152.478000', '131152.481000', '131152.484000', '131152.486000', '131152.489000', '131152.492000', '131152.494000', '131152.497000', '131152.499000', '131152.502000', '131152.505000', '131152.507000', '131152.510000', '131152.513000', '131152.515000', '131152.518000', '131152.521000', '131152.523000', '131152.526000', '131152.529000', '131152.531000', '131152.534000', '131152.537000', '131152.539000', '131152.542000', '131152.545000', '131152.547000', '131212.422000', '131212.424000', '131212.428000', '131212.430000', '131212.433000', '131212.436000', '131212.438000', '131212.441000', '131212.444000', '131212.446000', '131212.449000', '131212.451000', '131212.454000', '131212.457000', '131212.459000', '131212.462000', '131212.465000', '131212.467000', '131212.473000', '131212.475000', '131212.478000', '131212.482000', '131212.485000', '131212.487000', '131212.490000', '131212.493000', '131212.495000', '131212.498000', '131212.501000', '131212.519000', '131212.521000', '131212.524000', '131212.527000', '131212.530000', '131212.532000', '131212.535000', '131212.537000', '131212.540000', '131212.543000', '131212.545000', '131212.548000', '131212.551000', '131212.553000', '131232.421000', '131232.423000', '131232.426000', '131232.429000', '131232.432000', '131232.435000', '131232.437000', '131232.440000', '131232.443000', '131232.446000', '131232.448000', '131232.451000', '131232.453000', '131232.456000', '131232.459000', '131232.461000', '131232.464000', '131232.467000', '131232.469000', '131232.472000', '131232.474000', '131232.477000', '131232.480000', '131232.482000', '131232.485000', '131232.487000', '131232.490000', '131232.493000', '131232.495000', '131232.498000', '131232.501000', '131232.503000', '131232.506000', '131232.508000', '131232.511000', '131232.514000', '131232.516000', '131232.519000', '131232.522000', '131232.524000', '131232.527000', '131232.530000', '131232.532000', '131232.535000', '131252.421000', '131252.424000', '131252.427000', '131252.429000', '131252.432000', '131252.435000', '131252.437000', '131252.440000', '131252.442000', '131252.446000', '131252.448000', '131252.451000', '131252.453000', '131252.456000', '131252.459000', '131252.461000', '131252.464000', '131252.467000', '131252.469000', '131252.472000', '131252.474000', '131252.477000', '131252.480000', '131252.482000', '131252.485000', '131252.488000', '131252.490000', '131252.493000', '131252.496000', '131252.498000', '131252.501000', '131252.504000', '131252.506000', '131252.509000', '131252.512000', '131252.514000', '131252.517000', '131252.520000', '131252.522000', '131252.525000', '131252.528000', '131252.530000', '131252.533000', '131312.422000', '131312.424000', '131312.428000', '131312.430000', '131312.433000', '131312.435000', '131312.438000', '131312.441000', '131312.443000', '131312.446000', '131312.449000', '131312.451000', '131312.454000', '131312.457000', '131312.459000', '131312.462000', '131312.465000', '131312.467000', '131312.470000', '131312.473000', '131312.475000', '131312.478000', '131312.481000', '131312.483000', '131312.486000', '131312.488000', '131312.491000', '131312.494000', '131312.496000', '131312.499000', '131312.502000', '131312.504000', '131312.507000', '131312.509000', '131312.512000', '131312.515000', '131312.517000', '131312.520000', '131312.523000', '131312.525000', '131312.528000', '131312.530000', '131312.533000', '131312.536000', '131332.422000', '131332.425000', '131332.427000', '131332.430000', '131332.433000', '131332.435000', '131332.438000', '131332.440000', '131332.443000', '131332.446000', '131332.448000', '131332.451000', '131332.454000', '131332.456000', '131332.459000', '131332.461000', '131332.464000', '131332.467000', '131332.469000', '131332.472000', '131332.475000', '131332.477000', '131332.480000', '131332.482000', '131332.485000', '131332.528000', '131332.531000', '131332.533000', '131332.536000', '131332.539000', '131332.541000', '131332.544000', '131332.547000', '131332.550000', '131332.553000', '131332.555000', '131332.558000', '131332.560000', '131332.563000', '131332.566000', '131332.568000', '131332.571000', '131332.574000', '131333.417000', '131333.420000', '131333.422000'], 'InstanceCreationTime': ['130652.452000', '130652.455000', '130652.458000', '130652.461000', '130652.463000', '130652.466000', '130652.468000', '130652.471000', '130652.473000', '130652.476000', '130652.479000', '130652.481000', '130652.490000', '130652.493000', '130652.496000', '130652.498000', '130652.501000', '130652.503000', '130652.506000', '130652.509000', '130652.511000', '130652.514000', '130652.516000', '130652.519000', '130652.521000', '130652.524000', '130652.527000', '130652.529000', '130652.532000', '130652.535000', '130652.537000', '130652.540000', '130652.542000', '130652.545000', '130652.548000', '130652.550000', '130652.553000', '130652.555000', '130652.558000', '130652.561000', '130652.563000', '130652.566000', '130712.421000', '130712.424000', '130712.427000', '130712.430000', '130712.433000', '130712.435000', '130712.438000', '130712.440000', '130712.443000', '130712.446000', '130712.448000', '130712.451000', '130712.453000', '130712.456000', '130712.459000', '130712.461000', '130712.464000', '130712.466000', '130712.469000', '130712.472000', '130712.474000', '130712.477000', '130712.479000', '130712.482000', '130712.485000', '130712.487000', '130712.490000', '130712.492000', '130712.495000', '130712.498000', '130712.500000', '130712.503000', '130712.505000', '130712.508000', '130712.511000', '130712.514000', '130712.516000', '130712.519000', '130712.521000', '130712.524000', '130712.536000', '130712.538000', '130712.541000', '130732.422000', '130732.425000', '130732.428000', '130732.433000', '130732.435000', '130732.438000', '130732.440000', '130732.443000', '130732.445000', '130732.448000', '130732.451000', '130732.453000', '130732.456000', '130732.459000', '130732.461000', '130732.464000', '130732.467000', '130732.469000', '130732.472000', '130732.474000', '130732.477000', '130732.480000', '130732.482000', '130732.485000', '130732.487000', '130732.490000', '130732.493000', '130732.495000', '130732.498000', '130732.500000', '130732.503000', '130732.506000', '130732.508000', '130732.511000', '130732.513000', '130732.516000', '130732.519000', '130732.521000', '130732.524000', '130732.527000', '130732.529000', '130732.532000', '130732.534000', '130752.420000', '130752.423000', '130752.426000', '130752.429000', '130752.431000', '130752.434000', '130752.436000', '130752.439000', '130752.442000', '130752.444000', '130752.447000', '130752.450000', '130752.452000', '130752.455000', '130752.458000', '130752.460000', '130752.463000', '130752.465000', '130752.468000', '130752.471000', '130752.473000', '130752.476000', '130752.479000', '130752.481000', '130752.484000', '130752.486000', '130752.489000', '130752.492000', '130752.494000', '130752.497000', '130752.499000', '130752.502000', '130752.504000', '130752.515000', '130752.518000', '130752.520000', '130752.523000', '130752.525000', '130752.528000', '130752.531000', '130752.533000', '130752.536000', '130752.538000', '130752.541000', '130812.420000', '130812.423000', '130812.426000', '130812.429000', '130812.431000', '130812.434000', '130812.436000', '130812.439000', '130812.442000', '130812.444000', '130812.447000', '130812.450000', '130812.452000', '130812.455000', '130812.458000', '130812.461000', '130812.463000', '130812.472000', '130812.474000', '130812.477000', '130812.480000', '130812.482000', '130812.485000', '130812.488000', '130812.490000', '130812.493000', '130812.495000', '130812.498000', '130812.501000', '130812.503000', '130812.506000', '130812.509000', '130812.511000', '130812.514000', '130812.517000', '130812.519000', '130812.522000', '130812.524000', '130812.527000', '130812.530000', '130812.532000', '130812.535000', '130812.538000', '130812.540000', '130832.421000', '130832.424000', '130832.427000', '130832.429000', '130832.432000', '130832.435000', '130832.437000', '130832.440000', '130832.443000', '130832.445000', '130832.448000', '130832.451000', '130832.453000', '130832.456000', '130832.459000', '130832.461000', '130832.464000', '130832.467000', '130832.469000', '130832.472000', '130832.475000', '130832.477000', '130832.480000', '130832.482000', '130832.485000', '130832.488000', '130832.490000', '130832.493000', '130832.496000', '130832.498000', '130832.501000', '130832.504000', '130832.506000', '130832.509000', '130832.511000', '130832.514000', '130832.517000', '130832.519000', '130832.522000', '130832.525000', '130832.528000', '130832.530000', '130832.533000', '130852.422000', '130852.425000', '130852.427000', '130852.430000', '130852.433000', '130852.435000', '130852.438000', '130852.440000', '130852.443000', '130852.446000', '130852.449000', '130852.451000', '130852.454000', '130852.456000', '130852.459000', '130852.462000', '130852.464000', '130852.467000', '130852.470000', '130852.472000', '130852.475000', '130852.477000', '130852.480000', '130852.483000', '130852.485000', '130852.488000', '130852.491000', '130852.493000', '130852.496000', '130852.499000', '130852.501000', '130852.504000', '130852.506000', '130852.509000', '130852.512000', '130852.514000', '130852.517000', '130852.519000', '130852.522000', '130852.525000', '130852.527000', '130852.530000', '130852.532000', '130852.535000', '130912.421000', '130912.424000', '130912.427000', '130912.430000', '130912.432000', '130912.437000', '130912.439000', '130912.442000', '130912.445000', '130912.447000', '130912.450000', '130912.453000', '130912.455000', '130912.458000', '130912.460000', '130912.463000', '130912.466000', '130912.468000', '130912.471000', '130912.474000', '130912.476000', '130912.479000', '130912.482000', '130912.484000', '130912.487000', '130912.490000', '130912.492000', '130912.495000', '130912.498000', '130912.500000', '130912.503000', '130912.505000', '130912.508000', '130912.511000', '130912.513000', '130912.516000', '130912.538000', '130912.541000', '130912.543000', '130912.546000', '130912.549000', '130912.551000', '130912.554000', '130932.422000', '130932.425000', '130932.428000', '130932.431000', '130932.434000', '130932.437000', '130932.439000', '130932.442000', '130932.445000', '130932.447000', '130932.450000', '130932.452000', '130932.455000', '130932.458000', '130932.460000', '130932.463000', '130932.466000', '130932.468000', '130932.471000', '130932.474000', '130932.476000', '130932.479000', '130932.482000', '130932.484000', '130932.487000', '130932.490000', '130932.492000', '130932.495000', '130932.498000', '130932.500000', '130932.503000', '130932.505000', '130932.508000', '130932.511000', '130932.513000', '130932.516000', '130932.519000', '130932.521000', '130932.524000', '130932.526000', '130932.529000', '130932.532000', '130932.534000', '130952.421000', '130952.424000', '130952.427000', '130952.430000', '130952.433000', '130952.435000', '130952.438000', '130952.441000', '130952.443000', '130952.446000', '130952.449000', '130952.452000', '130952.454000', '130952.457000', '130952.459000', '130952.462000', '130952.465000', '130952.467000', '130952.470000', '130952.473000', '130952.475000', '130952.478000', '130952.480000', '130952.483000', '130952.485000', '130952.488000', '130952.491000', '130952.493000', '130952.496000', '130952.499000', '130952.501000', '130952.504000', '130952.506000', '130952.509000', '130952.512000', '130952.514000', '130952.517000', '130952.520000', '130952.522000', '130952.525000', '130952.527000', '130952.530000', '130952.532000', '130952.535000', '131012.421000', '131012.424000', '131012.426000', '131012.429000', '131012.432000', '131012.434000', '131012.437000', '131012.440000', '131012.442000', '131012.445000', '131012.448000', '131012.450000', '131012.453000', '131012.455000', '131012.458000', '131012.461000', '131012.463000', '131012.466000', '131012.469000', '131012.471000', '131012.474000', '131012.477000', '131012.479000', '131012.482000', '131012.484000', '131012.487000', '131012.490000', '131012.492000', '131012.495000', '131012.498000', '131012.500000', '131012.503000', '131012.505000', '131012.508000', '131012.511000', '131012.513000', '131012.516000', '131012.518000', '131012.521000', '131012.524000', '131012.526000', '131012.529000', '131012.532000', '131012.534000', '131032.421000', '131032.424000', '131032.426000', '131032.429000', '131032.432000', '131032.435000', '131032.437000', '131032.440000', '131032.442000', '131032.445000', '131032.448000', '131032.450000', '131032.453000', '131032.456000', '131032.458000', '131032.461000', '131032.464000', '131032.466000', '131032.469000', '131032.472000', '131032.474000', '131032.477000', '131032.480000', '131032.482000', '131032.485000', '131032.488000', '131032.490000', '131032.493000', '131032.496000', '131032.498000', '131032.501000', '131032.503000', '131032.506000', '131032.509000', '131032.511000', '131032.514000', '131032.517000', '131032.520000', '131032.522000', '131032.525000', '131032.527000', '131032.530000', '131032.533000', '131052.422000', '131052.425000', '131052.427000', '131052.430000', '131052.447000', '131052.449000', '131052.452000', '131052.455000', '131052.457000', '131052.460000', '131052.462000', '131052.466000', '131052.469000', '131052.472000', '131052.474000', '131052.477000', '131052.479000', '131052.482000', '131052.485000', '131052.487000', '131052.490000', '131052.493000', '131052.496000', '131052.498000', '131052.501000', '131052.504000', '131052.507000', '131052.509000', '131052.512000', '131052.515000', '131052.518000', '131052.520000', '131052.523000', '131052.526000', '131052.528000', '131052.531000', '131052.534000', '131052.536000', '131052.539000', '131052.542000', '131052.544000', '131052.547000', '131052.550000', '131112.421000', '131112.425000', '131112.427000', '131112.430000', '131112.433000', '131112.435000', '131112.438000', '131112.440000', '131112.443000', '131112.446000', '131112.448000', '131112.451000', '131112.453000', '131112.456000', '131112.459000', '131112.461000', '131112.464000', '131112.467000', '131112.469000', '131112.472000', '131112.475000', '131112.477000', '131112.480000', '131112.482000', '131112.485000', '131112.488000', '131112.490000', '131112.493000', '131112.495000', '131112.498000', '131112.501000', '131112.503000', '131112.506000', '131112.509000', '131112.511000', '131112.514000', '131112.517000', '131112.519000', '131112.522000', '131112.524000', '131112.527000', '131112.530000', '131112.532000', '131112.535000', '131132.421000', '131132.424000', '131132.427000', '131132.430000', '131132.433000', '131132.435000', '131132.438000', '131132.440000', '131132.443000', '131132.446000', '131132.448000', '131132.451000', '131132.454000', '131132.456000', '131132.459000', '131132.462000', '131132.464000', '131132.467000', '131132.470000', '131132.473000', '131132.476000', '131132.479000', '131132.482000', '131132.485000', '131132.488000', '131132.490000', '131132.493000', '131132.496000', '131132.498000', '131132.501000', '131132.504000', '131132.506000', '131132.509000', '131132.512000', '131132.514000', '131132.517000', '131132.519000', '131132.522000', '131132.525000', '131132.527000', '131132.530000', '131132.533000', '131132.535000', '131152.421000', '131152.424000', '131152.427000', '131152.430000', '131152.433000', '131152.435000', '131152.438000', '131152.441000', '131152.444000', '131152.446000', '131152.449000', '131152.451000', '131152.454000', '131152.457000', '131152.459000', '131152.473000', '131152.476000', '131152.478000', '131152.481000', '131152.484000', '131152.486000', '131152.489000', '131152.492000', '131152.494000', '131152.497000', '131152.499000', '131152.502000', '131152.505000', '131152.507000', '131152.510000', '131152.513000', '131152.515000', '131152.518000', '131152.521000', '131152.523000', '131152.526000', '131152.529000', '131152.531000', '131152.534000', '131152.537000', '131152.539000', '131152.542000', '131152.545000', '131152.547000', '131212.422000', '131212.424000', '131212.428000', '131212.430000', '131212.433000', '131212.436000', '131212.438000', '131212.441000', '131212.444000', '131212.446000', '131212.449000', '131212.451000', '131212.454000', '131212.457000', '131212.459000', '131212.462000', '131212.465000', '131212.467000', '131212.473000', '131212.475000', '131212.478000', '131212.482000', '131212.485000', '131212.487000', '131212.490000', '131212.493000', '131212.495000', '131212.498000', '131212.501000', '131212.519000', '131212.521000', '131212.524000', '131212.527000', '131212.530000', '131212.532000', '131212.535000', '131212.537000', '131212.540000', '131212.543000', '131212.545000', '131212.548000', '131212.551000', '131212.553000', '131232.421000', '131232.423000', '131232.426000', '131232.429000', '131232.432000', '131232.435000', '131232.437000', '131232.440000', '131232.443000', '131232.446000', '131232.448000', '131232.451000', '131232.453000', '131232.456000', '131232.459000', '131232.461000', '131232.464000', '131232.467000', '131232.469000', '131232.472000', '131232.474000', '131232.477000', '131232.480000', '131232.482000', '131232.485000', '131232.487000', '131232.490000', '131232.493000', '131232.495000', '131232.498000', '131232.501000', '131232.503000', '131232.506000', '131232.508000', '131232.511000', '131232.514000', '131232.516000', '131232.519000', '131232.522000', '131232.524000', '131232.527000', '131232.530000', '131232.532000', '131232.535000', '131252.421000', '131252.424000', '131252.427000', '131252.429000', '131252.432000', '131252.435000', '131252.437000', '131252.440000', '131252.442000', '131252.446000', '131252.448000', '131252.451000', '131252.453000', '131252.456000', '131252.459000', '131252.461000', '131252.464000', '131252.467000', '131252.469000', '131252.472000', '131252.474000', '131252.477000', '131252.480000', '131252.482000', '131252.485000', '131252.488000', '131252.490000', '131252.493000', '131252.496000', '131252.498000', '131252.501000', '131252.504000', '131252.506000', '131252.509000', '131252.512000', '131252.514000', '131252.517000', '131252.520000', '131252.522000', '131252.525000', '131252.528000', '131252.530000', '131252.533000', '131312.422000', '131312.424000', '131312.428000', '131312.430000', '131312.433000', '131312.435000', '131312.438000', '131312.441000', '131312.443000', '131312.446000', '131312.449000', '131312.451000', '131312.454000', '131312.457000', '131312.459000', '131312.462000', '131312.465000', '131312.467000', '131312.470000', '131312.473000', '131312.475000', '131312.478000', '131312.481000', '131312.483000', '131312.486000', '131312.488000', '131312.491000', '131312.494000', '131312.496000', '131312.499000', '131312.502000', '131312.504000', '131312.507000', '131312.509000', '131312.512000', '131312.515000', '131312.517000', '131312.520000', '131312.523000', '131312.525000', '131312.528000', '131312.530000', '131312.533000', '131312.536000', '131332.422000', '131332.425000', '131332.427000', '131332.430000', '131332.433000', '131332.435000', '131332.438000', '131332.440000', '131332.443000', '131332.446000', '131332.448000', '131332.451000', '131332.454000', '131332.456000', '131332.459000', '131332.461000', '131332.464000', '131332.467000', '131332.469000', '131332.472000', '131332.475000', '131332.477000', '131332.480000', '131332.482000', '131332.485000', '131332.528000', '131332.531000', '131332.533000', '131332.536000', '131332.539000', '131332.541000', '131332.544000', '131332.547000', '131332.550000', '131332.553000', '131332.555000', '131332.558000', '131332.560000', '131332.563000', '131332.566000', '131332.568000', '131332.571000', '131332.574000', '131333.417000', '131333.420000', '131333.422000'], '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': [8675, 8936, 9629, 9848, 8880, 10074, 8248, 8837, 8381, 8826, 8394, 9231, 10021, 9321, 10910, 9383, 9032, 9513, 9701, 8970, 9843, 8659, 9821, 8926, 9227, 9751, 10051, 9194, 8952, 10700, 9011, 9188, 8741, 9597, 8723, 9351, 8562, 9571, 8779, 10210, 9212, 10479, 9073, 10569, 10347, 9716, 10194, 9649, 9118, 9787, 10223, 8865, 10208, 8539, 9497, 8801, 9121, 8864, 9669, 8514, 9431, 8595, 9486, 8451, 8968, 9268, 10226, 10493, 9383, 9320, 9523, 10171, 9781, 9130, 9340, 10207, 9277, 10189, 9270, 11161, 9571, 9928, 9896, 9213, 9488, 9807, 9974, 9567, 10024, 8908, 10366, 9178, 10730, 10968, 9392, 9768, 9913, 10497, 9795, 11431, 11977, 9651, 10484, 9407, 11195, 10584, 9588, 9702, 9359, 10427, 9637, 10806, 9456, 10367, 9444, 9782, 9190, 10996, 8930, 9914, 8334, 9667, 9498, 9647, 9588, 9853, 10427, 9601, 10159, 9032, 11259, 9475, 10403, 11185, 9467, 9119, 10025, 10061, 10025, 10178, 10061, 11096, 11255, 10721, 11731, 9548, 10635, 9721, 9646, 9380, 10131, 9402, 10093, 9095, 9444, 12362, 11124, 9267, 10518, 11564, 9992, 10279, 9800, 10294, 9619, 10251, 9310, 9887, 9255, 10957, 9562, 10866, 9971, 11031, 10990, 10185, 10528, 9639, 9036, 9974, 10274, 9634, 10599, 10004, 10772, 9995, 10204, 9769, 10105, 9851, 10296, 9879, 10357, 9299, 9834, 9032, 9688, 9761, 9883, 9420, 11102, 9009, 10926, 9036, 11200, 9575, 10177, 9996, 9779, 9338, 9902, 9898, 10247, 9514, 9643, 10091, 9483, 9957, 9458, 10217, 9465, 9825, 9304, 9952, 9430, 10367, 9463, 10269, 9102, 9843, 9581, 10164, 9413, 9324, 9032, 10086, 9006, 10860, 9405, 10696, 10974, 10821, 9386, 10657, 9399, 10082, 11666, 9440, 10862, 10271, 10091, 10359, 9869, 9700, 10550, 9912, 9912, 9772, 11489, 9515, 10350, 11176, 9831, 10248, 8939, 8638, 9902, 10373, 9726, 11653, 9870, 10448, 10343, 9328, 10567, 9984, 9502, 10294, 9245, 10693, 9560, 10994, 12535, 9236, 9331, 9573, 10137, 9398, 10375, 9491, 9561, 9139, 10640, 8712, 10889, 10030, 9851, 9961, 9782, 8860, 9561, 10040, 9880, 10572, 9566, 10353, 9334, 9940, 9713, 10929, 10555, 10351, 10913, 9987, 10430, 10752, 9722, 10020, 10061, 9494, 11332, 10992, 10244, 9974, 9685, 9926, 9746, 9833, 9319, 10077, 11272, 10666, 10314, 10213, 10504, 9500, 10982, 9429, 9465, 9508, 9336, 9246, 9669, 9677, 10929, 9934, 9498, 10692, 9325, 10302, 9550, 10113, 9472, 9461, 9190, 9321, 9232, 9346, 11132, 10419, 12124, 9861, 10344, 9400, 11440, 10348, 9594, 10581, 10365, 10551, 11484, 10368, 10734, 10399, 9615, 10218, 9477, 10258, 10825, 10647, 9899, 11032, 9572, 11363, 11178, 10860, 9600, 10713, 9318, 10937, 9482, 10976, 9173, 10911, 9351, 9924, 10237, 10139, 10224, 10043, 8599, 9745, 9457, 10082, 9747, 9527, 9101, 9361, 10946, 9786, 10641, 9734, 9661, 9299, 9427, 9484, 10051, 10938, 12284, 9699, 9609, 9961, 9991, 9624, 9684, 12412, 10240, 11810, 9572, 10697, 8954, 10136, 9310, 9568, 8937, 8936, 8961, 10060, 11714, 9947, 11523, 9033, 9519, 10086, 10442, 10090, 10589, 9905, 11091, 11000, 10844, 9442, 10873, 10500, 10311, 11215, 9502, 11365, 10221, 10573, 11167, 10433, 9849, 10472, 10174, 10530, 9973, 10468, 10329, 10282, 9877, 9997, 10994, 9964, 10981, 11266, 10236, 10209, 10476, 9889, 10515, 9685, 10135, 9143, 9655, 9167, 10015, 9660, 11838, 10646, 10482, 10491, 10301, 9759, 11257, 10197, 9049, 9827, 9187, 9643, 9661, 10012, 10597, 12543, 10330, 11778, 9779, 12030, 9878, 11114, 9419, 10640, 9698, 10512, 9877, 10099, 9547, 9629, 9382, 9700, 9277, 10251, 9623, 10461, 11338, 10432, 10128, 10701, 10494, 10311, 9769, 9816, 11170, 11026, 10427, 11743, 10078, 9803, 10071, 9810, 10036, 10111, 9952, 10476, 9806, 10955, 9172, 11106, 10758, 10415, 10176, 10003, 9089, 10647, 10278, 10349, 10430, 8760, 10906, 9996, 9806, 10948, 9396, 9223, 9242, 11788, 9894, 11642, 9076, 11871, 8993, 10342, 9181, 9122, 9133, 9009, 8927, 9358, 9381, 10429, 9458, 9075, 9126, 9271, 8853, 9138, 9227, 8979, 8723, 8972, 10064, 9024, 10234, 11862, 8958, 10432, 8990, 10165, 9569, 9288, 8978, 8949, 8721, 10004, 9775, 8937, 11655, 8548, 8853, 9218, 9522, 9413, 10075, 10307, 10314, 9904, 11205, 10651, 10160, 9143, 10292, 10221, 10241, 10111, 9895, 10746, 9509, 10700, 10692, 9980, 10002, 10162, 9631, 10157, 9996, 10171, 10451, 9635, 11065, 10575, 10489, 10907, 10462, 9813, 10395, 9509, 10207, 9598, 10224, 9837, 10126, 10876, 9588, 10934, 10432, 9984, 10375, 9875, 9252, 9554, 9237, 9720, 9225, 9559, 10770, 11130, 9832, 9828, 10092, 9211, 9696, 9147, 9404, 8711, 9441, 10748, 11902, 9756, 11281, 9493, 10813, 9466, 10452, 9337, 9643, 9383, 9447, 9363, 9784, 9463, 10584, 11959, 9293, 9416, 9273, 9662, 9766, 9976, 10295, 10936, 10716, 9665, 9677, 9685, 10124, 9376, 9048, 8992, 10445, 9179, 9941, 9638, 9100, 9242, 9065, 8498, 8658, 10385, 11716, 9298, 9875, 8975, 9555, 8957, 9196, 9299, 9885, 9300, 9131, 9670, 8755, 9129, 8943, 9345, 11452, 8965, 9133, 9104, 9472, 9411, 9314, 9142, 11373, 11292, 9653, 9958, 9387, 10782, 10566, 9677, 9707, 9243, 10787, 11052, 10065, 10374, 9846, 10098, 9258, 9149, 8728, 10387, 10014, 9220, 9162, 8946, 9445, 8776, 10313, 11106, 9003, 8660, 9098, 8724, 8925, 8982, 10481, 11029, 13476, 9691, 8634, 9415, 8346, 9097, 9243, 9300, 9314, 8781, 9995, 9776, 11485, 10575, 11765, 9260, 10142, 9543, 10066, 10967, 9008, 11450, 10069, 9604, 9902, 10184, 9484, 9905, 8891, 9691, 9237, 10108, 8782, 10269, 10278, 9567, 8995, 9501, 9325, 9528, 10436, 9284, 10624, 10985, 9734, 9319, 9206, 8149, 9179, 9999, 9504, 8964, 8111, 9649, 8685, 10599, 11118, 9980, 10101, 9616, 10734, 9932, 9447, 9644, 10914, 10838, 10158, 11120, 10145, 9648, 9894, 9248, 9715, 10928, 9636, 10408, 10464, 10241, 9114, 10275, 9138, 10075, 10964, 10777, 10014, 10470, 10106, 9554, 10276, 10033, 11100, 10572, 11809, 9834, 9859, 10079, 9649, 9466, 8885, 9981, 10457, 9940, 10233, 11491, 9130, 10319, 9049, 8903, 9049, 9362, 9142, 9299, 8916, 9913, 8978, 9096, 9938, 8890, 10142, 9178, 9406, 9878, 9003, 9573, 8979, 9753, 9510, 9486, 9167, 9245, 10123, 10088, 10351, 12210, 9619, 11566], 'WindowCenter': [3684.0, 3680.0, 3678.0, 3676.0, 3666.0, 3664.0, 3653.0, 3651.0, 3641.0, 3651.0, 3640.0, 3651.0, 3660.0, 3651.0, 3660.0, 3651.0, 3651.0, 3662.0, 3661.0, 3650.0, 3661.0, 3651.0, 3662.0, 3650.0, 3651.0, 3651.0, 3661.0, 3650.0, 3651.0, 3662.0, 3652.0, 3651.0, 3651.0, 3660.0, 3651.0, 3662.0, 3651.0, 3662.0, 3651.0, 3663.0, 3651.0, 3673.0, 3650.0, 3673.0, 3662.0, 3662.0, 3661.0, 3651.0, 3649.0, 3663.0, 3661.0, 3651.0, 3660.0, 3639.0, 3649.0, 3649.0, 3650.0, 3651.0, 3650.0, 3640.0, 3650.0, 3639.0, 3649.0, 3638.0, 3649.0, 3650.0, 3661.0, 3660.0, 3649.0, 3649.0, 3649.0, 3660.0, 3662.0, 3649.0, 3649.0, 3661.0, 3661.0, 3673.0, 3662.0, 3674.0, 3661.0, 3663.0, 3662.0, 3663.0, 3662.0, 3662.0, 3662.0, 3650.0, 3661.0, 3649.0, 3661.0, 3650.0, 3672.0, 3661.0, 3651.0, 3648.0, 3659.0, 3660.0, 3648.0, 3670.0, 3670.0, 3649.0, 3661.0, 3649.0, 3660.0, 3660.0, 3649.0, 3647.0, 3637.0, 3657.0, 3648.0, 3658.0, 3646.0, 3647.0, 3636.0, 3647.0, 3648.0, 3670.0, 3649.0, 3660.0, 3640.0, 3662.0, 3662.0, 3673.0, 3675.0, 3676.0, 3686.0, 3678.0, 3686.0, 3664.0, 3686.0, 3675.0, 3688.0, 3686.0, 3677.0, 3665.0, 3675.0, 3675.0, 3675.0, 3676.0, 3675.0, 3685.0, 3673.0, 3674.0, 3684.0, 3664.0, 3673.0, 3663.0, 3663.0, 3651.0, 3662.0, 3650.0, 3660.0, 3651.0, 3661.0, 3672.0, 3659.0, 3647.0, 3658.0, 3658.0, 3648.0, 3647.0, 3649.0, 3648.0, 3647.0, 3647.0, 3647.0, 3649.0, 3648.0, 3659.0, 3648.0, 3658.0, 3648.0, 3658.0, 3658.0, 3659.0, 3658.0, 3648.0, 3638.0, 3649.0, 3659.0, 3649.0, 3659.0, 3660.0, 3660.0, 3660.0, 3661.0, 3660.0, 3661.0, 3661.0, 3672.0, 3661.0, 3661.0, 3650.0, 3662.0, 3650.0, 3662.0, 3663.0, 3674.0, 3663.0, 3685.0, 3665.0, 3685.0, 3664.0, 3687.0, 3674.0, 3676.0, 3675.0, 3675.0, 3664.0, 3676.0, 3675.0, 3676.0, 3664.0, 3663.0, 3673.0, 3662.0, 3663.0, 3662.0, 3662.0, 3662.0, 3661.0, 3649.0, 3660.0, 3649.0, 3661.0, 3650.0, 3660.0, 3648.0, 3660.0, 3650.0, 3659.0, 3650.0, 3650.0, 3649.0, 3661.0, 3650.0, 3672.0, 3649.0, 3660.0, 3660.0, 3671.0, 3649.0, 3661.0, 3650.0, 3662.0, 3670.0, 3660.0, 3660.0, 3661.0, 3660.0, 3660.0, 3660.0, 3649.0, 3659.0, 3648.0, 3661.0, 3660.0, 3672.0, 3649.0, 3661.0, 3672.0, 3675.0, 3674.0, 3665.0, 3654.0, 3664.0, 3673.0, 3662.0, 3673.0, 3663.0, 3674.0, 3675.0, 3664.0, 3675.0, 3663.0, 3663.0, 3661.0, 3652.0, 3673.0, 3663.0, 3674.0, 3672.0, 3651.0, 3650.0, 3649.0, 3659.0, 3650.0, 3662.0, 3660.0, 3650.0, 3649.0, 3660.0, 3638.0, 3672.0, 3661.0, 3662.0, 3660.0, 3661.0, 3651.0, 3661.0, 3662.0, 3662.0, 3662.0, 3662.0, 3661.0, 3650.0, 3661.0, 3662.0, 3672.0, 3662.0, 3663.0, 3662.0, 3675.0, 3687.0, 3685.0, 3661.0, 3662.0, 3660.0, 3649.0, 3672.0, 3672.0, 3661.0, 3662.0, 3662.0, 3659.0, 3649.0, 3660.0, 3660.0, 3660.0, 3671.0, 3660.0, 3660.0, 3660.0, 3660.0, 3661.0, 3671.0, 3662.0, 3660.0, 3660.0, 3650.0, 3661.0, 3662.0, 3661.0, 3673.0, 3661.0, 3663.0, 3671.0, 3662.0, 3672.0, 3664.0, 3662.0, 3662.0, 3662.0, 3661.0, 3662.0, 3661.0, 3662.0, 3671.0, 3673.0, 3672.0, 3661.0, 3660.0, 3650.0, 3673.0, 3662.0, 3649.0, 3660.0, 3659.0, 3660.0, 3672.0, 3660.0, 3671.0, 3661.0, 3661.0, 3661.0, 3649.0, 3661.0, 3659.0, 3660.0, 3648.0, 3660.0, 3647.0, 3669.0, 3658.0, 3657.0, 3646.0, 3659.0, 3646.0, 3670.0, 3648.0, 3660.0, 3649.0, 3671.0, 3649.0, 3662.0, 3671.0, 3673.0, 3674.0, 3675.0, 3653.0, 3663.0, 3664.0, 3675.0, 3664.0, 3664.0, 3664.0, 3664.0, 3699.0, 3673.0, 3675.0, 3661.0, 3662.0, 3662.0, 3663.0, 3663.0, 3674.0, 3686.0, 3684.0, 3662.0, 3662.0, 3661.0, 3662.0, 3661.0, 3661.0, 3671.0, 3659.0, 3670.0, 3649.0, 3659.0, 3649.0, 3647.0, 3636.0, 3636.0, 3635.0, 3635.0, 3635.0, 3646.0, 3657.0, 3648.0, 3656.0, 3636.0, 3635.0, 3646.0, 3646.0, 3646.0, 3658.0, 3646.0, 3657.0, 3656.0, 3657.0, 3648.0, 3660.0, 3658.0, 3659.0, 3670.0, 3649.0, 3671.0, 3660.0, 3672.0, 3670.0, 3661.0, 3660.0, 3660.0, 3659.0, 3671.0, 3662.0, 3671.0, 3660.0, 3661.0, 3661.0, 3660.0, 3674.0, 3662.0, 3685.0, 3672.0, 3674.0, 3673.0, 3675.0, 3675.0, 3686.0, 3675.0, 3674.0, 3664.0, 3674.0, 3664.0, 3675.0, 3675.0, 3684.0, 3674.0, 3672.0, 3674.0, 3673.0, 3674.0, 3684.0, 3675.0, 3663.0, 3673.0, 3663.0, 3662.0, 3664.0, 3662.0, 3672.0, 3682.0, 3672.0, 3671.0, 3662.0, 3670.0, 3660.0, 3659.0, 3648.0, 3658.0, 3649.0, 3659.0, 3659.0, 3658.0, 3649.0, 3648.0, 3647.0, 3647.0, 3647.0, 3660.0, 3648.0, 3660.0, 3670.0, 3674.0, 3660.0, 3660.0, 3659.0, 3660.0, 3660.0, 3660.0, 3670.0, 3660.0, 3672.0, 3670.0, 3661.0, 3659.0, 3660.0, 3659.0, 3659.0, 3659.0, 3659.0, 3660.0, 3660.0, 3660.0, 3648.0, 3670.0, 3671.0, 3673.0, 3674.0, 3675.0, 3663.0, 3671.0, 3672.0, 3672.0, 3674.0, 3651.0, 3673.0, 3672.0, 3673.0, 3674.0, 3663.0, 3664.0, 3662.0, 3672.0, 3661.0, 3671.0, 3650.0, 3671.0, 3652.0, 3660.0, 3649.0, 3649.0, 3649.0, 3648.0, 3648.0, 3661.0, 3650.0, 3659.0, 3648.0, 3650.0, 3649.0, 3661.0, 3651.0, 3662.0, 3663.0, 3650.0, 3651.0, 3650.0, 3661.0, 3652.0, 3673.0, 3672.0, 3650.0, 3659.0, 3650.0, 3660.0, 3661.0, 3650.0, 3650.0, 3650.0, 3648.0, 3660.0, 3659.0, 3650.0, 3671.0, 3650.0, 3649.0, 3662.0, 3663.0, 3660.0, 3662.0, 3660.0, 3661.0, 3648.0, 3659.0, 3658.0, 3659.0, 3649.0, 3661.0, 3662.0, 3661.0, 3661.0, 3661.0, 3672.0, 3650.0, 3673.0, 3660.0, 3661.0, 3649.0, 3660.0, 3649.0, 3660.0, 3660.0, 3660.0, 3660.0, 3650.0, 3671.0, 3660.0, 3672.0, 3672.0, 3672.0, 3662.0, 3673.0, 3662.0, 3661.0, 3662.0, 3673.0, 3674.0, 3673.0, 3673.0, 3661.0, 3673.0, 3673.0, 3674.0, 3673.0, 3673.0, 3663.0, 3662.0, 3662.0, 3663.0, 3664.0, 3663.0, 3673.0, 3672.0, 3674.0, 3674.0, 3674.0, 3664.0, 3674.0, 3663.0, 3663.0, 3664.0, 3675.0, 3686.0, 3684.0, 3663.0, 3672.0, 3663.0, 3672.0, 3664.0, 3661.0, 3651.0, 3650.0, 3649.0, 3649.0, 3648.0, 3661.0, 3649.0, 3661.0, 3670.0, 3650.0, 3649.0, 3661.0, 3662.0, 3675.0, 3663.0, 3661.0, 3672.0, 3661.0, 3662.0, 3660.0, 3661.0, 3674.0, 3665.0, 3652.0, 3649.0, 3660.0, 3650.0, 3663.0, 3648.0, 3649.0, 3647.0, 3636.0, 3637.0, 3636.0, 3648.0, 3658.0, 3649.0, 3648.0, 3636.0, 3647.0, 3637.0, 3648.0, 3647.0, 3648.0, 3648.0, 3648.0, 3649.0, 3638.0, 3649.0, 3648.0, 3649.0, 3659.0, 3648.0, 3649.0, 3650.0, 3661.0, 3651.0, 3661.0, 3651.0, 3671.0, 3671.0, 3661.0, 3661.0, 3662.0, 3673.0, 3673.0, 3663.0, 3662.0, 3651.0, 3673.0, 3672.0, 3662.0, 3660.0, 3662.0, 3660.0, 3649.0, 3650.0, 3650.0, 3661.0, 3660.0, 3662.0, 3662.0, 3651.0, 3663.0, 3652.0, 3676.0, 3685.0, 3664.0, 3653.0, 3652.0, 3651.0, 3651.0, 3664.0, 3676.0, 3685.0, 3696.0, 3674.0, 3651.0, 3661.0, 3651.0, 3651.0, 3663.0, 3662.0, 3662.0, 3653.0, 3662.0, 3661.0, 3672.0, 3671.0, 3669.0, 3649.0, 3647.0, 3647.0, 3646.0, 3646.0, 3635.0, 3645.0, 3645.0, 3633.0, 3645.0, 3643.0, 3635.0, 3632.0, 3621.0, 3632.0, 3632.0, 3644.0, 3623.0, 3646.0, 3645.0, 3646.0, 3634.0, 3646.0, 3646.0, 3646.0, 3658.0, 3647.0, 3658.0, 3657.0, 3648.0, 3649.0, 3650.0, 3639.0, 3650.0, 3661.0, 3648.0, 3650.0, 3640.0, 3662.0, 3663.0, 3672.0, 3684.0, 3675.0, 3672.0, 3674.0, 3672.0, 3673.0, 3662.0, 3662.0, 3673.0, 3671.0, 3673.0, 3671.0, 3662.0, 3661.0, 3661.0, 3661.0, 3661.0, 3672.0, 3662.0, 3673.0, 3672.0, 3673.0, 3662.0, 3673.0, 3664.0, 3674.0, 3685.0, 3673.0, 3674.0, 3674.0, 3675.0, 3664.0, 3674.0, 3674.0, 3673.0, 3673.0, 3683.0, 3672.0, 3661.0, 3672.0, 3662.0, 3662.0, 3651.0, 3661.0, 3671.0, 3660.0, 3672.0, 3672.0, 3651.0, 3659.0, 3650.0, 3648.0, 3650.0, 3661.0, 3660.0, 3661.0, 3650.0, 3660.0, 3650.0, 3662.0, 3661.0, 3664.0, 3671.0, 3663.0, 3661.0, 3661.0, 3662.0, 3663.0, 3662.0, 3662.0, 3661.0, 3660.0, 3650.0, 3650.0, 3661.0, 3661.0, 3661.0, 3671.0, 3661.0, 3670.0], 'WindowWidth': [8315.0, 8300.0, 8293.0, 8286.0, 8271.0, 8264.0, 8248.0, 8241.0, 8227.0, 8240.0, 8226.0, 8241.0, 8252.0, 8239.0, 8250.0, 8240.0, 8239.0, 8257.0, 8254.0, 8240.0, 8253.0, 8240.0, 8256.0, 8238.0, 8241.0, 8240.0, 8252.0, 8238.0, 8241.0, 8256.0, 8244.0, 8240.0, 8241.0, 8251.0, 8241.0, 8257.0, 8242.0, 8258.0, 8243.0, 8259.0, 8241.0, 8272.0, 8240.0, 8273.0, 8255.0, 8257.0, 8252.0, 8240.0, 8234.0, 8257.0, 8253.0, 8241.0, 8249.0, 8221.0, 8235.0, 8236.0, 8236.0, 8240.0, 8238.0, 8224.0, 8237.0, 8221.0, 8235.0, 8220.0, 8235.0, 8238.0, 8254.0, 8250.0, 8236.0, 8234.0, 8233.0, 8251.0, 8257.0, 8234.0, 8235.0, 8254.0, 8255.0, 8272.0, 8257.0, 8275.0, 8255.0, 8259.0, 8257.0, 8259.0, 8256.0, 8257.0, 8256.0, 8240.0, 8252.0, 8235.0, 8254.0, 8238.0, 8269.0, 8253.0, 8241.0, 8232.0, 8248.0, 8249.0, 8231.0, 8262.0, 8265.0, 8234.0, 8253.0, 8233.0, 8251.0, 8249.0, 8233.0, 8229.0, 8215.0, 8241.0, 8228.0, 8243.0, 8225.0, 8227.0, 8211.0, 8228.0, 8230.0, 8264.0, 8236.0, 8252.0, 8225.0, 8257.0, 8259.0, 8275.0, 8280.0, 8284.0, 8298.0, 8293.0, 8298.0, 8265.0, 8295.0, 8281.0, 8302.0, 8298.0, 8287.0, 8266.0, 8280.0, 8280.0, 8281.0, 8285.0, 8281.0, 8292.0, 8276.0, 8276.0, 8290.0, 8264.0, 8273.0, 8262.0, 8260.0, 8241.0, 8255.0, 8239.0, 8252.0, 8242.0, 8255.0, 8270.0, 8248.0, 8230.0, 8245.0, 8243.0, 8232.0, 8228.0, 8232.0, 8230.0, 8228.0, 8227.0, 8229.0, 8234.0, 8231.0, 8248.0, 8231.0, 8245.0, 8230.0, 8245.0, 8245.0, 8247.0, 8243.0, 8233.0, 8216.0, 8233.0, 8247.0, 8235.0, 8247.0, 8252.0, 8251.0, 8249.0, 8253.0, 8252.0, 8253.0, 8255.0, 8271.0, 8256.0, 8255.0, 8239.0, 8256.0, 8240.0, 8259.0, 8262.0, 8278.0, 8262.0, 8294.0, 8265.0, 8295.0, 8264.0, 8299.0, 8280.0, 8284.0, 8280.0, 8281.0, 8265.0, 8281.0, 8280.0, 8282.0, 8263.0, 8262.0, 8273.0, 8258.0, 8259.0, 8257.0, 8257.0, 8258.0, 8254.0, 8236.0, 8250.0, 8237.0, 8252.0, 8238.0, 8250.0, 8233.0, 8250.0, 8237.0, 8249.0, 8238.0, 8239.0, 8236.0, 8254.0, 8238.0, 8270.0, 8237.0, 8253.0, 8251.0, 8266.0, 8235.0, 8253.0, 8239.0, 8257.0, 8264.0, 8251.0, 8248.0, 8252.0, 8251.0, 8253.0, 8250.0, 8236.0, 8247.0, 8233.0, 8253.0, 8250.0, 8269.0, 8237.0, 8253.0, 8270.0, 8279.0, 8277.0, 8266.0, 8249.0, 8262.0, 8274.0, 8257.0, 8274.0, 8260.0, 8276.0, 8278.0, 8263.0, 8279.0, 8260.0, 8261.0, 8255.0, 8244.0, 8272.0, 8258.0, 8275.0, 8271.0, 8241.0, 8237.0, 8235.0, 8248.0, 8237.0, 8255.0, 8251.0, 8237.0, 8235.0, 8251.0, 8220.0, 8270.0, 8255.0, 8259.0, 8251.0, 8254.0, 8240.0, 8255.0, 8258.0, 8258.0, 8258.0, 8256.0, 8253.0, 8237.0, 8253.0, 8256.0, 8270.0, 8256.0, 8258.0, 8256.0, 8280.0, 8302.0, 8293.0, 8256.0, 8257.0, 8251.0, 8236.0, 8269.0, 8268.0, 8255.0, 8257.0, 8255.0, 8249.0, 8235.0, 8251.0, 8253.0, 8253.0, 8269.0, 8250.0, 8251.0, 8252.0, 8252.0, 8254.0, 8267.0, 8257.0, 8251.0, 8252.0, 8238.0, 8256.0, 8259.0, 8255.0, 8273.0, 8256.0, 8259.0, 8270.0, 8259.0, 8272.0, 8264.0, 8259.0, 8259.0, 8258.0, 8256.0, 8258.0, 8255.0, 8257.0, 8271.0, 8272.0, 8270.0, 8255.0, 8252.0, 8240.0, 8272.0, 8257.0, 8234.0, 8250.0, 8248.0, 8250.0, 8269.0, 8252.0, 8268.0, 8254.0, 8255.0, 8254.0, 8235.0, 8252.0, 8249.0, 8251.0, 8231.0, 8249.0, 8230.0, 8261.0, 8244.0, 8242.0, 8226.0, 8246.0, 8227.0, 8263.0, 8233.0, 8250.0, 8233.0, 8268.0, 8236.0, 8258.0, 8269.0, 8275.0, 8276.0, 8279.0, 8248.0, 8262.0, 8263.0, 8280.0, 8264.0, 8263.0, 8263.0, 8265.0, 8320.0, 8276.0, 8279.0, 8256.0, 8257.0, 8258.0, 8262.0, 8261.0, 8279.0, 8297.0, 8291.0, 8258.0, 8258.0, 8255.0, 8256.0, 8256.0, 8254.0, 8268.0, 8249.0, 8262.0, 8234.0, 8246.0, 8233.0, 8227.0, 8214.0, 8211.0, 8210.0, 8210.0, 8208.0, 8226.0, 8240.0, 8230.0, 8237.0, 8210.0, 8207.0, 8223.0, 8225.0, 8226.0, 8242.0, 8224.0, 8240.0, 8237.0, 8241.0, 8232.0, 8249.0, 8245.0, 8247.0, 8263.0, 8234.0, 8268.0, 8251.0, 8271.0, 8264.0, 8254.0, 8249.0, 8252.0, 8248.0, 8267.0, 8257.0, 8266.0, 8251.0, 8253.0, 8255.0, 8253.0, 8276.0, 8258.0, 8292.0, 8273.0, 8277.0, 8273.0, 8280.0, 8281.0, 8299.0, 8281.0, 8279.0, 8265.0, 8279.0, 8265.0, 8281.0, 8282.0, 8293.0, 8277.0, 8273.0, 8277.0, 8276.0, 8278.0, 8291.0, 8281.0, 8261.0, 8276.0, 8262.0, 8260.0, 8263.0, 8260.0, 8272.0, 8286.0, 8270.0, 8268.0, 8258.0, 8267.0, 8255.0, 8248.0, 8234.0, 8245.0, 8235.0, 8248.0, 8247.0, 8246.0, 8234.0, 8231.0, 8230.0, 8231.0, 8230.0, 8250.0, 8233.0, 8253.0, 8265.0, 8277.0, 8252.0, 8252.0, 8249.0, 8251.0, 8252.0, 8250.0, 8266.0, 8251.0, 8269.0, 8265.0, 8255.0, 8247.0, 8251.0, 8249.0, 8248.0, 8247.0, 8248.0, 8250.0, 8249.0, 8250.0, 8233.0, 8263.0, 8266.0, 8273.0, 8278.0, 8282.0, 8263.0, 8268.0, 8271.0, 8273.0, 8276.0, 8240.0, 8274.0, 8272.0, 8274.0, 8275.0, 8260.0, 8266.0, 8258.0, 8270.0, 8254.0, 8267.0, 8239.0, 8268.0, 8244.0, 8251.0, 8236.0, 8233.0, 8234.0, 8231.0, 8232.0, 8254.0, 8237.0, 8250.0, 8234.0, 8239.0, 8235.0, 8254.0, 8244.0, 8258.0, 8259.0, 8241.0, 8240.0, 8239.0, 8256.0, 8245.0, 8274.0, 8270.0, 8240.0, 8249.0, 8237.0, 8250.0, 8254.0, 8238.0, 8237.0, 8237.0, 8233.0, 8251.0, 8249.0, 8240.0, 8268.0, 8240.0, 8236.0, 8257.0, 8259.0, 8253.0, 8257.0, 8253.0, 8253.0, 8233.0, 8247.0, 8245.0, 8247.0, 8233.0, 8252.0, 8255.0, 8255.0, 8253.0, 8253.0, 8267.0, 8239.0, 8271.0, 8250.0, 8254.0, 8234.0, 8250.0, 8233.0, 8250.0, 8250.0, 8251.0, 8249.0, 8237.0, 8265.0, 8251.0, 8272.0, 8271.0, 8271.0, 8255.0, 8271.0, 8255.0, 8256.0, 8257.0, 8274.0, 8275.0, 8274.0, 8272.0, 8253.0, 8272.0, 8276.0, 8277.0, 8273.0, 8275.0, 8259.0, 8258.0, 8257.0, 8261.0, 8266.0, 8262.0, 8273.0, 8271.0, 8276.0, 8276.0, 8279.0, 8265.0, 8278.0, 8260.0, 8262.0, 8263.0, 8279.0, 8294.0, 8291.0, 8261.0, 8271.0, 8260.0, 8271.0, 8264.0, 8255.0, 8241.0, 8236.0, 8235.0, 8235.0, 8232.0, 8253.0, 8236.0, 8252.0, 8264.0, 8238.0, 8235.0, 8254.0, 8258.0, 8283.0, 8263.0, 8256.0, 8269.0, 8255.0, 8257.0, 8253.0, 8255.0, 8277.0, 8269.0, 8242.0, 8236.0, 8250.0, 8238.0, 8259.0, 8233.0, 8234.0, 8227.0, 8213.0, 8214.0, 8212.0, 8230.0, 8243.0, 8233.0, 8228.0, 8211.0, 8227.0, 8215.0, 8231.0, 8228.0, 8231.0, 8230.0, 8230.0, 8232.0, 8219.0, 8233.0, 8231.0, 8234.0, 8248.0, 8232.0, 8232.0, 8238.0, 8255.0, 8241.0, 8254.0, 8240.0, 8266.0, 8267.0, 8253.0, 8254.0, 8257.0, 8275.0, 8272.0, 8258.0, 8256.0, 8240.0, 8270.0, 8269.0, 8257.0, 8252.0, 8255.0, 8249.0, 8233.0, 8238.0, 8238.0, 8255.0, 8253.0, 8257.0, 8256.0, 8243.0, 8260.0, 8247.0, 8282.0, 8292.0, 8265.0, 8246.0, 8245.0, 8242.0, 8244.0, 8263.0, 8286.0, 8295.0, 8312.0, 8279.0, 8245.0, 8257.0, 8243.0, 8243.0, 8262.0, 8260.0, 8261.0, 8247.0, 8258.0, 8254.0, 8270.0, 8266.0, 8261.0, 8233.0, 8227.0, 8228.0, 8225.0, 8224.0, 8206.0, 8220.0, 8219.0, 8203.0, 8219.0, 8215.0, 8208.0, 8199.0, 8184.0, 8197.0, 8198.0, 8217.0, 8188.0, 8224.0, 8222.0, 8225.0, 8207.0, 8225.0, 8224.0, 8226.0, 8244.0, 8229.0, 8246.0, 8242.0, 8231.0, 8233.0, 8238.0, 8225.0, 8238.0, 8252.0, 8233.0, 8238.0, 8226.0, 8259.0, 8259.0, 8271.0, 8290.0, 8282.0, 8273.0, 8276.0, 8273.0, 8275.0, 8258.0, 8256.0, 8272.0, 8269.0, 8272.0, 8268.0, 8257.0, 8253.0, 8252.0, 8254.0, 8253.0, 8272.0, 8257.0, 8275.0, 8271.0, 8274.0, 8258.0, 8275.0, 8264.0, 8277.0, 8294.0, 8277.0, 8277.0, 8276.0, 8279.0, 8265.0, 8279.0, 8276.0, 8275.0, 8273.0, 8288.0, 8272.0, 8256.0, 8273.0, 8258.0, 8258.0, 8241.0, 8255.0, 8267.0, 8253.0, 8272.0, 8270.0, 8243.0, 8248.0, 8238.0, 8232.0, 8238.0, 8257.0, 8253.0, 8254.0, 8240.0, 8252.0, 8238.0, 8258.0, 8254.0, 8263.0, 8270.0, 8262.0, 8254.0, 8257.0, 8259.0, 8261.0, 8259.0, 8259.0, 8255.0, 8251.0, 8239.0, 8238.0, 8254.0, 8254.0, 8255.0, 8267.0, 8255.0, 8264.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.00036242024202420245</td></tr>
<tr><td colspan=3>aqi</td><td>0.032514860506050604</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.143123828315</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.171346572081499</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9802990317400884</td></tr>
<tr><td colspan=3>efc</td><td>0.4474</td></tr>
<tr><td colspan=3>fber</td><td>5357.1509</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08057728192663292</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5302530253025304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.523856990560424</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4380053055097877</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7743543883996913</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.359211277771793</td></tr>
<tr><td colspan=3>gcor</td><td>0.00939072</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016141848638653755</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03137552738189697</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.7629747133177096</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.7479</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3474</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.8945</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310386.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>616.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.5526</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2431</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.7788</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2911.332</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.0482</td></tr>
<tr><td colspan=3>tsnr</td><td>35.71884320117533</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>