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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0003_suffix-bold_task-alignvideo" 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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-04_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-04_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-0003/ses-02/func/sub-0003_ses-02_task-alignvideo_acq-mb8_run-04_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>4bcb432af932e801b9d9b8083d42c824</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:53:11.962500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999846, 0.00102744, -0.0175252, 0.00209402, 0.984179, 0.177167]</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-04_task-alignvideo_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.114155</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7751, -7257, 540, -25, -17, 53, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48bd2fc4-8e0c-48f1-908a-546d021a8a39||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682513475418091, 0.005618114490061998, -0.04706088453531265, 113.9674301147461], [-0.002756553702056408, 2.64047908782959, 0.47837644815444946, -97.92819213867188], [-0.04701883718371391, -0.4753262996673584, 2.6568667888641357, -34.85775375366211], [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': ['135311.962500', '135312.422500', '135312.882500', '135313.342500', '135313.802500', '135314.262500', '135314.722500', '135315.182500', '135315.642500', '135316.102500', '135316.562500', '135317.022500', '135317.482500', '135317.942500', '135318.402500', '135318.862500', '135319.322500', '135319.782500', '135320.242500', '135320.702500', '135321.162500', '135321.622500', '135322.082500', '135322.542500', '135323.002500', '135323.462500', '135323.922500', '135324.382500', '135324.842500', '135325.302500', '135325.762500', '135326.222500', '135326.682500', '135327.142500', '135327.602500', '135328.062500', '135328.522500', '135328.982500', '135329.442500', '135329.902500', '135330.362500', '135330.822500', '135331.282500', '135331.742500', '135332.202500', '135332.662500', '135333.122500', '135333.582500', '135334.042500', '135334.502500', '135334.962500', '135335.422500', '135335.882500', '135336.342500', '135336.802500', '135337.262500', '135337.722500', '135338.182500', '135338.642500', '135339.102500', '135339.562500', '135340.022500', '135340.482500', '135340.942500', '135341.402500', '135341.862500', '135342.322500', '135342.782500', '135343.242500', '135343.702500', '135344.162500', '135344.622500', '135345.082500', '135345.542500', '135346.002500', '135346.462500', '135346.922500', '135347.382500', '135347.842500', '135348.302500', '135348.762500', '135349.222500', '135349.682500', '135350.142500', '135350.602500', '135351.062500', '135351.522500', '135351.982500', '135352.442500', '135352.902500', '135353.362500', '135353.822500', '135354.282500', '135354.742500', '135355.202500', '135355.662500', '135356.122500', '135356.582500', '135357.042500', '135357.502500', '135357.962500', '135358.422500', '135358.882500', '135359.342500', '135359.802500', '135400.262500', '135400.722500', '135401.182500', '135401.642500', '135402.102500', '135402.562500', '135403.022500', '135403.482500', '135403.942500', '135404.402500', '135404.862500', '135405.322500', '135405.782500', '135406.242500', '135406.702500', '135407.162500', '135407.622500', '135408.082500', '135408.542500', '135409.002500', '135409.462500', '135409.922500', '135410.382500', '135410.842500', '135411.302500', '135411.762500', '135412.222500', '135412.682500', '135413.142500', '135413.602500', '135414.062500', '135414.522500', '135414.982500', '135415.442500', '135415.902500', '135416.362500', '135416.822500', '135417.282500', '135417.742500', '135418.202500', '135418.662500', '135419.122500', '135419.582500', '135420.042500', '135420.502500', '135420.962500', '135421.422500', '135421.882500', '135422.342500', '135422.802500', '135423.262500', '135423.722500', '135424.182500', '135424.642500', '135425.102500', '135425.562500', '135426.022500', '135426.482500', '135426.942500', '135427.402500', '135427.862500', '135428.322500', '135428.782500', '135429.242500', '135429.702500', '135430.162500', '135430.622500', '135431.082500', '135431.542500', '135432.002500', '135432.462500', '135432.922500', '135433.382500', '135433.842500', '135434.302500', '135434.762500', '135435.222500', '135435.682500', '135436.142500', '135436.602500', '135437.062500', '135437.522500', '135437.982500', '135438.442500', '135438.902500', '135439.362500', '135439.822500', '135440.282500', '135440.742500', '135441.202500', '135441.662500', '135442.122500', '135442.582500', '135443.042500', '135443.502500', '135443.962500', '135444.422500', '135444.882500', '135445.342500', '135445.802500', '135446.262500', '135446.722500', '135447.182500', '135447.642500', '135448.102500', '135448.562500', '135449.022500', '135449.482500', '135449.942500', '135450.402500', '135450.862500', '135451.322500', '135451.782500', '135452.242500', '135452.702500', '135453.162500', '135453.622500', '135454.082500', '135454.542500', '135455.002500', '135455.462500', '135455.922500', '135456.382500', '135456.842500', '135457.302500', '135457.762500', '135458.222500', '135458.682500', '135459.142500', '135459.602500', '135500.062500', '135500.522500', '135500.982500', '135501.442500', '135501.902500', '135502.362500', '135502.822500', '135503.282500', '135503.742500', '135504.202500', '135504.662500', '135505.122500', '135505.582500', '135506.042500', '135506.502500', '135506.962500', '135507.422500', '135507.882500', '135508.342500', '135508.802500', '135509.262500', '135509.722500', '135510.182500', '135510.642500', '135511.102500', '135511.562500', '135512.022500', '135512.482500', '135512.942500', '135513.402500', '135513.862500', '135514.322500', '135514.782500', '135515.242500', '135515.702500', '135516.162500', '135516.622500', '135517.082500', '135517.542500', '135518.002500', '135518.462500', '135518.922500', '135519.382500', '135519.842500', '135520.302500', '135520.762500', '135521.222500', '135521.682500', '135522.142500', '135522.602500', '135523.062500', '135523.522500', '135523.982500', '135524.442500', '135524.902500', '135525.362500', '135525.822500', '135526.282500', '135526.742500', '135527.202500', '135527.662500', '135528.122500', '135528.582500', '135529.042500', '135529.502500', '135529.962500', '135530.422500', '135530.882500', '135531.342500', '135531.802500', '135532.262500', '135532.722500', '135533.182500', '135533.642500', '135534.102500', '135534.562500', '135535.022500', '135535.482500', '135535.942500', '135536.402500', '135536.862500', '135537.322500', '135537.782500', '135538.242500', '135538.702500', '135539.162500', '135539.622500', '135540.082500', '135540.542500', '135541.002500', '135541.462500', '135541.922500', '135542.382500', '135542.842500', '135543.302500', '135543.762500', '135544.222500', '135544.682500', '135545.142500', '135545.602500', '135546.062500', '135546.522500', '135546.982500', '135547.442500', '135547.902500', '135548.362500', '135548.822500', '135549.282500', '135549.742500', '135550.202500', '135550.662500', '135551.122500', '135551.582500', '135552.042500', '135552.502500', '135552.962500', '135553.422500', '135553.882500', '135554.342500', '135554.802500', '135555.262500', '135555.722500', '135556.182500', '135556.642500', '135557.102500', '135557.562500', '135558.022500', '135558.482500', '135558.942500', '135559.402500', '135559.862500', '135600.322500', '135600.782500', '135601.242500', '135601.702500', '135602.162500', '135602.622500', '135603.082500', '135603.542500', '135604.002500', '135604.462500', '135604.922500', '135605.382500', '135605.842500', '135606.302500', '135606.762500', '135607.222500', '135607.682500', '135608.142500', '135608.602500', '135609.062500', '135609.522500', '135609.982500', '135610.442500', '135610.902500', '135611.362500', '135611.822500', '135612.282500', '135612.742500', '135613.202500', '135613.662500', '135614.122500', '135614.582500', '135615.042500', '135615.502500', '135615.962500', '135616.422500', '135616.882500', '135617.342500', '135617.802500', '135618.262500', '135618.722500', '135619.182500', '135619.642500', '135620.102500', '135620.562500', '135621.022500', '135621.482500', '135621.942500', '135622.402500', '135622.862500', '135623.322500', '135623.782500', '135624.242500', '135624.702500', '135625.162500', '135625.622500', '135626.082500', '135626.542500', '135627.002500', '135627.462500', '135627.922500', '135628.382500', '135628.842500', '135629.302500', '135629.762500', '135630.222500', '135630.682500', '135631.142500', '135631.602500', '135632.062500', '135632.522500', '135632.982500', '135633.442500', '135633.902500', '135634.362500', '135634.822500', '135635.282500', '135635.742500', '135636.202500', '135636.662500', '135637.122500', '135637.582500', '135638.042500', '135638.502500', '135638.962500', '135639.422500', '135639.882500', '135640.342500', '135640.802500', '135641.262500', '135641.722500', '135642.182500', '135642.642500', '135643.102500', '135643.562500', '135644.022500', '135644.482500', '135644.942500', '135645.402500', '135645.862500', '135646.322500', '135646.782500', '135647.242500', '135647.702500', '135648.162500', '135648.622500', '135649.082500', '135649.542500', '135650.002500', '135650.462500', '135650.922500', '135651.382500', '135651.842500', '135652.302500', '135652.762500', '135653.222500', '135653.682500', '135654.142500', '135654.602500', '135655.062500', '135655.522500', '135655.982500', '135656.442500', '135656.902500', '135657.362500', '135657.822500', '135658.282500', '135658.742500', '135659.202500', '135659.662500', '135700.122500', '135700.582500', '135701.042500', '135701.502500', '135701.962500', '135702.422500', '135702.882500', '135703.342500', '135703.802500', '135704.262500', '135704.722500', '135705.182500', '135705.642500', '135706.102500', '135706.562500', '135707.022500', '135707.482500', '135707.942500', '135708.402500', '135708.862500', '135709.322500', '135709.782500', '135710.242500', '135710.702500', '135711.162500', '135711.622500', '135712.082500', '135712.542500', '135713.002500', '135713.462500', '135713.922500', '135714.382500', '135714.842500', '135715.302500', '135715.762500', '135716.222500', '135716.682500', '135717.142500', '135717.602500', '135718.062500', '135718.522500', '135718.982500', '135719.442500', '135719.902500', '135720.362500', '135720.822500', '135721.282500', '135721.742500', '135722.202500', '135722.662500', '135723.122500', '135723.582500', '135724.042500', '135724.502500', '135724.962500', '135725.422500', '135725.882500', '135726.342500', '135726.802500', '135727.262500', '135727.722500', '135728.182500', '135728.642500', '135729.102500', '135729.562500', '135730.022500', '135730.482500', '135730.942500', '135731.402500', '135731.862500', '135732.322500', '135732.782500', '135733.242500', '135733.702500', '135734.162500', '135734.622500', '135735.082500', '135735.542500', '135736.002500', '135736.462500', '135736.922500', '135737.382500', '135737.842500', '135738.302500', '135738.762500', '135739.222500', '135739.682500', '135740.142500', '135740.602500', '135741.062500', '135741.522500', '135741.982500', '135742.442500', '135742.902500', '135743.362500', '135743.822500', '135744.282500', '135744.742500', '135745.202500', '135745.662500', '135746.122500', '135746.582500', '135747.042500', '135747.502500', '135747.962500', '135748.422500', '135748.882500', '135749.342500', '135749.802500', '135750.262500', '135750.722500', '135751.182500', '135751.642500', '135752.102500', '135752.562500', '135753.022500', '135753.482500', '135753.942500', '135754.402500', '135754.862500', '135755.322500', '135755.782500', '135756.242500', '135756.702500', '135757.162500', '135757.622500', '135758.082500', '135758.542500', '135759.002500', '135759.462500', '135759.922500', '135800.382500', '135800.842500', '135801.302500', '135801.762500', '135802.222500', '135802.682500', '135803.142500', '135803.602500', '135804.062500', '135804.522500', '135804.982500', '135805.442500', '135805.902500', '135806.362500', '135806.822500', '135807.282500', '135807.742500', '135808.202500', '135808.662500', '135809.122500', '135809.582500', '135810.042500', '135810.502500', '135810.962500', '135811.422500', '135811.882500', '135812.342500', '135812.802500', '135813.262500', '135813.722500', '135814.182500', '135814.642500', '135815.102500', '135815.562500', '135816.022500', '135816.482500', '135816.942500', '135817.402500', '135817.862500', '135818.322500', '135818.782500', '135819.242500', '135819.702500', '135820.162500', '135820.622500', '135821.082500', '135821.542500', '135822.002500', '135822.462500', '135822.922500', '135823.382500', '135823.842500', '135824.302500', '135824.762500', '135825.222500', '135825.682500', '135826.142500', '135826.602500', '135827.062500', '135827.522500', '135827.982500', '135828.442500', '135828.902500', '135829.362500', '135829.822500', '135830.282500', '135830.742500', '135831.202500', '135831.662500', '135832.122500', '135832.582500', '135833.042500', '135833.502500', '135833.962500', '135834.422500', '135834.882500', '135835.342500', '135835.802500', '135836.262500', '135836.722500', '135837.182500', '135837.642500', '135838.102500', '135838.562500', '135839.022500', '135839.482500', '135839.942500', '135840.402500', '135840.862500', '135841.322500', '135841.782500', '135842.242500', '135842.702500', '135843.162500', '135843.622500', '135844.082500', '135844.542500', '135845.002500', '135845.462500', '135845.922500', '135846.382500', '135846.842500', '135847.302500', '135847.762500', '135848.222500', '135848.682500', '135849.142500', '135849.602500', '135850.062500', '135850.522500', '135850.982500', '135851.442500', '135851.902500', '135852.362500', '135852.822500', '135853.282500', '135853.742500', '135854.202500', '135854.662500', '135855.122500', '135855.582500', '135856.042500', '135856.502500', '135856.962500', '135857.422500', '135857.882500', '135858.342500', '135858.802500', '135859.262500', '135859.722500', '135900.182500', '135900.642500', '135901.102500', '135901.562500', '135902.022500', '135902.482500', '135902.942500', '135903.402500', '135903.862500', '135904.322500', '135904.782500', '135905.242500', '135905.702500', '135906.162500', '135906.622500', '135907.082500', '135907.542500', '135908.002500', '135908.462500', '135908.922500', '135909.382500', '135909.842500', '135910.302500', '135910.762500', '135911.222500', '135911.682500', '135912.142500', '135912.602500', '135913.062500', '135913.522500', '135913.982500', '135914.442500', '135914.902500', '135915.362500', '135915.822500', '135916.282500', '135916.742500', '135917.202500', '135917.662500', '135918.122500', '135918.582500', '135919.042500', '135919.502500', '135919.962500', '135920.422500', '135920.882500', '135921.342500', '135921.802500', '135922.262500', '135922.722500', '135923.182500', '135923.642500', '135924.102500', '135924.562500', '135925.022500', '135925.482500', '135925.942500', '135926.402500', '135926.862500', '135927.322500', '135927.782500', '135928.242500', '135928.702500', '135929.162500', '135929.622500', '135930.082500', '135930.542500', '135931.002500', '135931.462500', '135931.922500', '135932.382500', '135932.842500', '135933.302500', '135933.762500', '135934.222500', '135934.682500', '135935.142500', '135935.602500', '135936.062500', '135936.522500', '135936.982500', '135937.442500', '135937.902500', '135938.362500', '135938.822500', '135939.282500', '135939.742500', '135940.202500', '135940.662500', '135941.122500', '135941.582500', '135942.042500', '135942.502500', '135942.962500', '135943.422500', '135943.882500', '135944.342500', '135944.802500', '135945.262500', '135945.722500', '135946.182500', '135946.642500', '135947.102500', '135947.562500', '135948.022500', '135948.482500', '135948.942500', '135949.402500', '135949.862500', '135950.322500', '135950.782500', '135951.242500', '135951.702500', '135952.162500', '135952.622500', '135953.082500', '135953.542500', '135954.002500', '135954.462500', '135954.922500', '135955.382500', '135955.842500', '135956.302500', '135956.762500', '135957.222500', '135957.682500', '135958.142500', '135958.602500', '135959.062500', '135959.522500', '135959.982500', '140000.442500', '140000.902500', '140001.362500', '140001.822500', '140002.282500', '140002.742500', '140003.202500', '140003.662500', '140004.122500', '140004.582500', '140005.042500', '140005.502500', '140005.962500', '140006.422500', '140006.882500', '140007.342500', '140007.802500', '140008.262500', '140008.722500', '140009.182500', '140009.642500', '140010.102500', '140010.562500', '140011.022500', '140011.482500', '140011.942500'], 'ContentTime': ['135324.171000', '135324.175000', '135324.178000', '135324.181000', '135324.184000', '135324.189000', '135324.192000', '135324.195000', '135324.198000', '135324.201000', '135324.204000', '135324.207000', '135324.210000', '135324.213000', '135324.217000', '135324.220000', '135324.223000', '135324.226000', '135324.236000', '135324.241000', '135324.244000', '135324.248000', '135324.250000', '135324.259000', '135324.262000', '135344.122000', '135344.125000', '135344.128000', '135344.131000', '135344.134000', '135344.137000', '135344.140000', '135344.143000', '135344.146000', '135344.149000', '135344.153000', '135344.156000', '135344.159000', '135344.162000', '135344.165000', '135344.168000', '135344.171000', '135344.174000', '135344.177000', '135344.180000', '135344.182000', '135344.185000', '135344.188000', '135344.191000', '135344.194000', '135344.197000', '135344.200000', '135344.203000', '135344.205000', '135344.208000', '135344.211000', '135344.214000', '135344.217000', '135344.220000', '135344.224000', '135344.227000', '135344.230000', '135344.233000', '135344.236000', '135344.239000', '135344.242000', '135344.244000', '135344.247000', '135344.250000', '135404.123000', '135404.126000', '135404.129000', '135404.132000', '135404.135000', '135404.138000', '135404.141000', '135404.144000', '135404.147000', '135404.150000', '135404.152000', '135404.155000', '135404.158000', '135404.161000', '135404.164000', '135404.167000', '135404.170000', '135404.173000', '135404.176000', '135404.179000', '135404.182000', '135404.185000', '135404.189000', '135404.191000', '135404.194000', '135404.197000', '135404.200000', '135404.203000', '135404.207000', '135404.211000', '135404.213000', '135404.216000', '135404.219000', '135404.222000', '135404.225000', '135404.228000', '135404.231000', '135404.234000', '135404.237000', '135404.240000', '135404.243000', '135404.246000', '135404.249000', '135424.123000', '135424.126000', '135424.129000', '135424.132000', '135424.135000', '135424.138000', '135424.141000', '135424.144000', '135424.147000', '135424.149000', '135424.158000', '135424.161000', '135424.164000', '135424.167000', '135424.170000', '135424.173000', '135424.176000', '135424.179000', '135424.182000', '135424.185000', '135424.187000', '135424.190000', '135424.193000', '135424.196000', '135424.199000', '135424.202000', '135424.205000', '135424.208000', '135424.211000', '135424.214000', '135424.217000', '135424.220000', '135424.223000', '135424.226000', '135424.229000', '135424.232000', '135424.235000', '135424.238000', '135424.241000', '135424.244000', '135424.246000', '135424.249000', '135424.252000', '135424.255000', '135444.123000', '135444.126000', '135444.129000', '135444.132000', '135444.135000', '135444.138000', '135444.141000', '135444.144000', '135444.147000', '135444.150000', '135444.153000', '135444.156000', '135444.159000', '135444.162000', '135444.164000', '135444.167000', '135444.170000', '135444.173000', '135444.176000', '135444.179000', '135444.182000', '135444.185000', '135444.188000', '135444.191000', '135444.194000', '135444.196000', '135444.199000', '135444.202000', '135444.205000', '135444.208000', '135444.211000', '135444.214000', '135444.217000', '135444.220000', '135444.223000', '135444.226000', '135444.229000', '135444.232000', '135444.235000', '135444.237000', '135444.240000', '135444.243000', '135444.246000', '135504.123000', '135504.127000', '135504.129000', '135504.132000', '135504.135000', '135504.138000', '135504.141000', '135504.144000', '135504.147000', '135504.150000', '135504.153000', '135504.156000', '135504.175000', '135504.178000', '135504.181000', '135504.184000', '135504.187000', '135504.190000', '135504.193000', '135504.195000', '135504.198000', '135504.201000', '135504.204000', '135504.207000', '135504.210000', '135504.213000', '135504.216000', '135504.219000', '135504.222000', '135504.225000', '135504.228000', '135504.231000', '135504.233000', '135504.237000', '135504.239000', '135504.242000', '135504.245000', '135504.248000', '135504.251000', '135504.254000', '135504.257000', '135504.260000', '135504.263000', '135504.266000', '135524.122000', '135524.125000', '135524.128000', '135524.131000', '135524.134000', '135524.137000', '135524.140000', '135524.143000', '135524.146000', '135524.149000', '135524.152000', '135524.155000', '135524.158000', '135524.161000', '135524.163000', '135524.167000', '135524.169000', '135524.172000', '135524.175000', '135524.178000', '135524.181000', '135524.184000', '135524.187000', '135524.190000', '135524.193000', '135524.196000', '135524.199000', '135524.202000', '135524.205000', '135524.208000', '135524.211000', '135524.214000', '135524.217000', '135524.220000', '135524.224000', '135524.228000', '135524.231000', '135524.233000', '135524.236000', '135524.240000', '135524.242000', '135524.245000', '135524.248000', '135544.122000', '135544.125000', '135544.128000', '135544.131000', '135544.134000', '135544.137000', '135544.140000', '135544.143000', '135544.146000', '135544.149000', '135544.152000', '135544.154000', '135544.158000', '135544.160000', '135544.163000', '135544.166000', '135544.169000', '135544.172000', '135544.175000', '135544.178000', '135544.181000', '135544.184000', '135544.187000', '135544.190000', '135544.193000', '135544.196000', '135544.199000', '135544.202000', '135544.205000', '135544.208000', '135544.211000', '135544.213000', '135544.217000', '135544.219000', '135544.222000', '135544.225000', '135544.228000', '135544.231000', '135544.234000', '135544.237000', '135544.240000', '135544.243000', '135544.246000', '135544.249000', '135604.122000', '135604.125000', '135604.128000', '135604.131000', '135604.134000', '135604.137000', '135604.140000', '135604.143000', '135604.146000', '135604.149000', '135604.152000', '135604.155000', '135604.158000', '135604.161000', '135604.164000', '135604.167000', '135604.170000', '135604.173000', '135604.176000', '135604.179000', '135604.182000', '135604.185000', '135604.188000', '135604.191000', '135604.194000', '135604.196000', '135604.199000', '135604.202000', '135604.205000', '135604.208000', '135604.211000', '135604.214000', '135604.217000', '135604.220000', '135604.223000', '135604.226000', '135604.229000', '135604.232000', '135604.235000', '135604.238000', '135604.241000', '135604.244000', '135604.247000', '135624.123000', '135624.126000', '135624.129000', '135624.132000', '135624.135000', '135624.138000', '135624.141000', '135624.144000', '135624.147000', '135624.150000', '135624.153000', '135624.156000', '135624.159000', '135624.162000', '135624.164000', '135624.168000', '135624.171000', '135624.173000', '135624.176000', '135624.179000', '135624.182000', '135624.185000', '135624.188000', '135624.191000', '135624.194000', '135624.197000', '135624.200000', '135624.203000', '135624.206000', '135624.209000', '135624.212000', '135624.215000', '135624.218000', '135624.221000', '135624.224000', '135624.227000', '135624.230000', '135624.233000', '135624.236000', '135624.239000', '135624.242000', '135624.245000', '135624.248000', '135624.251000', '135644.123000', '135644.126000', '135644.129000', '135644.132000', '135644.135000', '135644.138000', '135644.141000', '135644.144000', '135644.147000', '135644.150000', '135644.153000', '135644.156000', '135644.159000', '135644.162000', '135644.165000', '135644.168000', '135644.171000', '135644.174000', '135644.177000', '135644.180000', '135644.182000', '135644.186000', '135644.188000', '135644.191000', '135644.194000', '135644.197000', '135644.200000', '135644.203000', '135644.206000', '135644.209000', '135644.212000', '135644.215000', '135644.218000', '135644.221000', '135644.224000', '135644.227000', '135644.230000', '135644.233000', '135644.236000', '135644.239000', '135644.241000', '135644.245000', '135644.247000', '135704.123000', '135704.126000', '135704.129000', '135704.132000', '135704.135000', '135704.138000', '135704.141000', '135704.144000', '135704.147000', '135704.150000', '135704.153000', '135704.156000', '135704.158000', '135704.161000', '135704.164000', '135704.167000', '135704.170000', '135704.173000', '135704.176000', '135704.179000', '135704.182000', '135704.185000', '135704.188000', '135704.191000', '135704.194000', '135704.197000', '135704.200000', '135704.203000', '135704.206000', '135704.208000', '135704.212000', '135704.214000', '135704.217000', '135704.220000', '135704.223000', '135704.226000', '135704.229000', '135704.232000', '135704.235000', '135704.238000', '135704.241000', '135704.244000', '135704.247000', '135704.250000', '135724.123000', '135724.126000', '135724.129000', '135724.132000', '135724.135000', '135724.138000', '135724.141000', '135724.144000', '135724.147000', '135724.150000', '135724.153000', '135724.156000', '135724.159000', '135724.162000', '135724.165000', '135724.168000', '135724.171000', '135724.174000', '135724.177000', '135724.180000', '135724.183000', '135724.186000', '135724.189000', '135724.191000', '135724.195000', '135724.197000', '135724.200000', '135724.203000', '135724.206000', '135724.209000', '135724.212000', '135724.215000', '135724.218000', '135724.221000', '135724.224000', '135724.227000', '135724.230000', '135724.233000', '135724.236000', '135724.239000', '135724.242000', '135724.245000', '135724.248000', '135744.122000', '135744.126000', '135744.130000', '135744.134000', '135744.137000', '135744.140000', '135744.143000', '135744.146000', '135744.149000', '135744.152000', '135744.155000', '135744.158000', '135744.161000', '135744.164000', '135744.167000', '135744.169000', '135744.172000', '135744.175000', '135744.178000', '135744.181000', '135744.184000', '135744.187000', '135744.190000', '135744.193000', '135744.196000', '135744.199000', '135744.202000', '135744.205000', '135744.208000', '135744.211000', '135744.214000', '135744.216000', '135744.219000', '135744.222000', '135744.225000', '135744.228000', '135744.231000', '135744.234000', '135744.237000', '135744.240000', '135744.243000', '135744.246000', '135744.249000', '135804.122000', '135804.125000', '135804.128000', '135804.131000', '135804.134000', '135804.137000', '135804.140000', '135804.143000', '135804.146000', '135804.149000', '135804.152000', '135804.155000', '135804.158000', '135804.161000', '135804.164000', '135804.167000', '135804.170000', '135804.173000', '135804.175000', '135804.190000', '135804.193000', '135804.196000', '135804.199000', '135804.202000', '135804.205000', '135804.208000', '135804.211000', '135804.214000', '135804.217000', '135804.220000', '135804.223000', '135804.226000', '135804.229000', '135804.232000', '135804.235000', '135804.238000', '135804.241000', '135804.244000', '135804.247000', '135804.250000', '135804.253000', '135804.255000', '135804.258000', '135804.261000', '135824.122000', '135824.125000', '135824.128000', '135824.131000', '135824.134000', '135824.137000', '135824.140000', '135824.143000', '135824.146000', '135824.149000', '135824.152000', '135824.155000', '135824.158000', '135824.161000', '135824.164000', '135824.167000', '135824.170000', '135824.173000', '135824.176000', '135824.179000', '135824.182000', '135824.185000', '135824.188000', '135824.191000', '135824.194000', '135824.197000', '135824.200000', '135824.203000', '135824.208000', '135824.211000', '135824.214000', '135824.217000', '135824.220000', '135824.223000', '135824.226000', '135824.229000', '135824.232000', '135824.235000', '135824.238000', '135824.241000', '135824.244000', '135824.247000', '135824.250000', '135844.123000', '135844.126000', '135844.129000', '135844.132000', '135844.135000', '135844.138000', '135844.141000', '135844.144000', '135844.147000', '135844.150000', '135844.152000', '135844.156000', '135844.158000', '135844.161000', '135844.164000', '135844.167000', '135844.170000', '135844.173000', '135844.176000', '135844.179000', '135844.182000', '135844.185000', '135844.188000', '135844.191000', '135844.194000', '135844.196000', '135844.199000', '135844.202000', '135844.205000', '135844.208000', '135844.211000', '135844.214000', '135844.217000', '135844.220000', '135844.228000', '135844.231000', '135844.234000', '135844.237000', '135844.240000', '135844.243000', '135844.246000', '135844.248000', '135844.251000', '135844.254000', '135904.123000', '135904.126000', '135904.129000', '135904.132000', '135904.135000', '135904.138000', '135904.141000', '135904.144000', '135904.147000', '135904.150000', '135904.153000', '135904.156000', '135904.159000', '135904.162000', '135904.165000', '135904.168000', '135904.171000', '135904.174000', '135904.177000', '135904.180000', '135904.183000', '135904.186000', '135904.189000', '135904.192000', '135904.195000', '135904.198000', '135904.201000', '135904.204000', '135904.207000', '135904.210000', '135904.213000', '135904.216000', '135904.219000', '135904.222000', '135904.225000', '135904.228000', '135904.231000', '135904.233000', '135904.236000', '135904.239000', '135904.242000', '135904.245000', '135904.248000', '135924.123000', '135924.126000', '135924.129000', '135924.132000', '135924.135000', '135924.138000', '135924.141000', '135924.144000', '135924.147000', '135924.150000', '135924.153000', '135924.156000', '135924.159000', '135924.162000', '135924.165000', '135924.168000', '135924.171000', '135924.174000', '135924.177000', '135924.180000', '135924.183000', '135924.186000', '135924.189000', '135924.192000', '135924.195000', '135924.198000', '135924.201000', '135924.204000', '135924.207000', '135924.210000', '135924.222000', '135924.225000', '135924.228000', '135924.231000', '135924.234000', '135924.237000', '135924.240000', '135924.243000', '135924.246000', '135924.248000', '135924.251000', '135924.254000', '135924.257000', '135924.260000', '135944.122000', '135944.125000', '135944.128000', '135944.131000', '135944.134000', '135944.137000', '135944.140000', '135944.143000', '135944.146000', '135944.149000', '135944.152000', '135944.155000', '135944.158000', '135944.161000', '135944.164000', '135944.167000', '135944.170000', '135944.173000', '135944.176000', '135944.180000', '135944.183000', '135944.186000', '135944.189000', '135944.192000', '135944.195000', '135944.198000', '135944.201000', '135944.204000', '135944.207000', '135944.210000', '135944.213000', '135944.216000', '135944.219000', '135944.221000', '135944.224000', '135944.227000', '135944.230000', '135944.233000', '135944.236000', '135944.239000', '135944.242000', '135944.245000', '135944.248000', '140004.122000', '140004.125000', '140004.128000', '140004.131000', '140004.134000', '140004.137000', '140004.140000', '140004.143000', '140004.146000', '140004.149000', '140004.152000', '140004.155000', '140004.158000', '140004.161000', '140004.164000', '140004.167000', '140004.170000', '140004.173000', '140004.176000', '140004.179000', '140004.181000', '140004.184000', '140004.187000', '140004.190000', '140004.193000', '140004.196000', '140004.199000', '140004.202000', '140004.205000', '140004.208000', '140004.211000', '140004.214000', '140004.217000', '140004.220000', '140004.223000', '140004.226000', '140004.228000', '140004.231000', '140004.234000', '140004.237000', '140004.240000', '140004.243000', '140004.246000', '140004.249000', '140012.761000', '140012.764000', '140012.767000', '140012.777000', '140012.780000', '140012.783000', '140012.786000', '140012.789000', '140012.792000', '140012.795000', '140012.798000', '140012.801000', '140012.804000', '140012.807000', '140012.810000', '140012.813000', '140012.816000', '140012.819000', '140012.821000'], 'InstanceCreationTime': ['135324.171000', '135324.175000', '135324.178000', '135324.181000', '135324.184000', '135324.189000', '135324.192000', '135324.195000', '135324.198000', '135324.201000', '135324.204000', '135324.207000', '135324.210000', '135324.213000', '135324.217000', '135324.220000', '135324.223000', '135324.226000', '135324.236000', '135324.241000', '135324.244000', '135324.248000', '135324.250000', '135324.259000', '135324.262000', '135344.122000', '135344.125000', '135344.128000', '135344.131000', '135344.134000', '135344.137000', '135344.140000', '135344.143000', '135344.146000', '135344.149000', '135344.153000', '135344.156000', '135344.159000', '135344.162000', '135344.165000', '135344.168000', '135344.171000', '135344.174000', '135344.177000', '135344.180000', '135344.182000', '135344.185000', '135344.188000', '135344.191000', '135344.194000', '135344.197000', '135344.200000', '135344.203000', '135344.205000', '135344.208000', '135344.211000', '135344.214000', '135344.217000', '135344.220000', '135344.224000', '135344.227000', '135344.230000', '135344.233000', '135344.236000', '135344.239000', '135344.242000', '135344.244000', '135344.247000', '135344.250000', '135404.123000', '135404.126000', '135404.129000', '135404.132000', '135404.135000', '135404.138000', '135404.141000', '135404.144000', '135404.147000', '135404.150000', '135404.152000', '135404.155000', '135404.158000', '135404.161000', '135404.164000', '135404.167000', '135404.170000', '135404.173000', '135404.176000', '135404.179000', '135404.182000', '135404.185000', '135404.189000', '135404.191000', '135404.194000', '135404.197000', '135404.200000', '135404.203000', '135404.207000', '135404.211000', '135404.213000', '135404.216000', '135404.219000', '135404.222000', '135404.225000', '135404.228000', '135404.231000', '135404.234000', '135404.237000', '135404.240000', '135404.243000', '135404.246000', '135404.249000', '135424.123000', '135424.126000', '135424.129000', '135424.132000', '135424.135000', '135424.138000', '135424.141000', '135424.144000', '135424.147000', '135424.149000', '135424.158000', '135424.161000', '135424.164000', '135424.167000', '135424.170000', '135424.173000', '135424.176000', '135424.179000', '135424.182000', '135424.185000', '135424.187000', '135424.190000', '135424.193000', '135424.196000', '135424.199000', '135424.202000', '135424.205000', '135424.208000', '135424.211000', '135424.214000', '135424.217000', '135424.220000', '135424.223000', '135424.226000', '135424.229000', '135424.232000', '135424.235000', '135424.238000', '135424.241000', '135424.244000', '135424.246000', '135424.249000', '135424.252000', '135424.255000', '135444.123000', '135444.126000', '135444.129000', '135444.132000', '135444.135000', '135444.138000', '135444.141000', '135444.144000', '135444.147000', '135444.150000', '135444.153000', '135444.156000', '135444.159000', '135444.162000', '135444.164000', '135444.167000', '135444.170000', '135444.173000', '135444.176000', '135444.179000', '135444.182000', '135444.185000', '135444.188000', '135444.191000', '135444.194000', '135444.196000', '135444.199000', '135444.202000', '135444.205000', '135444.208000', '135444.211000', '135444.214000', '135444.217000', '135444.220000', '135444.223000', '135444.226000', '135444.229000', '135444.232000', '135444.235000', '135444.237000', '135444.240000', '135444.243000', '135444.246000', '135504.123000', '135504.127000', '135504.129000', '135504.132000', '135504.135000', '135504.138000', '135504.141000', '135504.144000', '135504.147000', '135504.150000', '135504.153000', '135504.156000', '135504.175000', '135504.178000', '135504.181000', '135504.184000', '135504.187000', '135504.190000', '135504.193000', '135504.195000', '135504.198000', '135504.201000', '135504.204000', '135504.207000', '135504.210000', '135504.213000', '135504.216000', '135504.219000', '135504.222000', '135504.225000', '135504.228000', '135504.231000', '135504.233000', '135504.237000', '135504.239000', '135504.242000', '135504.245000', '135504.248000', '135504.251000', '135504.254000', '135504.257000', '135504.260000', '135504.263000', '135504.266000', '135524.122000', '135524.125000', '135524.128000', '135524.131000', '135524.134000', '135524.137000', '135524.140000', '135524.143000', '135524.146000', '135524.149000', '135524.152000', '135524.155000', '135524.158000', '135524.161000', '135524.163000', '135524.167000', '135524.169000', '135524.172000', '135524.175000', '135524.178000', '135524.181000', '135524.184000', '135524.187000', '135524.190000', '135524.193000', '135524.196000', '135524.199000', '135524.202000', '135524.205000', '135524.208000', '135524.211000', '135524.214000', '135524.217000', '135524.220000', '135524.224000', '135524.228000', '135524.231000', '135524.233000', '135524.236000', '135524.240000', '135524.242000', '135524.245000', '135524.248000', '135544.122000', '135544.125000', '135544.128000', '135544.131000', '135544.134000', '135544.137000', '135544.140000', '135544.143000', '135544.146000', '135544.149000', '135544.152000', '135544.154000', '135544.158000', '135544.160000', '135544.163000', '135544.166000', '135544.169000', '135544.172000', '135544.175000', '135544.178000', '135544.181000', '135544.184000', '135544.187000', '135544.190000', '135544.193000', '135544.196000', '135544.199000', '135544.202000', '135544.205000', '135544.208000', '135544.211000', '135544.213000', '135544.217000', '135544.219000', '135544.222000', '135544.225000', '135544.228000', '135544.231000', '135544.234000', '135544.237000', '135544.240000', '135544.243000', '135544.246000', '135544.249000', '135604.122000', '135604.125000', '135604.128000', '135604.131000', '135604.134000', '135604.137000', '135604.140000', '135604.143000', '135604.146000', '135604.149000', '135604.152000', '135604.155000', '135604.158000', '135604.161000', '135604.164000', '135604.167000', '135604.170000', '135604.173000', '135604.176000', '135604.179000', '135604.182000', '135604.185000', '135604.188000', '135604.191000', '135604.194000', '135604.196000', '135604.199000', '135604.202000', '135604.205000', '135604.208000', '135604.211000', '135604.214000', '135604.217000', '135604.220000', '135604.223000', '135604.226000', '135604.229000', '135604.232000', '135604.235000', '135604.238000', '135604.241000', '135604.244000', '135604.247000', '135624.123000', '135624.126000', '135624.129000', '135624.132000', '135624.135000', '135624.138000', '135624.141000', '135624.144000', '135624.147000', '135624.150000', '135624.153000', '135624.156000', '135624.159000', '135624.162000', '135624.164000', '135624.168000', '135624.171000', '135624.173000', '135624.176000', '135624.179000', '135624.182000', '135624.185000', '135624.188000', '135624.191000', '135624.194000', '135624.197000', '135624.200000', '135624.203000', '135624.206000', '135624.209000', '135624.212000', '135624.215000', '135624.218000', '135624.221000', '135624.224000', '135624.227000', '135624.230000', '135624.233000', '135624.236000', '135624.239000', '135624.242000', '135624.245000', '135624.248000', '135624.251000', '135644.123000', '135644.126000', '135644.129000', '135644.132000', '135644.135000', '135644.138000', '135644.141000', '135644.144000', '135644.147000', '135644.150000', '135644.153000', '135644.156000', '135644.159000', '135644.162000', '135644.165000', '135644.168000', '135644.171000', '135644.174000', '135644.177000', '135644.180000', '135644.182000', '135644.186000', '135644.188000', '135644.191000', '135644.194000', '135644.197000', '135644.200000', '135644.203000', '135644.206000', '135644.209000', '135644.212000', '135644.215000', '135644.218000', '135644.221000', '135644.224000', '135644.227000', '135644.230000', '135644.233000', '135644.236000', '135644.239000', '135644.241000', '135644.245000', '135644.247000', '135704.123000', '135704.126000', '135704.129000', '135704.132000', '135704.135000', '135704.138000', '135704.141000', '135704.144000', '135704.147000', '135704.150000', '135704.153000', '135704.156000', '135704.158000', '135704.161000', '135704.164000', '135704.167000', '135704.170000', '135704.173000', '135704.176000', '135704.179000', '135704.182000', '135704.185000', '135704.188000', '135704.191000', '135704.194000', '135704.197000', '135704.200000', '135704.203000', '135704.206000', '135704.208000', '135704.212000', '135704.214000', '135704.217000', '135704.220000', '135704.223000', '135704.226000', '135704.229000', '135704.232000', '135704.235000', '135704.238000', '135704.241000', '135704.244000', '135704.247000', '135704.250000', '135724.123000', '135724.126000', '135724.129000', '135724.132000', '135724.135000', '135724.138000', '135724.141000', '135724.144000', '135724.147000', '135724.150000', '135724.153000', '135724.156000', '135724.159000', '135724.162000', '135724.165000', '135724.168000', '135724.171000', '135724.174000', '135724.177000', '135724.180000', '135724.183000', '135724.186000', '135724.189000', '135724.191000', '135724.195000', '135724.197000', '135724.200000', '135724.203000', '135724.206000', '135724.209000', '135724.212000', '135724.215000', '135724.218000', '135724.221000', '135724.224000', '135724.227000', '135724.230000', '135724.233000', '135724.236000', '135724.239000', '135724.242000', '135724.245000', '135724.248000', '135744.122000', '135744.126000', '135744.130000', '135744.134000', '135744.137000', '135744.140000', '135744.143000', '135744.146000', '135744.149000', '135744.152000', '135744.155000', '135744.158000', '135744.161000', '135744.164000', '135744.167000', '135744.169000', '135744.172000', '135744.175000', '135744.178000', '135744.181000', '135744.184000', '135744.187000', '135744.190000', '135744.193000', '135744.196000', '135744.199000', '135744.202000', '135744.205000', '135744.208000', '135744.211000', '135744.214000', '135744.216000', '135744.219000', '135744.222000', '135744.225000', '135744.228000', '135744.231000', '135744.234000', '135744.237000', '135744.240000', '135744.243000', '135744.246000', '135744.249000', '135804.122000', '135804.125000', '135804.128000', '135804.131000', '135804.134000', '135804.137000', '135804.140000', '135804.143000', '135804.146000', '135804.149000', '135804.152000', '135804.155000', '135804.158000', '135804.161000', '135804.164000', '135804.167000', '135804.170000', '135804.173000', '135804.175000', '135804.190000', '135804.193000', '135804.196000', '135804.199000', '135804.202000', '135804.205000', '135804.208000', '135804.211000', '135804.214000', '135804.217000', '135804.220000', '135804.223000', '135804.226000', '135804.229000', '135804.232000', '135804.235000', '135804.238000', '135804.241000', '135804.244000', '135804.247000', '135804.250000', '135804.253000', '135804.255000', '135804.258000', '135804.261000', '135824.122000', '135824.125000', '135824.128000', '135824.131000', '135824.134000', '135824.137000', '135824.140000', '135824.143000', '135824.146000', '135824.149000', '135824.152000', '135824.155000', '135824.158000', '135824.161000', '135824.164000', '135824.167000', '135824.170000', '135824.173000', '135824.176000', '135824.179000', '135824.182000', '135824.185000', '135824.188000', '135824.191000', '135824.194000', '135824.197000', '135824.200000', '135824.203000', '135824.208000', '135824.211000', '135824.214000', '135824.217000', '135824.220000', '135824.223000', '135824.226000', '135824.229000', '135824.232000', '135824.235000', '135824.238000', '135824.241000', '135824.244000', '135824.247000', '135824.250000', '135844.123000', '135844.126000', '135844.129000', '135844.132000', '135844.135000', '135844.138000', '135844.141000', '135844.144000', '135844.147000', '135844.150000', '135844.152000', '135844.156000', '135844.158000', '135844.161000', '135844.164000', '135844.167000', '135844.170000', '135844.173000', '135844.176000', '135844.179000', '135844.182000', '135844.185000', '135844.188000', '135844.191000', '135844.194000', '135844.196000', '135844.199000', '135844.202000', '135844.205000', '135844.208000', '135844.211000', '135844.214000', '135844.217000', '135844.220000', '135844.228000', '135844.231000', '135844.234000', '135844.237000', '135844.240000', '135844.243000', '135844.246000', '135844.248000', '135844.251000', '135844.254000', '135904.123000', '135904.126000', '135904.129000', '135904.132000', '135904.135000', '135904.138000', '135904.141000', '135904.144000', '135904.147000', '135904.150000', '135904.153000', '135904.156000', '135904.159000', '135904.162000', '135904.165000', '135904.168000', '135904.171000', '135904.174000', '135904.177000', '135904.180000', '135904.183000', '135904.186000', '135904.189000', '135904.192000', '135904.195000', '135904.198000', '135904.201000', '135904.204000', '135904.207000', '135904.210000', '135904.213000', '135904.216000', '135904.219000', '135904.222000', '135904.225000', '135904.228000', '135904.231000', '135904.233000', '135904.236000', '135904.239000', '135904.242000', '135904.245000', '135904.248000', '135924.123000', '135924.126000', '135924.129000', '135924.132000', '135924.135000', '135924.138000', '135924.141000', '135924.144000', '135924.147000', '135924.150000', '135924.153000', '135924.156000', '135924.159000', '135924.162000', '135924.165000', '135924.168000', '135924.171000', '135924.174000', '135924.177000', '135924.180000', '135924.183000', '135924.186000', '135924.189000', '135924.192000', '135924.195000', '135924.198000', '135924.201000', '135924.204000', '135924.207000', '135924.210000', '135924.222000', '135924.225000', '135924.228000', '135924.231000', '135924.234000', '135924.237000', '135924.240000', '135924.243000', '135924.246000', '135924.248000', '135924.251000', '135924.254000', '135924.257000', '135924.260000', '135944.122000', '135944.125000', '135944.128000', '135944.131000', '135944.134000', '135944.137000', '135944.140000', '135944.143000', '135944.146000', '135944.149000', '135944.152000', '135944.155000', '135944.158000', '135944.161000', '135944.164000', '135944.167000', '135944.170000', '135944.173000', '135944.176000', '135944.180000', '135944.183000', '135944.186000', '135944.189000', '135944.192000', '135944.195000', '135944.198000', '135944.201000', '135944.204000', '135944.207000', '135944.210000', '135944.213000', '135944.216000', '135944.219000', '135944.221000', '135944.224000', '135944.227000', '135944.230000', '135944.233000', '135944.236000', '135944.239000', '135944.242000', '135944.245000', '135944.248000', '140004.122000', '140004.125000', '140004.128000', '140004.131000', '140004.134000', '140004.137000', '140004.140000', '140004.143000', '140004.146000', '140004.149000', '140004.152000', '140004.155000', '140004.158000', '140004.161000', '140004.164000', '140004.167000', '140004.170000', '140004.173000', '140004.176000', '140004.179000', '140004.181000', '140004.184000', '140004.187000', '140004.190000', '140004.193000', '140004.196000', '140004.199000', '140004.202000', '140004.205000', '140004.208000', '140004.211000', '140004.214000', '140004.217000', '140004.220000', '140004.223000', '140004.226000', '140004.228000', '140004.231000', '140004.234000', '140004.237000', '140004.240000', '140004.243000', '140004.246000', '140004.249000', '140012.761000', '140012.764000', '140012.767000', '140012.777000', '140012.780000', '140012.783000', '140012.786000', '140012.789000', '140012.792000', '140012.795000', '140012.798000', '140012.801000', '140012.804000', '140012.807000', '140012.810000', '140012.813000', '140012.816000', '140012.819000', '140012.821000'], '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': [7344, 10589, 7291, 10802, 10373, 7309, 7200, 8698, 7240, 7136, 10437, 7492, 9312, 10648, 7128, 6797, 9290, 6829, 11668, 9103, 7365, 11017, 7390, 6670, 8290, 6655, 10159, 8257, 6854, 9995, 6970, 6688, 9353, 6670, 10512, 8385, 6857, 10549, 7776, 9610, 9228, 7255, 11785, 7842, 6484, 8885, 6653, 11927, 9185, 6469, 10728, 7461, 7064, 8016, 6766, 11943, 8282, 6389, 9992, 7729, 8219, 8956, 7552, 12084, 7800, 6462, 9377, 7033, 11205, 8475, 6571, 11259, 7569, 6806, 7679, 6975, 12085, 8867, 6419, 9654, 6891, 7269, 7087, 7091, 11441, 7990, 6952, 11299, 6912, 6605, 8125, 6665, 11668, 8351, 7296, 10489, 7213, 7390, 7673, 7126, 12156, 8252, 7075, 11416, 7783, 6714, 7320, 7101, 11516, 8771, 7350, 11373, 7931, 6626, 7059, 6812, 9792, 7901, 7403, 9403, 6955, 6669, 10527, 7186, 6592, 11341, 7374, 6707, 8841, 7211, 9218, 9282, 7896, 11922, 10112, 7992, 9338, 6946, 6953, 10902, 7820, 7004, 11260, 6770, 6555, 10110, 7806, 6801, 9116, 7587, 10530, 9658, 6872, 6796, 9067, 6721, 7069, 10753, 6772, 7477, 9192, 7470, 7297, 11720, 8825, 7876, 10177, 8458, 7925, 6526, 8860, 7190, 7205, 9244, 6785, 8082, 11941, 8770, 9786, 11132, 8403, 6753, 10024, 7130, 6928, 10212, 7127, 7722, 9434, 10135, 6883, 6797, 8525, 6649, 6757, 9698, 6903, 6618, 8524, 7453, 6821, 7641, 6822, 11704, 8717, 6754, 10525, 6712, 7899, 6923, 6668, 11178, 6769, 9324, 6955, 6831, 8249, 6506, 11857, 6813, 7476, 7281, 6683, 11327, 7899, 9988, 11693, 9353, 10522, 7866, 6671, 9834, 7302, 11666, 7166, 9446, 7712, 6839, 9625, 8649, 11700, 7446, 9675, 7351, 6855, 9516, 6874, 9999, 7028, 6463, 9006, 6694, 9051, 7297, 6441, 10908, 6795, 9676, 6898, 6958, 9117, 6530, 11870, 9445, 12885, 7662, 9865, 7260, 6744, 11001, 7626, 6798, 7222, 6659, 7821, 6855, 7184, 11109, 8772, 6728, 9804, 6828, 9008, 7459, 6558, 12035, 7829, 10140, 6734, 6585, 10077, 7058, 6682, 9591, 7273, 6654, 7990, 6788, 6789, 8829, 6795, 6627, 7289, 8112, 6866, 9285, 7971, 7014, 12203, 9372, 9270, 9188, 6984, 11547, 7588, 7128, 11253, 7207, 6577, 8589, 7303, 7864, 7791, 6659, 11579, 8517, 6749, 9895, 6706, 6830, 10143, 7048, 6782, 10896, 6835, 6752, 10025, 6774, 6556, 10345, 7406, 7632, 9686, 7110, 6673, 8716, 7232, 8630, 8957, 6814, 9935, 6829, 6659, 10485, 7286, 6675, 10668, 6997, 10285, 8303, 6790, 9261, 6900, 6775, 9329, 6689, 10048, 7543, 6687, 10768, 6975, 6730, 9594, 6811, 10852, 7766, 6628, 7340, 8768, 6676, 11793, 8456, 7019, 9985, 7531, 6950, 6877, 6933, 9821, 6962, 6986, 11245, 6902, 6593, 8264, 6943, 6763, 9967, 7274, 6816, 8470, 7485, 6569, 7006, 10693, 7174, 11140, 9711, 10848, 12441, 9471, 6713, 7391, 7283, 6731, 10898, 8151, 7190, 12297, 9035, 6737, 7728, 6844, 6749, 9370, 7147, 6793, 11218, 8168, 7307, 8060, 6821, 9432, 6926, 6945, 9814, 6680, 11822, 7894, 7095, 8450, 6702, 8703, 7129, 6938, 10171, 6842, 7533, 7840, 7036, 9856, 7450, 6699, 12327, 8103, 11337, 8353, 6652, 10629, 6767, 7786, 7418, 6926, 11857, 6912, 6683, 7455, 6858, 10633, 6914, 6884, 9004, 6555, 10994, 6913, 6505, 7249, 6596, 11535, 8152, 6785, 9144, 6677, 9143, 7123, 6807, 11240, 7073, 7088, 7545, 6584, 9367, 6813, 6763, 11334, 7012, 7841, 7221, 6734, 10838, 7194, 11733, 8684, 6706, 10128, 6773, 9671, 8873, 6732, 12573, 6837, 6692, 8860, 6787, 8153, 8654, 6775, 11066, 7985, 6770, 11391, 8210, 10807, 13000, 8798, 11614, 7588, 6802, 12311, 8848, 6537, 8287, 6943, 6746, 7673, 6899, 6734, 8205, 6836, 6788, 7871, 6742, 10109, 7504, 6816, 11076, 6472, 9319, 7005, 6634, 10255, 7164, 12791, 9534, 7239, 7460, 6615, 10086, 6674, 6695, 8655, 6662, 9112, 6664, 6747, 8834, 6548, 11199, 7811, 9906, 8412, 6686, 10268, 6698, 9943, 7679, 6800, 10855, 6847, 7070, 7307, 6771, 11825, 8757, 6834, 9726, 6627, 7630, 7847, 6742, 12480, 8955, 6712, 8714, 6561, 12175, 8463, 7031, 11469, 6866, 7937, 6927, 6650, 10903, 7303, 6445, 9324, 6635, 6693, 8233, 6834, 12248, 8499, 6779, 8750, 6511, 11711, 8581, 8678, 12038, 7113, 8426, 7004, 6681, 10821, 8170, 7293, 11452, 6797, 6648, 9415, 6861, 6458, 9931, 6425, 11744, 8717, 6844, 9605, 6843, 9529, 7665, 7595, 11877, 6770, 6867, 8495, 6981, 7653, 8986, 6645, 8804, 6988, 6310, 8778, 7502, 10530, 9344, 7574, 11707, 8108, 6939, 9123, 6896, 9537, 8690, 7067, 11115, 6814, 6451, 9276, 6956, 7715, 9707, 6653, 8702, 6798, 6774, 10738, 7334, 10405, 8322, 6949, 10159, 7050, 9611, 9671, 7598, 12365, 6812, 6547, 8830, 6665, 6718, 10485, 7281, 6820, 12146, 9342, 6486, 8325, 6839, 6810, 11823, 8936, 7134, 11952, 7096, 6580, 10128, 7176, 9216, 10311, 6694, 6721, 7794, 6736, 7622, 9036, 6531, 7907, 7860, 7000, 9351, 7295, 6456, 11256, 8345, 7778, 10092, 6682, 6482, 10371, 6819, 6636, 11304, 8492, 6691, 10798, 6858, 9114, 7566, 7460, 12052, 8186, 6449, 9633, 7229, 6679, 8796, 6709, 10509, 8904, 6612, 9022, 7138, 6573, 7935, 7053, 6876, 11723, 8745, 6701, 10722, 6785, 6509, 9758, 6837, 11849, 8716, 6577, 10060, 6865, 8456, 7627, 7421, 11503, 6950, 6542, 7659, 6825, 8809, 7407, 6699, 10017, 6910, 6560, 8809, 6868, 10437, 7538, 6786, 9509, 6530, 10910, 6679, 9621, 8783, 6834, 11246, 7008, 6482, 8246, 6532, 11612, 8205, 6496, 10099, 6690, 6702, 9719, 6602, 10872, 8196, 6451, 10397, 6654, 8896, 9392, 6513, 11667, 6708, 6408, 9329, 6782, 8493, 10292, 6498, 10134, 7066, 6790, 10547, 7250, 8941, 9271, 6675, 9860, 6871, 6773, 11004, 8263, 6642, 10163, 6933, 6879, 9945, 7207, 8875, 11166, 6582, 6475, 8529, 6925, 6785, 11156, 8195, 6774, 9684, 6896, 6645, 10155, 7648, 7041, 11696, 8913, 7335, 6574, 8044, 7081, 6690, 9973, 7330, 8172, 11841, 6812, 6691, 10341, 6851, 6608, 10749, 8028, 6688, 9934, 6842, 6701, 7788, 6871, 6818, 10106, 8400, 6907, 8531, 6806, 6611, 10773, 8586, 6693, 9322, 7172, 6745, 6826, 8822, 6780, 7841, 10233, 6791, 6461, 9146, 6836, 6941, 11442, 8557, 6730, 7644], 'WindowCenter': [4096.0, 4121.0, 4075.0, 4091.0, 4078.0, 4044.0, 4031.0, 4040.0, 4029.0, 4028.0, 4073.0, 4030.0, 4052.0, 4048.0, 4017.0, 4017.0, 4048.0, 4029.0, 4070.0, 4038.0, 4028.0, 4046.0, 4027.0, 4018.0, 4038.0, 4017.0, 4047.0, 4039.0, 4016.0, 4035.0, 4015.0, 4017.0, 4060.0, 4029.0, 4061.0, 4039.0, 4017.0, 4046.0, 4029.0, 4049.0, 4048.0, 4027.0, 4057.0, 4025.0, 4004.0, 4034.0, 4018.0, 4057.0, 4051.0, 4006.0, 4046.0, 4027.0, 4016.0, 4039.0, 4016.0, 4071.0, 4037.0, 4005.0, 4046.0, 4027.0, 4038.0, 4052.0, 4028.0, 4059.0, 4016.0, 4004.0, 4035.0, 4015.0, 4058.0, 4026.0, 4016.0, 4047.0, 4016.0, 4015.0, 4025.0, 4016.0, 4057.0, 4037.0, 4005.0, 4035.0, 4014.0, 4014.0, 4015.0, 4014.0, 4057.0, 4026.0, 4016.0, 4047.0, 4015.0, 4004.0, 4025.0, 4015.0, 4058.0, 4026.0, 4016.0, 4047.0, 4016.0, 4015.0, 4028.0, 4018.0, 4057.0, 4026.0, 4015.0, 4057.0, 4025.0, 4004.0, 4013.0, 4014.0, 4045.0, 4024.0, 4014.0, 4045.0, 4013.0, 4003.0, 4016.0, 4004.0, 4035.0, 4027.0, 4028.0, 4036.0, 4015.0, 4005.0, 4046.0, 4018.0, 4017.0, 4061.0, 4030.0, 4019.0, 4037.0, 4016.0, 4035.0, 4035.0, 4025.0, 4058.0, 4034.0, 4014.0, 4023.0, 4002.0, 4003.0, 4045.0, 4014.0, 4004.0, 4045.0, 4002.0, 3992.0, 4033.0, 4012.0, 4004.0, 4035.0, 4025.0, 4046.0, 4037.0, 4004.0, 4003.0, 4023.0, 4002.0, 4014.0, 4046.0, 4015.0, 4014.0, 4033.0, 4013.0, 4013.0, 4056.0, 4037.0, 4025.0, 4047.0, 4012.0, 4012.0, 3992.0, 4022.0, 4002.0, 4002.0, 4024.0, 4003.0, 4026.0, 4046.0, 4026.0, 4036.0, 4044.0, 4026.0, 4017.0, 4034.0, 4004.0, 4003.0, 4035.0, 4015.0, 4027.0, 4039.0, 4048.0, 4019.0, 4017.0, 4037.0, 4019.0, 4019.0, 4047.0, 4029.0, 4015.0, 4025.0, 4015.0, 4003.0, 4015.0, 4016.0, 4059.0, 4037.0, 4018.0, 4047.0, 4017.0, 4028.0, 4031.0, 4031.0, 4061.0, 4018.0, 4048.0, 4029.0, 4017.0, 4039.0, 4019.0, 4071.0, 4018.0, 4029.0, 4028.0, 4019.0, 4060.0, 4043.0, 4064.0, 4071.0, 4049.0, 4059.0, 4041.0, 4016.0, 4049.0, 4028.0, 4057.0, 4017.0, 4047.0, 4025.0, 4015.0, 4046.0, 4025.0, 4045.0, 4012.0, 4032.0, 4010.0, 4001.0, 4032.0, 4003.0, 4045.0, 4013.0, 4003.0, 4034.0, 4016.0, 4035.0, 4014.0, 4006.0, 4058.0, 4018.0, 4046.0, 4016.0, 4015.0, 4036.0, 4005.0, 4057.0, 4035.0, 4054.0, 4012.0, 4032.0, 4000.0, 4001.0, 4043.0, 4015.0, 4001.0, 4011.0, 4001.0, 4012.0, 4001.0, 4015.0, 4058.0, 4051.0, 4028.0, 4047.0, 4031.0, 4037.0, 4027.0, 4019.0, 4058.0, 4027.0, 4046.0, 4014.0, 4015.0, 4047.0, 4012.0, 4018.0, 4034.0, 4013.0, 4015.0, 4052.0, 4017.0, 4015.0, 4034.0, 4014.0, 4015.0, 4025.0, 4039.0, 4028.0, 4046.0, 4025.0, 4015.0, 4057.0, 4036.0, 4034.0, 4022.0, 4001.0, 4056.0, 4010.0, 4001.0, 4031.0, 3999.0, 4000.0, 4021.0, 4011.0, 4010.0, 4009.0, 4001.0, 4043.0, 4020.0, 4001.0, 4032.0, 4001.0, 4003.0, 4044.0, 4013.0, 4003.0, 4044.0, 4002.0, 4002.0, 4033.0, 4003.0, 4003.0, 4058.0, 4015.0, 4013.0, 4033.0, 4012.0, 4002.0, 4025.0, 4013.0, 4036.0, 4035.0, 4004.0, 4035.0, 4004.0, 4014.0, 4044.0, 4012.0, 4003.0, 4045.0, 4013.0, 4046.0, 4023.0, 4003.0, 4034.0, 4013.0, 4013.0, 4047.0, 4014.0, 4048.0, 4025.0, 4015.0, 4045.0, 4014.0, 4015.0, 4048.0, 4016.0, 4057.0, 4025.0, 4016.0, 4014.0, 4036.0, 4017.0, 4056.0, 4036.0, 4027.0, 4049.0, 4026.0, 4015.0, 4003.0, 4013.0, 4034.0, 4015.0, 4014.0, 4056.0, 4016.0, 4004.0, 4023.0, 4016.0, 4017.0, 4047.0, 4040.0, 4029.0, 4039.0, 4042.0, 4031.0, 4042.0, 4073.0, 4032.0, 4072.0, 4062.0, 4074.0, 4072.0, 4049.0, 4016.0, 4026.0, 4013.0, 4015.0, 4048.0, 4025.0, 4014.0, 4056.0, 4024.0, 4004.0, 4014.0, 4002.0, 4003.0, 4032.0, 4013.0, 4028.0, 4070.0, 4038.0, 4015.0, 4024.0, 4013.0, 4032.0, 4011.0, 4013.0, 4032.0, 4002.0, 4057.0, 4023.0, 4014.0, 4035.0, 4015.0, 4034.0, 4016.0, 4026.0, 4048.0, 4016.0, 4037.0, 4036.0, 4016.0, 4045.0, 4041.0, 4029.0, 4068.0, 4025.0, 4057.0, 4025.0, 4013.0, 4045.0, 4014.0, 4026.0, 4027.0, 4015.0, 4059.0, 4016.0, 4014.0, 4015.0, 4015.0, 4058.0, 4028.0, 4029.0, 4047.0, 4017.0, 4057.0, 4015.0, 4018.0, 4028.0, 4032.0, 4070.0, 4040.0, 4017.0, 4049.0, 4028.0, 4049.0, 4029.0, 4017.0, 4060.0, 4029.0, 4016.0, 4029.0, 4017.0, 4048.0, 4019.0, 4028.0, 4062.0, 4028.0, 4038.0, 4026.0, 4027.0, 4060.0, 4026.0, 4059.0, 4037.0, 4015.0, 4046.0, 4016.0, 4047.0, 4036.0, 4014.0, 4066.0, 4013.0, 4015.0, 4035.0, 4015.0, 4038.0, 4037.0, 4016.0, 4059.0, 4038.0, 4015.0, 4056.0, 4036.0, 4059.0, 4071.0, 4036.0, 4058.0, 4027.0, 4016.0, 4057.0, 4037.0, 4004.0, 4024.0, 4013.0, 4014.0, 4025.0, 4017.0, 4015.0, 4036.0, 4015.0, 4016.0, 4024.0, 4018.0, 4058.0, 4027.0, 4018.0, 4058.0, 4004.0, 4037.0, 4016.0, 4003.0, 4045.0, 4014.0, 4054.0, 4034.0, 4001.0, 4011.0, 4001.0, 4032.0, 4014.0, 4012.0, 4035.0, 4018.0, 4034.0, 4014.0, 4014.0, 4036.0, 4018.0, 4069.0, 4030.0, 4049.0, 4027.0, 4014.0, 4034.0, 4014.0, 4045.0, 4026.0, 4015.0, 4045.0, 4012.0, 4027.0, 4027.0, 4016.0, 4058.0, 4037.0, 4015.0, 4036.0, 4014.0, 4014.0, 4023.0, 4014.0, 4058.0, 4034.0, 4002.0, 4024.0, 4003.0, 4054.0, 4025.0, 4012.0, 4042.0, 4000.0, 4012.0, 4002.0, 4004.0, 4044.0, 4025.0, 4003.0, 4034.0, 4014.0, 4016.0, 4037.0, 4029.0, 4069.0, 4037.0, 4015.0, 4036.0, 4004.0, 4057.0, 4027.0, 4023.0, 4054.0, 4002.0, 4024.0, 4001.0, 4002.0, 4044.0, 4026.0, 4012.0, 4044.0, 4002.0, 4003.0, 4033.0, 4002.0, 4005.0, 4046.0, 4004.0, 4056.0, 4036.0, 4015.0, 4034.0, 4003.0, 4036.0, 4015.0, 4013.0, 4054.0, 4002.0, 4004.0, 4036.0, 4016.0, 4026.0, 4038.0, 4018.0, 4035.0, 4016.0, 4016.0, 4023.0, 4015.0, 4050.0, 4037.0, 4027.0, 4059.0, 4025.0, 4016.0, 4034.0, 4015.0, 4047.0, 4034.0, 4015.0, 4046.0, 4003.0, 4003.0, 4046.0, 4028.0, 4027.0, 4048.0, 4015.0, 4035.0, 4004.0, 4016.0, 4060.0, 4028.0, 4048.0, 4025.0, 4015.0, 4047.0, 4016.0, 4036.0, 4049.0, 4024.0, 4055.0, 4012.0, 4020.0, 4033.0, 4015.0, 4014.0, 4047.0, 4029.0, 4016.0, 4073.0, 4047.0, 4016.0, 4026.0, 4016.0, 4031.0, 4059.0, 4039.0, 4017.0, 4053.0, 4015.0, 4002.0, 4047.0, 4015.0, 4036.0, 4034.0, 4001.0, 4002.0, 4014.0, 4016.0, 4025.0, 4036.0, 4006.0, 4027.0, 4025.0, 4015.0, 4036.0, 4027.0, 4005.0, 4049.0, 4027.0, 4027.0, 4044.0, 4028.0, 4005.0, 4044.0, 4014.0, 4004.0, 4046.0, 4037.0, 4015.0, 4046.0, 4016.0, 4038.0, 4027.0, 4024.0, 4056.0, 4023.0, 4002.0, 4033.0, 4013.0, 4002.0, 4023.0, 4003.0, 4044.0, 4035.0, 4003.0, 4022.0, 4001.0, 4003.0, 4022.0, 4013.0, 4017.0, 4057.0, 4036.0, 4015.0, 4047.0, 4016.0, 4003.0, 4045.0, 4014.0, 4056.0, 4023.0, 4002.0, 4031.0, 4002.0, 4024.0, 4014.0, 4011.0, 4044.0, 4001.0, 4001.0, 4010.0, 4014.0, 4034.0, 4016.0, 4015.0, 4045.0, 4014.0, 4014.0, 4036.0, 4015.0, 4057.0, 4028.0, 4017.0, 4046.0, 4004.0, 4044.0, 4014.0, 4037.0, 4035.0, 4015.0, 4045.0, 4013.0, 4002.0, 4036.0, 4005.0, 4057.0, 4024.0, 4004.0, 4048.0, 4016.0, 4015.0, 4047.0, 4017.0, 4059.0, 4025.0, 4005.0, 4045.0, 4017.0, 4036.0, 4035.0, 4005.0, 4056.0, 4003.0, 4002.0, 4033.0, 4015.0, 4035.0, 4046.0, 4005.0, 4045.0, 4015.0, 4014.0, 4045.0, 4025.0, 4034.0, 4035.0, 4016.0, 4034.0, 4003.0, 4002.0, 4045.0, 4026.0, 4003.0, 4043.0, 4014.0, 4002.0, 4035.0, 4026.0, 4035.0, 4046.0, 4015.0, 4004.0, 4035.0, 4014.0, 4016.0, 4057.0, 4037.0, 4016.0, 4036.0, 4011.0, 4002.0, 4045.0, 4013.0, 4015.0, 4058.0, 4037.0, 4013.0, 4002.0, 4024.0, 4003.0, 4002.0, 4033.0, 4015.0, 4024.0, 4045.0, 4001.0, 4002.0, 4033.0, 4002.0, 4016.0, 4046.0, 4024.0, 4003.0, 4031.0, 4000.0, 4002.0, 4012.0, 4015.0, 4013.0, 4047.0, 4025.0, 4015.0, 4024.0, 4003.0, 4004.0, 4056.0, 4036.0, 4013.0, 4034.0, 4012.0, 4002.0, 4003.0, 4036.0, 4016.0, 4026.0, 4046.0, 4015.0, 4015.0, 4036.0, 4015.0, 4027.0, 4059.0, 4037.0, 4031.0, 4027.0], 'WindowWidth': [9152.0, 9173.0, 9100.0, 9112.0, 9088.0, 9034.0, 9013.0, 9022.0, 9006.0, 9004.0, 9069.0, 9008.0, 9037.0, 9027.0, 8985.0, 8985.0, 9027.0, 9005.0, 9061.0, 9015.0, 8998.0, 9021.0, 8998.0, 8990.0, 9013.0, 8986.0, 9024.0, 9015.0, 8981.0, 9004.0, 8979.0, 8984.0, 9049.0, 9005.0, 9048.0, 9014.0, 8982.0, 9021.0, 9001.0, 9029.0, 9027.0, 8998.0, 9035.0, 8990.0, 8962.0, 9002.0, 8989.0, 9038.0, 9034.0, 8969.0, 9021.0, 8996.0, 8979.0, 9016.0, 8982.0, 9063.0, 9011.0, 8964.0, 9021.0, 8995.0, 9011.0, 9038.0, 9000.0, 9044.0, 8979.0, 8960.0, 9002.0, 8976.0, 9039.0, 8994.0, 8979.0, 9023.0, 8978.0, 8979.0, 8992.0, 8980.0, 9039.0, 9009.0, 8965.0, 9004.0, 8975.0, 8975.0, 8976.0, 8975.0, 9035.0, 8992.0, 8980.0, 9023.0, 8977.0, 8962.0, 8989.0, 8978.0, 9038.0, 8994.0, 8980.0, 9022.0, 8978.0, 8977.0, 9000.0, 8984.0, 9037.0, 8992.0, 8977.0, 9037.0, 8990.0, 8959.0, 8971.0, 8972.0, 9017.0, 8988.0, 8975.0, 9017.0, 8970.0, 8958.0, 8978.0, 8960.0, 9003.0, 8996.0, 8998.0, 9006.0, 8975.0, 8962.0, 9019.0, 8985.0, 8981.0, 9047.0, 9005.0, 8989.0, 9011.0, 8980.0, 9002.0, 9001.0, 8989.0, 9039.0, 9001.0, 8971.0, 8982.0, 8955.0, 8957.0, 9014.0, 8974.0, 8960.0, 9016.0, 8953.0, 8939.0, 8994.0, 8966.0, 8958.0, 9002.0, 8990.0, 9019.0, 9009.0, 8961.0, 8959.0, 8985.0, 8955.0, 8973.0, 9021.0, 8977.0, 8972.0, 8999.0, 8973.0, 8973.0, 9033.0, 9010.0, 8989.0, 9023.0, 8967.0, 8967.0, 8939.0, 8978.0, 8952.0, 8954.0, 8985.0, 8958.0, 8992.0, 9019.0, 8993.0, 9004.0, 9013.0, 8992.0, 8984.0, 8997.0, 8959.0, 8957.0, 9003.0, 8975.0, 8994.0, 9013.0, 9025.0, 8988.0, 8982.0, 9007.0, 8988.0, 8991.0, 9021.0, 9002.0, 8977.0, 8990.0, 8976.0, 8960.0, 8976.0, 8982.0, 9041.0, 9009.0, 8985.0, 9023.0, 8984.0, 8998.0, 9008.0, 9008.0, 9048.0, 8985.0, 9026.0, 9002.0, 8983.0, 9016.0, 8988.0, 9060.0, 8988.0, 9002.0, 8998.0, 8988.0, 9045.0, 9029.0, 9059.0, 9065.0, 9031.0, 9045.0, 9022.0, 8981.0, 9028.0, 9001.0, 9038.0, 8983.0, 9023.0, 8994.0, 8980.0, 9021.0, 8990.0, 9017.0, 8968.0, 8995.0, 8964.0, 8954.0, 8997.0, 8958.0, 9019.0, 8971.0, 8959.0, 9001.0, 8979.0, 9003.0, 8978.0, 8968.0, 9039.0, 8984.0, 9022.0, 8983.0, 8979.0, 9010.0, 8966.0, 9039.0, 9003.0, 9029.0, 8969.0, 8995.0, 8950.0, 8954.0, 9011.0, 8977.0, 8954.0, 8966.0, 8955.0, 8970.0, 8954.0, 8976.0, 9040.0, 9037.0, 9006.0, 9028.0, 9010.0, 9012.0, 9001.0, 8992.0, 9040.0, 9000.0, 9021.0, 8978.0, 8982.0, 9021.0, 8973.0, 8989.0, 9003.0, 8973.0, 8979.0, 9048.0, 8986.0, 8980.0, 9005.0, 8980.0, 8980.0, 8995.0, 9020.0, 9003.0, 9024.0, 8993.0, 8979.0, 9037.0, 9009.0, 9000.0, 8983.0, 8953.0, 9035.0, 8965.0, 8951.0, 8994.0, 8948.0, 8950.0, 8978.0, 8967.0, 8963.0, 8961.0, 8954.0, 9012.0, 8978.0, 8954.0, 8995.0, 8954.0, 8959.0, 9014.0, 8973.0, 8959.0, 9014.0, 8956.0, 8955.0, 8999.0, 8960.0, 8959.0, 9041.0, 8979.0, 8973.0, 8997.0, 8970.0, 8956.0, 8990.0, 8973.0, 9007.0, 9005.0, 8962.0, 9003.0, 8961.0, 8975.0, 9013.0, 8970.0, 8957.0, 9018.0, 8973.0, 9021.0, 8984.0, 8958.0, 9000.0, 8973.0, 8974.0, 9025.0, 8977.0, 9025.0, 8991.0, 8978.0, 9018.0, 8977.0, 8980.0, 9029.0, 8981.0, 9038.0, 8994.0, 8983.0, 8976.0, 9008.0, 8986.0, 9037.0, 9010.0, 8998.0, 9030.0, 8995.0, 8977.0, 8960.0, 8972.0, 9001.0, 8978.0, 8977.0, 9036.0, 8980.0, 8962.0, 8985.0, 8983.0, 8984.0, 9027.0, 9024.0, 9005.0, 9018.0, 9028.0, 9013.0, 9027.0, 9070.0, 9013.0, 9069.0, 9053.0, 9074.0, 9067.0, 9030.0, 8981.0, 8996.0, 8973.0, 8977.0, 9025.0, 8993.0, 8977.0, 9032.0, 8987.0, 8958.0, 8973.0, 8956.0, 8959.0, 8996.0, 8973.0, 9002.0, 9063.0, 9013.0, 8979.0, 8989.0, 8973.0, 8995.0, 8968.0, 8972.0, 8997.0, 8958.0, 9038.0, 8986.0, 8977.0, 9005.0, 8979.0, 9002.0, 8981.0, 8995.0, 9026.0, 8985.0, 9013.0, 9009.0, 8983.0, 9020.0, 9026.0, 9005.0, 9057.0, 8994.0, 9038.0, 8992.0, 8975.0, 9019.0, 8977.0, 8992.0, 8998.0, 8977.0, 9043.0, 8982.0, 8975.0, 8977.0, 8979.0, 9042.0, 9004.0, 9004.0, 9027.0, 8984.0, 9037.0, 8982.0, 8988.0, 9000.0, 9013.0, 9062.0, 9021.0, 8986.0, 9030.0, 9003.0, 9029.0, 9006.0, 8987.0, 9047.0, 9002.0, 8982.0, 9002.0, 8987.0, 9026.0, 8990.0, 9003.0, 9053.0, 9002.0, 9014.0, 8997.0, 8999.0, 9047.0, 8998.0, 9044.0, 9010.0, 8977.0, 9021.0, 8982.0, 9025.0, 9009.0, 8977.0, 9049.0, 8974.0, 8977.0, 9005.0, 8980.0, 9015.0, 9014.0, 8983.0, 9043.0, 9015.0, 8980.0, 9037.0, 9009.0, 9042.0, 9064.0, 9009.0, 9039.0, 9000.0, 8985.0, 9039.0, 9010.0, 8962.0, 8988.0, 8974.0, 8976.0, 8994.0, 8983.0, 8979.0, 9008.0, 8979.0, 8981.0, 8990.0, 8986.0, 9042.0, 8997.0, 8986.0, 9041.0, 8964.0, 9008.0, 8980.0, 8960.0, 9019.0, 8977.0, 9031.0, 9001.0, 8951.0, 8965.0, 8953.0, 8995.0, 8976.0, 8972.0, 9006.0, 8987.0, 9004.0, 8977.0, 8978.0, 9008.0, 8986.0, 9060.0, 9006.0, 9028.0, 8997.0, 8975.0, 9001.0, 8978.0, 9019.0, 8994.0, 8977.0, 9018.0, 8972.0, 8999.0, 8998.0, 8984.0, 9039.0, 9011.0, 8978.0, 9007.0, 8975.0, 8974.0, 8985.0, 8974.0, 9041.0, 9002.0, 8956.0, 8987.0, 8958.0, 9028.0, 8992.0, 8968.0, 9011.0, 8951.0, 8967.0, 8954.0, 8960.0, 9015.0, 8992.0, 8960.0, 9004.0, 8978.0, 8983.0, 9013.0, 9005.0, 9056.0, 9012.0, 8978.0, 9006.0, 8962.0, 9038.0, 8994.0, 8986.0, 9029.0, 8955.0, 8984.0, 8953.0, 8956.0, 9016.0, 8992.0, 8970.0, 9014.0, 8955.0, 8958.0, 8998.0, 8957.0, 8963.0, 9023.0, 8964.0, 9034.0, 9005.0, 8976.0, 8999.0, 8959.0, 9005.0, 8975.0, 8971.0, 9029.0, 8955.0, 8959.0, 9006.0, 8981.0, 8994.0, 9013.0, 8986.0, 9004.0, 8981.0, 8980.0, 8986.0, 8978.0, 9029.0, 9011.0, 8995.0, 9043.0, 8991.0, 8978.0, 9000.0, 8977.0, 9023.0, 9001.0, 8978.0, 9018.0, 8957.0, 8958.0, 9022.0, 8999.0, 8995.0, 9025.0, 8977.0, 9003.0, 8961.0, 8981.0, 9046.0, 8999.0, 9027.0, 8991.0, 8977.0, 9022.0, 8981.0, 9007.0, 9028.0, 8988.0, 9031.0, 8970.0, 8992.0, 9000.0, 8978.0, 8976.0, 9023.0, 9000.0, 8982.0, 9070.0, 9025.0, 8981.0, 8991.0, 8980.0, 9010.0, 9042.0, 9015.0, 8981.0, 9027.0, 8976.0, 8954.0, 9023.0, 8976.0, 9003.0, 9000.0, 8953.0, 8956.0, 8973.0, 8978.0, 8991.0, 9008.0, 8968.0, 8994.0, 8990.0, 8977.0, 9005.0, 8997.0, 8962.0, 9026.0, 8997.0, 8995.0, 9015.0, 9001.0, 8962.0, 9013.0, 8974.0, 8960.0, 9020.0, 9008.0, 8978.0, 9020.0, 8980.0, 9010.0, 8995.0, 8990.0, 9034.0, 8987.0, 8954.0, 8995.0, 8969.0, 8954.0, 8984.0, 8956.0, 9016.0, 9003.0, 8957.0, 8982.0, 8952.0, 8957.0, 8983.0, 8974.0, 8986.0, 9038.0, 9007.0, 8978.0, 9022.0, 8980.0, 8959.0, 9019.0, 8974.0, 9034.0, 8984.0, 8954.0, 8992.0, 8954.0, 8984.0, 8974.0, 8967.0, 9015.0, 8952.0, 8952.0, 8964.0, 8975.0, 9002.0, 8979.0, 8977.0, 9015.0, 8973.0, 8975.0, 9006.0, 8980.0, 9038.0, 9001.0, 8985.0, 9020.0, 8962.0, 9015.0, 8977.0, 9008.0, 9006.0, 8978.0, 9017.0, 8971.0, 8957.0, 9006.0, 8963.0, 9037.0, 8989.0, 8962.0, 9022.0, 8981.0, 8979.0, 9024.0, 8984.0, 9043.0, 8990.0, 8963.0, 9020.0, 8983.0, 9008.0, 9006.0, 8966.0, 9033.0, 8959.0, 8956.0, 9000.0, 8980.0, 9006.0, 9023.0, 8965.0, 9018.0, 8976.0, 8974.0, 9019.0, 8993.0, 9003.0, 9005.0, 8982.0, 9002.0, 8959.0, 8959.0, 9020.0, 8995.0, 8959.0, 9012.0, 8976.0, 8957.0, 9002.0, 8994.0, 9005.0, 9021.0, 8978.0, 8963.0, 9004.0, 8974.0, 8982.0, 9038.0, 9012.0, 8981.0, 9007.0, 8970.0, 8957.0, 9016.0, 8971.0, 8979.0, 9039.0, 9009.0, 8972.0, 8956.0, 8986.0, 8957.0, 8956.0, 9000.0, 8976.0, 8987.0, 9019.0, 8953.0, 8956.0, 8998.0, 8955.0, 8982.0, 9020.0, 8990.0, 8957.0, 8992.0, 8950.0, 8953.0, 8968.0, 8979.0, 8975.0, 9022.0, 8989.0, 8976.0, 8986.0, 8960.0, 8961.0, 9036.0, 9006.0, 8973.0, 9002.0, 8969.0, 8958.0, 8959.0, 9008.0, 8983.0, 8994.0, 9022.0, 8978.0, 8978.0, 9007.0, 8979.0, 8998.0, 9044.0, 9010.0, 9011.0, 8996.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.0010827282728272825</td></tr>
<tr><td colspan=3>aqi</td><td>0.028437326182618263</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.526040337764286</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1894249309801757</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0057709397136558</td></tr>
<tr><td colspan=3>efc</td><td>0.4967</td></tr>
<tr><td colspan=3>fber</td><td>5240.0674</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11106494587881927</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.710671067106711</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4044834547808063</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.278276763863467</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5729512113833355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3622223890956167</td></tr>
<tr><td colspan=3>gcor</td><td>0.00673041</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00404005404561758</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03677579015493393</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.995752079606436</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>14.4571</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6417</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.3129</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295943.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>1029.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.4465</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7018</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.4194</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3226.6587</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.6481</td></tr>
<tr><td colspan=3>tsnr</td><td>36.64036869001575</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>