<?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-0124_ses-02_task-faces_acq-mb8_run-01_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-0124_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0124_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0124_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0124_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0124_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0124_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0124_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0124_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_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-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-faces_acq-mb8_run-01_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-0124/ses-02/func/sub-0124_ses-02_task-faces_acq-mb8_run-01_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>c842520c76d4c9a9240d5d132b9a1015</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>20:41:34.227500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99653, 0.0385368, 0.0737784, -0.0469951, 0.992069, 0.116577]</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.259</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0970023</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7794, -7205, 392, -93, -85, 7, 32]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.082</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6af037d1-cbbc-4bc9-ac65-a5491711922d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673616647720337, -0.1260843724012375, 0.18549208343029022, 114.38056182861328], [-0.10339134186506271, 2.661649227142334, 0.3230268657207489, -107.12200164794922], [0.19794201850891113, -0.31276729702949524, 2.6741814613342285, -53.06496047973633], [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': ['204134.227500', '204134.687500', '204135.147500', '204135.607500', '204136.067500', '204136.527500', '204136.987500', '204137.447500', '204137.907500', '204138.367500', '204138.827500', '204139.287500', '204139.747500', '204140.207500', '204140.667500', '204141.127500', '204141.587500', '204142.047500', '204142.507500', '204142.967500', '204143.427500', '204143.887500', '204144.347500', '204144.807500', '204145.267500', '204145.727500', '204146.187500', '204146.647500', '204147.107500', '204147.567500', '204148.027500', '204148.487500', '204148.947500', '204149.407500', '204149.867500', '204150.327500', '204150.787500', '204151.247500', '204151.707500', '204152.167500', '204152.627500', '204153.087500', '204153.547500', '204154.007500', '204154.467500', '204154.927500', '204155.387500', '204155.847500', '204156.307500', '204156.767500', '204157.227500', '204157.687500', '204158.147500', '204158.607500', '204159.067500', '204159.527500', '204159.987500', '204200.447500', '204200.907500', '204201.367500', '204201.827500', '204202.287500', '204202.747500', '204203.207500', '204203.667500', '204204.127500', '204204.587500', '204205.047500', '204205.507500', '204205.967500', '204206.427500', '204206.887500', '204207.347500', '204207.807500', '204208.267500', '204208.727500', '204209.187500', '204209.647500', '204210.107500', '204210.567500', '204211.027500', '204211.487500', '204211.947500', '204212.407500', '204212.867500', '204213.327500', '204213.787500', '204214.247500', '204214.707500', '204215.167500', '204215.627500', '204216.087500', '204216.547500', '204217.007500', '204217.467500', '204217.927500', '204218.387500', '204218.847500', '204219.307500', '204219.767500', '204220.227500', '204220.687500', '204221.147500', '204221.607500', '204222.067500', '204222.527500', '204222.987500', '204223.447500', '204223.907500', '204224.367500', '204224.827500', '204225.287500', '204225.747500', '204226.207500', '204226.667500', '204227.127500', '204227.587500', '204228.047500', '204228.507500', '204228.967500', '204229.427500', '204229.887500', '204230.347500', '204230.807500', '204231.267500', '204231.727500', '204232.187500', '204232.647500', '204233.107500', '204233.567500', '204234.027500', '204234.487500', '204234.947500', '204235.407500', '204235.867500', '204236.327500', '204236.787500', '204237.247500', '204237.707500', '204238.167500', '204238.627500', '204239.087500', '204239.547500', '204240.007500', '204240.467500', '204240.927500', '204241.387500', '204241.847500', '204242.307500', '204242.767500', '204243.227500', '204243.687500', '204244.147500', '204244.607500', '204245.067500', '204245.527500', '204245.987500', '204246.447500', '204246.907500', '204247.367500', '204247.827500', '204248.287500', '204248.747500', '204249.207500', '204249.667500', '204250.127500', '204250.587500', '204251.047500', '204251.507500', '204251.967500', '204252.427500', '204252.887500', '204253.347500', '204253.807500', '204254.267500', '204254.727500', '204255.187500', '204255.647500', '204256.107500', '204256.567500', '204257.027500', '204257.487500', '204257.947500', '204258.407500', '204258.867500', '204259.327500', '204259.787500', '204300.247500', '204300.707500', '204301.167500', '204301.627500', '204302.087500', '204302.547500', '204303.007500', '204303.467500', '204303.927500', '204304.387500', '204304.847500', '204305.307500', '204305.767500', '204306.227500', '204306.687500', '204307.147500', '204307.607500', '204308.067500', '204308.527500', '204308.987500', '204309.447500', '204309.907500', '204310.367500', '204310.827500', '204311.287500', '204311.747500', '204312.207500', '204312.667500', '204313.127500', '204313.587500', '204314.047500', '204314.507500', '204314.967500', '204315.427500', '204315.887500', '204316.347500', '204316.807500', '204317.267500', '204317.727500', '204318.187500', '204318.647500', '204319.107500', '204319.567500', '204320.027500', '204320.487500', '204320.947500', '204321.407500', '204321.867500', '204322.327500', '204322.787500', '204323.247500', '204323.707500', '204324.167500', '204324.627500', '204325.087500', '204325.547500', '204326.007500', '204326.467500', '204326.927500', '204327.387500', '204327.847500', '204328.307500', '204328.767500', '204329.227500', '204329.687500', '204330.147500', '204330.607500', '204331.067500', '204331.527500', '204331.987500', '204332.447500', '204332.907500', '204333.367500', '204333.827500', '204334.287500', '204334.747500', '204335.207500', '204335.667500', '204336.127500', '204336.587500', '204337.047500', '204337.507500', '204337.967500', '204338.427500', '204338.887500', '204339.347500', '204339.807500', '204340.267500', '204340.727500', '204341.187500', '204341.647500', '204342.107500', '204342.567500', '204343.027500', '204343.487500', '204343.947500', '204344.407500', '204344.867500', '204345.327500', '204345.787500', '204346.247500', '204346.707500', '204347.167500', '204347.627500', '204348.087500', '204348.547500', '204349.007500', '204349.467500', '204349.927500', '204350.387500', '204350.847500', '204351.307500', '204351.767500', '204352.227500', '204352.687500', '204353.147500', '204353.607500', '204354.067500', '204354.527500', '204354.987500', '204355.447500', '204355.907500', '204356.367500', '204356.827500', '204357.287500', '204357.747500', '204358.207500', '204358.667500', '204359.127500', '204359.587500', '204400.047500', '204400.507500', '204400.967500', '204401.427500', '204401.887500', '204402.347500', '204402.807500', '204403.267500', '204403.727500', '204404.187500', '204404.647500', '204405.107500', '204405.567500', '204406.027500', '204406.487500', '204406.947500', '204407.407500', '204407.867500', '204408.327500', '204408.787500', '204409.247500', '204409.707500', '204410.167500', '204410.627500', '204411.087500', '204411.547500', '204412.007500', '204412.467500', '204412.927500', '204413.387500', '204413.847500', '204414.307500', '204414.767500', '204415.227500', '204415.687500', '204416.147500', '204416.607500', '204417.067500', '204417.527500', '204417.987500', '204418.447500', '204418.907500', '204419.367500', '204419.827500', '204420.287500', '204420.747500', '204421.207500', '204421.667500', '204422.127500', '204422.587500', '204423.047500', '204423.507500', '204423.967500', '204424.427500', '204424.887500', '204425.347500', '204425.807500', '204426.267500', '204426.727500', '204427.187500', '204427.647500', '204428.107500', '204428.567500', '204429.027500', '204429.487500', '204429.947500', '204430.407500', '204430.867500', '204431.327500', '204431.787500', '204432.247500', '204432.707500', '204433.167500', '204433.627500', '204434.087500', '204434.547500', '204435.007500', '204435.467500', '204435.927500', '204436.387500', '204436.847500', '204437.307500', '204437.767500', '204438.227500', '204438.687500', '204439.147500', '204439.607500', '204440.067500', '204440.527500', '204440.987500', '204441.447500', '204441.907500', '204442.367500', '204442.827500', '204443.287500', '204443.747500', '204444.207500', '204444.667500', '204445.127500', '204445.587500', '204446.047500', '204446.507500', '204446.967500', '204447.427500', '204447.887500', '204448.347500', '204448.807500', '204449.267500', '204449.727500', '204450.187500', '204450.647500', '204451.107500', '204451.567500', '204452.027500', '204452.487500', '204452.947500', '204453.407500', '204453.867500', '204454.327500', '204454.787500', '204455.247500', '204455.707500', '204456.167500', '204456.627500', '204457.087500', '204457.547500', '204458.007500', '204458.467500', '204458.927500', '204459.387500', '204459.847500', '204500.307500', '204500.767500', '204501.227500', '204501.687500', '204502.147500', '204502.607500', '204503.067500', '204503.527500', '204503.987500', '204504.447500', '204504.907500', '204505.367500', '204505.827500', '204506.287500', '204506.747500', '204507.207500', '204507.667500', '204508.127500', '204508.587500', '204509.047500', '204509.507500', '204509.967500', '204510.427500', '204510.887500', '204511.347500', '204511.807500', '204512.267500', '204512.727500', '204513.187500', '204513.647500', '204514.107500', '204514.567500', '204515.027500', '204515.487500', '204515.947500', '204516.407500', '204516.867500', '204517.327500', '204517.787500', '204518.247500', '204518.707500', '204519.167500', '204519.627500', '204520.087500', '204520.547500', '204521.007500', '204521.467500', '204521.927500', '204522.387500', '204522.847500', '204523.307500', '204523.767500', '204524.227500', '204524.687500', '204525.147500', '204525.607500', '204526.067500', '204526.527500', '204526.987500', '204527.447500', '204527.907500', '204528.367500', '204528.827500', '204529.287500', '204529.747500', '204530.207500', '204530.667500', '204531.127500', '204531.587500', '204532.047500', '204532.507500', '204532.967500', '204533.427500', '204533.887500', '204534.347500', '204534.807500', '204535.267500', '204535.727500', '204536.187500', '204536.647500', '204537.107500', '204537.567500', '204538.027500', '204538.487500', '204538.947500', '204539.407500', '204539.867500', '204540.327500', '204540.787500', '204541.247500', '204541.707500', '204542.167500', '204542.627500', '204543.087500', '204543.547500', '204544.007500', '204544.467500', '204544.927500', '204545.387500', '204545.847500', '204546.307500', '204546.767500', '204547.227500', '204547.687500', '204548.147500', '204548.607500', '204549.067500', '204549.527500', '204549.987500', '204550.447500', '204550.907500', '204551.367500', '204551.827500', '204552.287500', '204552.747500', '204553.207500', '204553.667500', '204554.127500', '204554.587500', '204555.047500', '204555.507500', '204555.967500', '204556.427500', '204556.887500', '204557.347500', '204557.807500', '204558.267500', '204558.727500', '204559.187500', '204559.647500', '204600.107500', '204600.567500', '204601.027500', '204601.487500', '204601.947500', '204602.407500', '204602.867500', '204603.327500', '204603.787500', '204604.247500', '204604.707500', '204605.167500', '204605.627500', '204606.087500', '204606.547500', '204607.007500', '204607.467500', '204607.927500', '204608.387500', '204608.847500', '204609.307500', '204609.767500', '204610.227500', '204610.687500', '204611.147500', '204611.607500', '204612.067500', '204612.527500', '204612.987500', '204613.447500', '204613.907500', '204614.367500', '204614.827500', '204615.287500', '204615.747500', '204616.207500', '204616.667500', '204617.127500', '204617.587500', '204618.047500', '204618.507500', '204618.967500', '204619.427500', '204619.887500', '204620.347500', '204620.807500', '204621.267500', '204621.727500', '204622.187500', '204622.647500', '204623.107500', '204623.567500', '204624.027500', '204624.487500', '204624.947500', '204625.407500', '204625.867500', '204626.327500', '204626.787500', '204627.247500', '204627.707500', '204628.167500', '204628.627500', '204629.087500', '204629.547500', '204630.007500', '204630.467500', '204630.927500', '204631.387500', '204631.847500', '204632.307500', '204632.767500', '204633.227500', '204633.687500', '204634.147500', '204634.607500', '204635.067500', '204635.527500', '204635.987500', '204636.447500', '204636.907500', '204637.367500', '204637.827500', '204638.287500', '204638.747500', '204639.207500', '204639.667500', '204640.127500', '204640.587500', '204641.047500', '204641.507500', '204641.967500', '204642.427500', '204642.887500', '204643.347500', '204643.807500', '204644.267500', '204644.727500', '204645.187500', '204645.647500', '204646.107500', '204646.567500', '204647.027500', '204647.487500', '204647.947500', '204648.407500', '204648.867500', '204649.327500', '204649.787500', '204650.247500', '204650.707500', '204651.167500', '204651.627500', '204652.087500', '204652.547500', '204653.007500', '204653.467500', '204653.927500', '204654.387500', '204654.847500', '204655.307500', '204655.767500', '204656.227500', '204656.687500', '204657.147500', '204657.607500', '204658.067500', '204658.527500', '204658.987500', '204659.447500', '204659.907500', '204700.367500', '204700.827500', '204701.287500', '204701.747500', '204702.207500', '204702.667500', '204703.127500', '204703.587500', '204704.047500', '204704.507500', '204704.967500', '204705.427500', '204705.887500', '204706.347500', '204706.807500', '204707.267500', '204707.727500', '204708.187500', '204708.647500', '204709.107500', '204709.567500', '204710.027500', '204710.487500', '204710.947500', '204711.407500', '204711.867500', '204712.327500', '204712.787500', '204713.247500', '204713.707500', '204714.167500', '204714.627500', '204715.087500', '204715.547500', '204716.007500', '204716.467500', '204716.927500', '204717.387500', '204717.847500', '204718.307500', '204718.767500', '204719.227500', '204719.687500', '204720.147500', '204720.607500', '204721.067500', '204721.527500', '204721.987500', '204722.447500', '204722.907500', '204723.367500', '204723.827500', '204724.287500', '204724.747500', '204725.207500', '204725.667500', '204726.127500', '204726.587500', '204727.047500', '204727.507500', '204727.967500', '204728.427500', '204728.887500', '204729.347500', '204729.807500', '204730.267500', '204730.727500', '204731.187500', '204731.647500', '204732.107500', '204732.567500', '204733.027500', '204733.487500', '204733.947500', '204734.407500', '204734.867500', '204735.327500', '204735.787500', '204736.247500', '204736.707500', '204737.167500', '204737.627500', '204738.087500', '204738.547500', '204739.007500', '204739.467500', '204739.927500', '204740.387500', '204740.847500', '204741.307500', '204741.767500', '204742.227500', '204742.687500', '204743.147500', '204743.607500', '204744.067500', '204744.527500', '204744.987500', '204745.447500', '204745.907500', '204746.367500', '204746.827500', '204747.287500', '204747.747500', '204748.207500', '204748.667500', '204749.127500', '204749.587500', '204750.047500', '204750.507500', '204750.967500', '204751.427500', '204751.887500', '204752.347500', '204752.807500', '204753.267500', '204753.727500', '204754.187500', '204754.647500', '204755.107500', '204755.567500', '204756.027500', '204756.487500', '204756.947500', '204757.407500', '204757.867500', '204758.327500', '204758.787500', '204759.247500', '204759.707500', '204800.167500', '204800.627500', '204801.087500', '204801.547500', '204802.007500', '204802.467500', '204802.927500', '204803.387500', '204803.847500', '204804.307500', '204804.767500', '204805.227500', '204805.687500', '204806.147500', '204806.607500', '204807.067500', '204807.527500', '204807.987500', '204808.447500', '204808.907500', '204809.367500', '204809.827500', '204810.287500', '204810.747500', '204811.207500', '204811.667500', '204812.127500', '204812.587500', '204813.047500', '204813.507500', '204813.967500', '204814.427500', '204814.887500', '204815.347500', '204815.807500', '204816.267500', '204816.727500', '204817.187500', '204817.647500', '204818.107500', '204818.567500', '204819.027500', '204819.487500', '204819.947500', '204820.407500', '204820.867500', '204821.327500', '204821.787500', '204822.247500', '204822.707500', '204823.167500', '204823.627500', '204824.087500', '204824.547500', '204825.007500', '204825.467500', '204825.927500', '204826.387500', '204826.847500', '204827.307500', '204827.767500', '204828.227500', '204828.687500', '204829.147500', '204829.607500', '204830.067500', '204830.527500', '204830.987500', '204831.447500', '204831.907500', '204832.367500', '204832.827500', '204833.287500', '204833.747500', '204834.207500'], 'ContentTime': ['204148.615000', '204148.618000', '204148.621000', '204148.623000', '204148.626000', '204148.629000', '204148.631000', '204148.634000', '204148.637000', '204148.639000', '204148.642000', '204148.644000', '204148.647000', '204148.649000', '204148.652000', '204148.654000', '204148.657000', '204148.660000', '204148.662000', '204148.665000', '204148.667000', '204148.670000', '204148.672000', '204148.675000', '204148.677000', '204148.680000', '204148.683000', '204148.685000', '204148.688000', '204208.580000', '204208.583000', '204208.586000', '204208.607000', '204208.609000', '204208.612000', '204208.615000', '204208.618000', '204208.620000', '204208.623000', '204208.625000', '204208.628000', '204208.640000', '204208.643000', '204208.646000', '204208.648000', '204208.651000', '204208.653000', '204208.656000', '204208.658000', '204208.661000', '204208.663000', '204208.666000', '204208.669000', '204208.671000', '204208.674000', '204208.677000', '204208.679000', '204208.682000', '204208.684000', '204208.687000', '204208.689000', '204208.692000', '204208.695000', '204208.697000', '204208.700000', '204208.702000', '204208.705000', '204208.707000', '204208.710000', '204208.713000', '204208.715000', '204208.718000', '204228.580000', '204228.583000', '204228.585000', '204228.588000', '204228.590000', '204228.593000', '204228.596000', '204228.598000', '204228.601000', '204228.604000', '204228.606000', '204228.609000', '204228.611000', '204228.623000', '204228.626000', '204228.629000', '204228.631000', '204228.634000', '204228.636000', '204228.639000', '204228.641000', '204228.644000', '204228.647000', '204228.649000', '204228.652000', '204228.655000', '204228.658000', '204228.660000', '204228.663000', '204228.666000', '204228.668000', '204228.671000', '204228.673000', '204228.676000', '204228.679000', '204228.681000', '204228.684000', '204228.687000', '204228.689000', '204228.692000', '204228.694000', '204228.697000', '204228.700000', '204228.702000', '204248.578000', '204248.581000', '204248.584000', '204248.586000', '204248.589000', '204248.592000', '204248.594000', '204248.598000', '204248.600000', '204248.603000', '204248.606000', '204248.609000', '204248.611000', '204248.614000', '204248.617000', '204248.619000', '204248.622000', '204248.624000', '204248.627000', '204248.630000', '204248.632000', '204248.635000', '204248.638000', '204248.641000', '204248.643000', '204248.646000', '204248.649000', '204248.651000', '204248.654000', '204248.657000', '204248.659000', '204248.662000', '204248.664000', '204248.667000', '204248.670000', '204248.672000', '204248.675000', '204248.677000', '204248.680000', '204248.682000', '204248.685000', '204248.687000', '204248.690000', '204308.578000', '204308.581000', '204308.584000', '204308.586000', '204308.589000', '204308.591000', '204308.594000', '204308.597000', '204308.599000', '204308.602000', '204308.605000', '204308.607000', '204308.610000', '204308.612000', '204308.615000', '204308.617000', '204308.620000', '204308.623000', '204308.625000', '204308.628000', '204308.630000', '204308.633000', '204308.635000', '204308.638000', '204308.641000', '204308.643000', '204308.646000', '204308.648000', '204308.651000', '204308.654000', '204308.656000', '204308.659000', '204308.661000', '204308.664000', '204308.666000', '204308.669000', '204308.671000', '204308.674000', '204308.677000', '204308.679000', '204308.682000', '204308.684000', '204308.687000', '204308.689000', '204328.578000', '204328.581000', '204328.584000', '204328.586000', '204328.589000', '204328.591000', '204328.594000', '204328.597000', '204328.600000', '204328.603000', '204328.606000', '204328.609000', '204328.611000', '204328.614000', '204328.617000', '204328.619000', '204328.622000', '204328.625000', '204328.627000', '204328.630000', '204328.632000', '204328.635000', '204328.638000', '204328.640000', '204328.643000', '204328.646000', '204328.648000', '204328.651000', '204328.653000', '204328.656000', '204328.659000', '204328.661000', '204328.664000', '204328.666000', '204328.669000', '204328.671000', '204328.674000', '204328.677000', '204328.679000', '204328.682000', '204328.684000', '204328.687000', '204328.690000', '204348.578000', '204348.581000', '204348.584000', '204348.586000', '204348.589000', '204348.591000', '204348.594000', '204348.597000', '204348.626000', '204348.629000', '204348.631000', '204348.634000', '204348.636000', '204348.639000', '204348.641000', '204348.644000', '204348.647000', '204348.649000', '204348.652000', '204348.654000', '204348.657000', '204348.659000', '204348.662000', '204348.665000', '204348.667000', '204348.670000', '204348.672000', '204348.675000', '204348.678000', '204348.680000', '204348.683000', '204348.685000', '204348.688000', '204348.690000', '204348.693000', '204348.695000', '204348.698000', '204348.701000', '204348.703000', '204348.706000', '204348.709000', '204348.711000', '204348.714000', '204348.716000', '204408.578000', '204408.581000', '204408.584000', '204408.586000', '204408.589000', '204408.592000', '204408.594000', '204408.597000', '204408.599000', '204408.602000', '204408.604000', '204408.607000', '204408.610000', '204408.612000', '204408.615000', '204408.617000', '204408.620000', '204408.622000', '204408.625000', '204408.628000', '204408.630000', '204408.633000', '204408.635000', '204408.638000', '204408.640000', '204408.644000', '204408.647000', '204408.650000', '204408.652000', '204408.655000', '204408.658000', '204408.660000', '204408.663000', '204408.666000', '204408.668000', '204408.671000', '204408.673000', '204408.676000', '204408.680000', '204408.682000', '204408.685000', '204408.687000', '204408.690000', '204428.580000', '204428.582000', '204428.585000', '204428.588000', '204428.590000', '204428.593000', '204428.596000', '204428.598000', '204428.601000', '204428.603000', '204428.606000', '204428.609000', '204428.611000', '204428.614000', '204428.616000', '204428.619000', '204428.622000', '204428.624000', '204428.627000', '204428.629000', '204428.632000', '204428.635000', '204428.637000', '204428.640000', '204428.642000', '204428.645000', '204428.648000', '204428.650000', '204428.653000', '204428.656000', '204428.658000', '204428.661000', '204428.664000', '204428.666000', '204428.669000', '204428.672000', '204428.674000', '204428.677000', '204428.679000', '204428.682000', '204428.685000', '204428.687000', '204428.690000', '204428.692000', '204448.579000', '204448.582000', '204448.585000', '204448.587000', '204448.590000', '204448.592000', '204448.595000', '204448.598000', '204448.600000', '204448.603000', '204448.605000', '204448.608000', '204448.611000', '204448.613000', '204448.616000', '204448.618000', '204448.621000', '204448.624000', '204448.627000', '204448.630000', '204448.633000', '204448.636000', '204448.638000', '204448.641000', '204448.644000', '204448.646000', '204448.649000', '204448.651000', '204448.654000', '204448.657000', '204448.659000', '204448.662000', '204448.664000', '204448.667000', '204448.670000', '204448.672000', '204448.675000', '204448.677000', '204448.680000', '204448.682000', '204448.685000', '204448.687000', '204448.690000', '204508.578000', '204508.581000', '204508.584000', '204508.586000', '204508.589000', '204508.591000', '204508.594000', '204508.597000', '204508.599000', '204508.602000', '204508.604000', '204508.607000', '204508.610000', '204508.612000', '204508.615000', '204508.617000', '204508.620000', '204508.623000', '204508.625000', '204508.628000', '204508.630000', '204508.633000', '204508.635000', '204508.638000', '204508.641000', '204508.643000', '204508.646000', '204508.648000', '204508.651000', '204508.653000', '204508.656000', '204508.659000', '204508.661000', '204508.664000', '204508.667000', '204508.669000', '204508.672000', '204508.674000', '204508.677000', '204508.680000', '204508.682000', '204508.685000', '204508.687000', '204508.690000', '204528.578000', '204528.581000', '204528.584000', '204528.586000', '204528.589000', '204528.591000', '204528.594000', '204528.597000', '204528.599000', '204528.602000', '204528.604000', '204528.607000', '204528.610000', '204528.612000', '204528.615000', '204528.617000', '204528.620000', '204528.623000', '204528.625000', '204528.628000', '204528.630000', '204528.633000', '204528.635000', '204528.638000', '204528.641000', '204528.643000', '204528.646000', '204528.649000', '204528.651000', '204528.654000', '204528.656000', '204528.659000', '204528.662000', '204528.665000', '204528.668000', '204528.670000', '204528.673000', '204528.676000', '204528.678000', '204528.681000', '204528.683000', '204528.686000', '204528.689000', '204548.578000', '204548.581000', '204548.584000', '204548.586000', '204548.589000', '204548.592000', '204548.594000', '204548.597000', '204548.600000', '204548.602000', '204548.605000', '204548.607000', '204548.610000', '204548.612000', '204548.615000', '204548.618000', '204548.620000', '204548.623000', '204548.626000', '204548.628000', '204548.631000', '204548.665000', '204548.667000', '204548.670000', '204548.673000', '204548.675000', '204548.678000', '204548.680000', '204548.683000', '204548.686000', '204548.688000', '204548.691000', '204548.694000', '204548.696000', '204548.699000', '204548.701000', '204548.704000', '204548.707000', '204548.709000', '204548.712000', '204548.714000', '204548.717000', '204548.719000', '204548.722000', '204608.579000', '204608.581000', '204608.584000', '204608.587000', '204608.589000', '204608.592000', '204608.594000', '204608.597000', '204608.600000', '204608.602000', '204608.605000', '204608.608000', '204608.610000', '204608.613000', '204608.615000', '204608.618000', '204608.620000', '204608.623000', '204608.625000', '204608.628000', '204608.631000', '204608.633000', '204608.636000', '204608.638000', '204608.641000', '204608.644000', '204608.646000', '204608.649000', '204608.651000', '204608.654000', '204608.656000', '204608.659000', '204608.662000', '204608.664000', '204608.667000', '204608.669000', '204608.672000', '204608.675000', '204608.677000', '204608.680000', '204608.682000', '204608.685000', '204608.687000', '204628.578000', '204628.581000', '204628.584000', '204628.587000', '204628.589000', '204628.592000', '204628.594000', '204628.597000', '204628.600000', '204628.602000', '204628.605000', '204628.608000', '204628.610000', '204628.613000', '204628.615000', '204628.618000', '204628.621000', '204628.623000', '204628.626000', '204628.628000', '204628.631000', '204628.634000', '204628.636000', '204628.639000', '204628.641000', '204628.644000', '204628.647000', '204628.649000', '204628.652000', '204628.654000', '204628.657000', '204628.660000', '204628.662000', '204628.665000', '204628.667000', '204628.670000', '204628.673000', '204628.676000', '204628.678000', '204628.681000', '204628.684000', '204628.686000', '204628.689000', '204628.692000', '204648.579000', '204648.582000', '204648.585000', '204648.587000', '204648.590000', '204648.593000', '204648.595000', '204648.598000', '204648.601000', '204648.603000', '204648.606000', '204648.608000', '204648.611000', '204648.613000', '204648.628000', '204648.631000', '204648.633000', '204648.636000', '204648.638000', '204648.641000', '204648.643000', '204648.646000', '204648.649000', '204648.651000', '204648.654000', '204648.656000', '204648.659000', '204648.662000', '204648.664000', '204648.667000', '204648.669000', '204648.672000', '204648.674000', '204648.677000', '204648.680000', '204648.682000', '204648.685000', '204648.687000', '204648.690000', '204648.693000', '204648.695000', '204648.698000', '204648.701000', '204708.580000', '204708.583000', '204708.585000', '204708.588000', '204708.590000', '204708.593000', '204708.596000', '204708.598000', '204708.601000', '204708.603000', '204708.606000', '204708.609000', '204708.611000', '204708.614000', '204708.616000', '204708.619000', '204708.621000', '204708.624000', '204708.627000', '204708.629000', '204708.632000', '204708.634000', '204708.637000', '204708.640000', '204708.642000', '204708.645000', '204708.647000', '204708.650000', '204708.653000', '204708.655000', '204708.658000', '204708.660000', '204708.663000', '204708.666000', '204708.668000', '204708.671000', '204708.674000', '204708.676000', '204708.679000', '204708.682000', '204708.684000', '204708.687000', '204708.689000', '204708.692000', '204728.578000', '204728.581000', '204728.584000', '204728.586000', '204728.589000', '204728.592000', '204728.594000', '204728.597000', '204728.599000', '204728.602000', '204728.604000', '204728.607000', '204728.610000', '204728.612000', '204728.615000', '204728.619000', '204728.622000', '204728.624000', '204728.627000', '204728.629000', '204728.632000', '204728.635000', '204728.637000', '204728.640000', '204728.642000', '204728.645000', '204728.648000', '204728.650000', '204728.653000', '204728.655000', '204728.658000', '204728.661000', '204728.663000', '204728.666000', '204728.668000', '204728.671000', '204728.674000', '204728.676000', '204728.679000', '204728.681000', '204728.684000', '204728.687000', '204728.689000', '204748.578000', '204748.581000', '204748.584000', '204748.587000', '204748.590000', '204748.592000', '204748.595000', '204748.597000', '204748.600000', '204748.603000', '204748.605000', '204748.608000', '204748.610000', '204748.613000', '204748.616000', '204748.618000', '204748.621000', '204748.623000', '204748.626000', '204748.629000', '204748.631000', '204748.634000', '204748.636000', '204748.639000', '204748.641000', '204748.644000', '204748.647000', '204748.649000', '204748.652000', '204748.654000', '204748.657000', '204748.659000', '204748.662000', '204748.665000', '204748.667000', '204748.670000', '204748.672000', '204748.675000', '204748.677000', '204748.680000', '204748.683000', '204748.685000', '204748.688000', '204748.690000', '204808.579000', '204808.581000', '204808.584000', '204808.587000', '204808.589000', '204808.592000', '204808.594000', '204808.597000', '204808.600000', '204808.602000', '204808.605000', '204808.608000', '204808.610000', '204808.613000', '204808.615000', '204808.618000', '204808.620000', '204808.623000', '204808.626000', '204808.628000', '204808.631000', '204808.633000', '204808.636000', '204808.645000', '204808.647000', '204808.679000', '204808.682000', '204808.684000', '204808.687000', '204808.690000', '204808.692000', '204808.695000', '204808.697000', '204808.700000', '204808.703000', '204808.705000', '204808.708000', '204808.710000', '204808.713000', '204808.716000', '204808.718000', '204808.721000', '204808.723000', '204828.579000', '204828.581000', '204828.584000', '204828.586000', '204828.589000', '204828.592000', '204828.594000', '204828.597000', '204828.599000', '204828.602000', '204828.605000', '204828.607000', '204828.610000', '204828.612000', '204828.615000', '204828.618000', '204828.620000', '204828.623000', '204828.625000', '204828.628000', '204828.631000', '204828.633000', '204828.636000', '204828.638000', '204828.641000', '204828.644000', '204828.646000', '204828.649000', '204828.652000', '204828.654000', '204828.657000', '204828.659000', '204828.662000', '204828.665000', '204828.667000', '204828.670000', '204828.673000', '204828.675000', '204828.678000', '204828.681000', '204828.683000', '204828.686000', '204828.688000', '204828.691000', '204835.434000', '204835.437000', '204835.439000', '204835.442000', '204835.445000', '204835.448000', '204835.450000', '204835.453000', '204835.456000', '204835.459000', '204835.462000', '204835.465000', '204835.467000', '204835.470000', '204835.473000'], 'InstanceCreationTime': ['204148.615000', '204148.618000', '204148.621000', '204148.623000', '204148.626000', '204148.629000', '204148.631000', '204148.634000', '204148.637000', '204148.639000', '204148.642000', '204148.644000', '204148.647000', '204148.649000', '204148.652000', '204148.654000', '204148.657000', '204148.660000', '204148.662000', '204148.665000', '204148.667000', '204148.670000', '204148.672000', '204148.675000', '204148.677000', '204148.680000', '204148.683000', '204148.685000', '204148.688000', '204208.580000', '204208.583000', '204208.586000', '204208.607000', '204208.609000', '204208.612000', '204208.615000', '204208.618000', '204208.620000', '204208.623000', '204208.625000', '204208.628000', '204208.640000', '204208.643000', '204208.646000', '204208.648000', '204208.651000', '204208.653000', '204208.656000', '204208.658000', '204208.661000', '204208.663000', '204208.666000', '204208.669000', '204208.671000', '204208.674000', '204208.677000', '204208.679000', '204208.682000', '204208.684000', '204208.687000', '204208.689000', '204208.692000', '204208.695000', '204208.697000', '204208.700000', '204208.702000', '204208.705000', '204208.707000', '204208.710000', '204208.713000', '204208.715000', '204208.718000', '204228.580000', '204228.583000', '204228.585000', '204228.588000', '204228.590000', '204228.593000', '204228.596000', '204228.598000', '204228.601000', '204228.604000', '204228.606000', '204228.609000', '204228.611000', '204228.623000', '204228.626000', '204228.629000', '204228.631000', '204228.634000', '204228.636000', '204228.639000', '204228.641000', '204228.644000', '204228.647000', '204228.649000', '204228.652000', '204228.655000', '204228.658000', '204228.660000', '204228.663000', '204228.666000', '204228.668000', '204228.671000', '204228.673000', '204228.676000', '204228.679000', '204228.681000', '204228.684000', '204228.687000', '204228.689000', '204228.692000', '204228.694000', '204228.697000', '204228.700000', '204228.702000', '204248.578000', '204248.581000', '204248.584000', '204248.586000', '204248.589000', '204248.592000', '204248.594000', '204248.598000', '204248.600000', '204248.603000', '204248.606000', '204248.609000', '204248.611000', '204248.614000', '204248.617000', '204248.619000', '204248.622000', '204248.624000', '204248.627000', '204248.630000', '204248.632000', '204248.635000', '204248.638000', '204248.641000', '204248.643000', '204248.646000', '204248.649000', '204248.651000', '204248.654000', '204248.657000', '204248.659000', '204248.662000', '204248.664000', '204248.667000', '204248.670000', '204248.672000', '204248.675000', '204248.677000', '204248.680000', '204248.682000', '204248.685000', '204248.687000', '204248.690000', '204308.578000', '204308.581000', '204308.584000', '204308.586000', '204308.589000', '204308.591000', '204308.594000', '204308.597000', '204308.599000', '204308.602000', '204308.605000', '204308.607000', '204308.610000', '204308.612000', '204308.615000', '204308.617000', '204308.620000', '204308.623000', '204308.625000', '204308.628000', '204308.630000', '204308.633000', '204308.635000', '204308.638000', '204308.641000', '204308.643000', '204308.646000', '204308.648000', '204308.651000', '204308.654000', '204308.656000', '204308.659000', '204308.661000', '204308.664000', '204308.666000', '204308.669000', '204308.671000', '204308.674000', '204308.677000', '204308.679000', '204308.682000', '204308.684000', '204308.687000', '204308.689000', '204328.578000', '204328.581000', '204328.584000', '204328.586000', '204328.589000', '204328.591000', '204328.594000', '204328.597000', '204328.600000', '204328.603000', '204328.606000', '204328.609000', '204328.611000', '204328.614000', '204328.617000', '204328.619000', '204328.622000', '204328.625000', '204328.627000', '204328.630000', '204328.632000', '204328.635000', '204328.638000', '204328.640000', '204328.643000', '204328.646000', '204328.648000', '204328.651000', '204328.653000', '204328.656000', '204328.659000', '204328.661000', '204328.664000', '204328.666000', '204328.669000', '204328.671000', '204328.674000', '204328.677000', '204328.679000', '204328.682000', '204328.684000', '204328.687000', '204328.690000', '204348.578000', '204348.581000', '204348.584000', '204348.586000', '204348.589000', '204348.591000', '204348.594000', '204348.597000', '204348.626000', '204348.629000', '204348.631000', '204348.634000', '204348.636000', '204348.639000', '204348.641000', '204348.644000', '204348.647000', '204348.649000', '204348.652000', '204348.654000', '204348.657000', '204348.659000', '204348.662000', '204348.665000', '204348.667000', '204348.670000', '204348.672000', '204348.675000', '204348.678000', '204348.680000', '204348.683000', '204348.685000', '204348.688000', '204348.690000', '204348.693000', '204348.695000', '204348.698000', '204348.701000', '204348.703000', '204348.706000', '204348.709000', '204348.711000', '204348.714000', '204348.716000', '204408.578000', '204408.581000', '204408.584000', '204408.586000', '204408.589000', '204408.592000', '204408.594000', '204408.597000', '204408.599000', '204408.602000', '204408.604000', '204408.607000', '204408.610000', '204408.612000', '204408.615000', '204408.617000', '204408.620000', '204408.622000', '204408.625000', '204408.628000', '204408.630000', '204408.633000', '204408.635000', '204408.638000', '204408.640000', '204408.644000', '204408.647000', '204408.650000', '204408.652000', '204408.655000', '204408.658000', '204408.660000', '204408.663000', '204408.666000', '204408.668000', '204408.671000', '204408.673000', '204408.676000', '204408.680000', '204408.682000', '204408.685000', '204408.687000', '204408.690000', '204428.580000', '204428.582000', '204428.585000', '204428.588000', '204428.590000', '204428.593000', '204428.596000', '204428.598000', '204428.601000', '204428.603000', '204428.606000', '204428.609000', '204428.611000', '204428.614000', '204428.616000', '204428.619000', '204428.622000', '204428.624000', '204428.627000', '204428.629000', '204428.632000', '204428.635000', '204428.637000', '204428.640000', '204428.642000', '204428.645000', '204428.648000', '204428.650000', '204428.653000', '204428.656000', '204428.658000', '204428.661000', '204428.664000', '204428.666000', '204428.669000', '204428.672000', '204428.674000', '204428.677000', '204428.679000', '204428.682000', '204428.685000', '204428.687000', '204428.690000', '204428.692000', '204448.579000', '204448.582000', '204448.585000', '204448.587000', '204448.590000', '204448.592000', '204448.595000', '204448.598000', '204448.600000', '204448.603000', '204448.605000', '204448.608000', '204448.611000', '204448.613000', '204448.616000', '204448.618000', '204448.621000', '204448.624000', '204448.627000', '204448.630000', '204448.633000', '204448.636000', '204448.638000', '204448.641000', '204448.644000', '204448.646000', '204448.649000', '204448.651000', '204448.654000', '204448.657000', '204448.659000', '204448.662000', '204448.664000', '204448.667000', '204448.670000', '204448.672000', '204448.675000', '204448.677000', '204448.680000', '204448.682000', '204448.685000', '204448.687000', '204448.690000', '204508.578000', '204508.581000', '204508.584000', '204508.586000', '204508.589000', '204508.591000', '204508.594000', '204508.597000', '204508.599000', '204508.602000', '204508.604000', '204508.607000', '204508.610000', '204508.612000', '204508.615000', '204508.617000', '204508.620000', '204508.623000', '204508.625000', '204508.628000', '204508.630000', '204508.633000', '204508.635000', '204508.638000', '204508.641000', '204508.643000', '204508.646000', '204508.648000', '204508.651000', '204508.653000', '204508.656000', '204508.659000', '204508.661000', '204508.664000', '204508.667000', '204508.669000', '204508.672000', '204508.674000', '204508.677000', '204508.680000', '204508.682000', '204508.685000', '204508.687000', '204508.690000', '204528.578000', '204528.581000', '204528.584000', '204528.586000', '204528.589000', '204528.591000', '204528.594000', '204528.597000', '204528.599000', '204528.602000', '204528.604000', '204528.607000', '204528.610000', '204528.612000', '204528.615000', '204528.617000', '204528.620000', '204528.623000', '204528.625000', '204528.628000', '204528.630000', '204528.633000', '204528.635000', '204528.638000', '204528.641000', '204528.643000', '204528.646000', '204528.649000', '204528.651000', '204528.654000', '204528.656000', '204528.659000', '204528.662000', '204528.665000', '204528.668000', '204528.670000', '204528.673000', '204528.676000', '204528.678000', '204528.681000', '204528.683000', '204528.686000', '204528.689000', '204548.578000', '204548.581000', '204548.584000', '204548.586000', '204548.589000', '204548.592000', '204548.594000', '204548.597000', '204548.600000', '204548.602000', '204548.605000', '204548.607000', '204548.610000', '204548.612000', '204548.615000', '204548.618000', '204548.620000', '204548.623000', '204548.626000', '204548.628000', '204548.631000', '204548.665000', '204548.667000', '204548.670000', '204548.673000', '204548.675000', '204548.678000', '204548.680000', '204548.683000', '204548.686000', '204548.688000', '204548.691000', '204548.694000', '204548.696000', '204548.699000', '204548.701000', '204548.704000', '204548.707000', '204548.709000', '204548.712000', '204548.714000', '204548.717000', '204548.719000', '204548.722000', '204608.579000', '204608.581000', '204608.584000', '204608.587000', '204608.589000', '204608.592000', '204608.594000', '204608.597000', '204608.600000', '204608.602000', '204608.605000', '204608.608000', '204608.610000', '204608.613000', '204608.615000', '204608.618000', '204608.620000', '204608.623000', '204608.625000', '204608.628000', '204608.631000', '204608.633000', '204608.636000', '204608.638000', '204608.641000', '204608.644000', '204608.646000', '204608.649000', '204608.651000', '204608.654000', '204608.656000', '204608.659000', '204608.662000', '204608.664000', '204608.667000', '204608.669000', '204608.672000', '204608.675000', '204608.677000', '204608.680000', '204608.682000', '204608.685000', '204608.687000', '204628.578000', '204628.581000', '204628.584000', '204628.587000', '204628.589000', '204628.592000', '204628.594000', '204628.597000', '204628.600000', '204628.602000', '204628.605000', '204628.608000', '204628.610000', '204628.613000', '204628.615000', '204628.618000', '204628.621000', '204628.623000', '204628.626000', '204628.628000', '204628.631000', '204628.634000', '204628.636000', '204628.639000', '204628.641000', '204628.644000', '204628.647000', '204628.649000', '204628.652000', '204628.654000', '204628.657000', '204628.660000', '204628.662000', '204628.665000', '204628.667000', '204628.670000', '204628.673000', '204628.676000', '204628.678000', '204628.681000', '204628.684000', '204628.686000', '204628.689000', '204628.692000', '204648.579000', '204648.582000', '204648.585000', '204648.587000', '204648.590000', '204648.593000', '204648.595000', '204648.598000', '204648.601000', '204648.603000', '204648.606000', '204648.608000', '204648.611000', '204648.613000', '204648.628000', '204648.631000', '204648.633000', '204648.636000', '204648.638000', '204648.641000', '204648.643000', '204648.646000', '204648.649000', '204648.651000', '204648.654000', '204648.656000', '204648.659000', '204648.662000', '204648.664000', '204648.667000', '204648.669000', '204648.672000', '204648.674000', '204648.677000', '204648.680000', '204648.682000', '204648.685000', '204648.687000', '204648.690000', '204648.693000', '204648.695000', '204648.698000', '204648.701000', '204708.580000', '204708.583000', '204708.585000', '204708.588000', '204708.590000', '204708.593000', '204708.596000', '204708.598000', '204708.601000', '204708.603000', '204708.606000', '204708.609000', '204708.611000', '204708.614000', '204708.616000', '204708.619000', '204708.621000', '204708.624000', '204708.627000', '204708.629000', '204708.632000', '204708.634000', '204708.637000', '204708.640000', '204708.642000', '204708.645000', '204708.647000', '204708.650000', '204708.653000', '204708.655000', '204708.658000', '204708.660000', '204708.663000', '204708.666000', '204708.668000', '204708.671000', '204708.674000', '204708.676000', '204708.679000', '204708.682000', '204708.684000', '204708.687000', '204708.689000', '204708.692000', '204728.578000', '204728.581000', '204728.584000', '204728.586000', '204728.589000', '204728.592000', '204728.594000', '204728.597000', '204728.599000', '204728.602000', '204728.604000', '204728.607000', '204728.610000', '204728.612000', '204728.615000', '204728.619000', '204728.622000', '204728.624000', '204728.627000', '204728.629000', '204728.632000', '204728.635000', '204728.637000', '204728.640000', '204728.642000', '204728.645000', '204728.648000', '204728.650000', '204728.653000', '204728.655000', '204728.658000', '204728.661000', '204728.663000', '204728.666000', '204728.668000', '204728.671000', '204728.674000', '204728.676000', '204728.679000', '204728.681000', '204728.684000', '204728.687000', '204728.689000', '204748.578000', '204748.581000', '204748.584000', '204748.587000', '204748.590000', '204748.592000', '204748.595000', '204748.597000', '204748.600000', '204748.603000', '204748.605000', '204748.608000', '204748.610000', '204748.613000', '204748.616000', '204748.618000', '204748.621000', '204748.623000', '204748.626000', '204748.629000', '204748.631000', '204748.634000', '204748.636000', '204748.639000', '204748.641000', '204748.644000', '204748.647000', '204748.649000', '204748.652000', '204748.654000', '204748.657000', '204748.659000', '204748.662000', '204748.665000', '204748.667000', '204748.670000', '204748.672000', '204748.675000', '204748.677000', '204748.680000', '204748.683000', '204748.685000', '204748.688000', '204748.690000', '204808.579000', '204808.581000', '204808.584000', '204808.587000', '204808.589000', '204808.592000', '204808.594000', '204808.597000', '204808.600000', '204808.602000', '204808.605000', '204808.608000', '204808.610000', '204808.613000', '204808.615000', '204808.618000', '204808.620000', '204808.623000', '204808.626000', '204808.628000', '204808.631000', '204808.633000', '204808.636000', '204808.645000', '204808.647000', '204808.679000', '204808.682000', '204808.684000', '204808.687000', '204808.690000', '204808.692000', '204808.695000', '204808.697000', '204808.700000', '204808.703000', '204808.705000', '204808.708000', '204808.710000', '204808.713000', '204808.716000', '204808.718000', '204808.721000', '204808.723000', '204828.579000', '204828.581000', '204828.584000', '204828.586000', '204828.589000', '204828.592000', '204828.594000', '204828.597000', '204828.599000', '204828.602000', '204828.605000', '204828.607000', '204828.610000', '204828.612000', '204828.615000', '204828.618000', '204828.620000', '204828.623000', '204828.625000', '204828.628000', '204828.631000', '204828.633000', '204828.636000', '204828.638000', '204828.641000', '204828.644000', '204828.646000', '204828.649000', '204828.652000', '204828.654000', '204828.657000', '204828.659000', '204828.662000', '204828.665000', '204828.667000', '204828.670000', '204828.673000', '204828.675000', '204828.678000', '204828.681000', '204828.683000', '204828.686000', '204828.688000', '204828.691000', '204835.434000', '204835.437000', '204835.439000', '204835.442000', '204835.445000', '204835.448000', '204835.450000', '204835.453000', '204835.456000', '204835.459000', '204835.462000', '204835.465000', '204835.467000', '204835.470000', '204835.473000'], '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': [12969, 9483, 14282, 10958, 15702, 11219, 14700, 10730, 12823, 9492, 12240, 10266, 12916, 9105, 12165, 8197, 11842, 10288, 13062, 8649, 11566, 8399, 11998, 10034, 11483, 8633, 10583, 12935, 10559, 13265, 10611, 12974, 9226, 13217, 10237, 12832, 10213, 13036, 9424, 12893, 10627, 13584, 10691, 13671, 10151, 13877, 11332, 15048, 11247, 14527, 11362, 15917, 12143, 15549, 11391, 14214, 11763, 15941, 12319, 12768, 10994, 14065, 11895, 15715, 11909, 14271, 10854, 13887, 11680, 14981, 11391, 14841, 10337, 13428, 11265, 14300, 11040, 13401, 10011, 13727, 11279, 13848, 10436, 13392, 10664, 14068, 11481, 14399, 10416, 13655, 11201, 14892, 11450, 14716, 10632, 13619, 11096, 14662, 10925, 13076, 10422, 13735, 11356, 13816, 11384, 10423, 10549, 11396, 11944, 11270, 11721, 8916, 11559, 10844, 12647, 9478, 12068, 8904, 12167, 11161, 13097, 9301, 12454, 8821, 12813, 11225, 12953, 9292, 12112, 9703, 12280, 10896, 11972, 8855, 12070, 9111, 12856, 10946, 12343, 8595, 12022, 10049, 13185, 10393, 12828, 8814, 12341, 11292, 13118, 10016, 12639, 8758, 12559, 11083, 13557, 10342, 12983, 8912, 12612, 10813, 13442, 11037, 13270, 8779, 12681, 10134, 13580, 10296, 13548, 8576, 12311, 9321, 13210, 9995, 13182, 9049, 12351, 9667, 13032, 11192, 13147, 9246, 12395, 9603, 13115, 10972, 12966, 8784, 12218, 10026, 13067, 11953, 11933, 13665, 11081, 14047, 11428, 14240, 11150, 13725, 10603, 13717, 11076, 13065, 10420, 13097, 9699, 13185, 10419, 12824, 9244, 12228, 9650, 12963, 10954, 13082, 9053, 12252, 11545, 12584, 12607, 11780, 11676, 10703, 14475, 12286, 13466, 11146, 12395, 11038, 14046, 12210, 9666, 11254, 11287, 12425, 14948, 12398, 9766, 11460, 10762, 12397, 11597, 11785, 8997, 11416, 10432, 12849, 10893, 12579, 8962, 12531, 9685, 13657, 11216, 13714, 9396, 12806, 10186, 13401, 10541, 13493, 9235, 12887, 10468, 13523, 9378, 12997, 9082, 12863, 10172, 13110, 10021, 13142, 10058, 13970, 11241, 13366, 10738, 13638, 10969, 14325, 11967, 13829, 10743, 13944, 11330, 14154, 11825, 13616, 10867, 13777, 11392, 14354, 11542, 13908, 10525, 13903, 11300, 14311, 11023, 14297, 10693, 14250, 11384, 14064, 10832, 13768, 11017, 14316, 11806, 13854, 10825, 13945, 11196, 14415, 11609, 14044, 10630, 13407, 11864, 15017, 11922, 10108, 11264, 10803, 12387, 12922, 12013, 9324, 11616, 9962, 13209, 10799, 12920, 9134, 12391, 9774, 13325, 10560, 13559, 9170, 12818, 10212, 13455, 11714, 13902, 9976, 12883, 13560, 12776, 17057, 12030, 13500, 10669, 14072, 11101, 14608, 11406, 10873, 10248, 10823, 11456, 11421, 13456, 10406, 11649, 9505, 10708, 11081, 14677, 11676, 14179, 11345, 14519, 11464, 14366, 11969, 14804, 11805, 14297, 10148, 13924, 10283, 14109, 12612, 12502, 9105, 11672, 8851, 11860, 10686, 11874, 8695, 11846, 8514, 12595, 11118, 13216, 9090, 12643, 9190, 13506, 11717, 12411, 9147, 11725, 10400, 12584, 12621, 11778, 11749, 10590, 14437, 11904, 15047, 11597, 14792, 10503, 14013, 11364, 14260, 10768, 14063, 10511, 13842, 10765, 13957, 10592, 13820, 10328, 14107, 11284, 14947, 11192, 12413, 11425, 13519, 12383, 9982, 11916, 9458, 12614, 11653, 13508, 9415, 13014, 9434, 13749, 10534, 13462, 9529, 12773, 10035, 13253, 9654, 13302, 9433, 12808, 10015, 13120, 9356, 12841, 9349, 13320, 10591, 12937, 10156, 13479, 10216, 13995, 11367, 13132, 10102, 13725, 10816, 14058, 11978, 13695, 10570, 14241, 11289, 14608, 11488, 14332, 10590, 14598, 11612, 15782, 11715, 11633, 11239, 11926, 12574, 11839, 12403, 9632, 12058, 11207, 14019, 10657, 13800, 9279, 13161, 9933, 14300, 11235, 14076, 11011, 14450, 11681, 15018, 11839, 14835, 10696, 14752, 11850, 15606, 11887, 10053, 11169, 10852, 12770, 11377, 13130, 9245, 12904, 9699, 14201, 10796, 13774, 9538, 13502, 10267, 14286, 11471, 14085, 11009, 14371, 11074, 14732, 12267, 13835, 10471, 14354, 11805, 14366, 12592, 9630, 12007, 9746, 13595, 11971, 14124, 10113, 13471, 9807, 13875, 11224, 14225, 9280, 13318, 9228, 13937, 10988, 13636, 10834, 13907, 10716, 14662, 11487, 14321, 10843, 13539, 11812, 14246, 12122, 9212, 11581, 10175, 13481, 11934, 13141, 9612, 13115, 10711, 14273, 11214, 14018, 9416, 13148, 9651, 13914, 10632, 13497, 9516, 12942, 10022, 14231, 10673, 13416, 9988, 13904, 10598, 14525, 12067, 14018, 10878, 14079, 11133, 14949, 11874, 14931, 10968, 14602, 11796, 16159, 11918, 15738, 11355, 13494, 12691, 12918, 12040, 9631, 12234, 10214, 14130, 10646, 14064, 9281, 13554, 10334, 14647, 12049, 14280, 11073, 14423, 11545, 14928, 12018, 15229, 10693, 14458, 11714, 13264, 11621, 9055, 12440, 9538, 14528, 11217, 13835, 10817, 14276, 11631, 15093, 11885, 10073, 11002, 9631, 13162, 11902, 12738, 9604, 12077, 10431, 13821, 11275, 13290, 9387, 12726, 9936, 13725, 9812, 13005, 9142, 13441, 10883, 14802, 12025, 14153, 10623, 14639, 12189, 15874, 11706, 14568, 11014, 15124, 12424, 16685, 11490, 9868, 11555, 11995, 12875, 11927, 12026, 9263, 12790, 10349, 14604, 10308, 14094, 9412, 14156, 10678, 14342, 11218, 14151, 10826, 14525, 11456, 15500, 11060, 14001, 10954, 15365, 12002, 14757, 11361, 15349, 11605, 15730, 11991, 15249, 10586, 14318, 11710, 14461, 11506, 9152, 11675, 10074, 14079, 10553, 13641, 9216, 13635, 10644, 14766, 11647, 13958, 10703, 14569, 12046, 15276, 12533, 9497, 12795, 10209, 14429, 10891, 14530, 10531, 14334, 11523, 15096, 12480, 15057, 10939, 14931, 11983, 15411, 12614, 9475, 12646, 9071, 14254, 10898, 14332, 9381, 13450, 9906, 14216, 10469, 13490, 10297, 14208, 11229, 15298, 12483, 15058, 11146, 15045, 11882, 16065, 12149, 12179, 11237, 12831, 12603, 11902, 11598, 9170, 12346, 9232, 13804, 10643, 13604, 10391, 14047, 11001, 14442, 12008, 14619, 10996, 14915, 12359, 16753, 12396, 9940, 11626, 11937, 12924, 11722, 12776, 9411, 12918, 9994, 14025, 10893, 13843, 9382, 13167, 10333, 14916, 12567, 14523, 11009, 14563, 11788, 16097, 12024, 9446, 11784, 9659, 13831, 11767, 14280, 9787, 13421, 10123, 14030, 11497, 13687, 9344, 12670, 9518, 13617, 10422, 13417, 9108, 13163, 9861, 14004, 11111, 13724, 11040, 14510, 11372, 15787, 12853, 15189, 11045, 14953, 11622, 15650, 12075, 12081, 11242, 10430, 12767, 12208, 13153, 9879, 12948, 10550, 13618, 11555, 13077, 8984, 13218, 10145, 14487, 11100, 14077, 9384, 13128, 9579, 13481, 9421, 12776, 9147, 12370, 9699, 13289, 11152, 13674, 9240, 12737, 10969, 13802, 10477, 13203, 9593, 13016, 11770, 13973, 9636, 13166, 9874, 13764], 'WindowCenter': [4731.0, 4688.0, 4710.0, 4679.0, 4697.0, 4665.0, 4685.0, 4640.0, 4659.0, 4618.0, 4649.0, 4627.0, 4647.0, 4604.0, 4635.0, 4596.0, 4648.0, 4626.0, 4657.0, 4604.0, 4637.0, 4607.0, 4647.0, 4624.0, 4645.0, 4606.0, 4626.0, 4646.0, 4639.0, 4658.0, 4637.0, 4657.0, 4630.0, 4657.0, 4650.0, 4660.0, 4641.0, 4658.0, 4629.0, 4660.0, 4650.0, 4671.0, 4651.0, 4669.0, 4641.0, 4669.0, 4652.0, 4682.0, 4651.0, 4670.0, 4659.0, 4680.0, 4661.0, 4669.0, 4648.0, 4656.0, 4661.0, 4676.0, 4650.0, 4646.0, 4636.0, 4656.0, 4647.0, 4666.0, 4648.0, 4655.0, 4636.0, 4653.0, 4648.0, 4654.0, 4634.0, 4654.0, 4622.0, 4645.0, 4634.0, 4656.0, 4637.0, 4643.0, 4627.0, 4657.0, 4647.0, 4658.0, 4638.0, 4655.0, 4639.0, 4655.0, 4649.0, 4654.0, 4638.0, 4654.0, 4635.0, 4665.0, 4633.0, 4655.0, 4628.0, 4669.0, 4638.0, 4655.0, 4636.0, 4643.0, 4627.0, 4656.0, 4636.0, 4666.0, 4647.0, 4637.0, 4636.0, 4646.0, 4648.0, 4639.0, 4648.0, 4607.0, 4638.0, 4627.0, 4647.0, 4615.0, 4649.0, 4616.0, 4660.0, 4638.0, 4659.0, 4616.0, 4647.0, 4606.0, 4656.0, 4637.0, 4647.0, 4617.0, 4647.0, 4616.0, 4648.0, 4637.0, 4645.0, 4606.0, 4647.0, 4604.0, 4658.0, 4636.0, 4645.0, 4606.0, 4648.0, 4626.0, 4658.0, 4638.0, 4659.0, 4616.0, 4648.0, 4649.0, 4659.0, 4627.0, 4648.0, 4605.0, 4648.0, 4637.0, 4658.0, 4627.0, 4655.0, 4607.0, 4645.0, 4636.0, 4657.0, 4637.0, 4646.0, 4603.0, 4647.0, 4627.0, 4659.0, 4623.0, 4657.0, 4605.0, 4645.0, 4615.0, 4655.0, 4625.0, 4655.0, 4617.0, 4649.0, 4615.0, 4657.0, 4634.0, 4646.0, 4616.0, 4644.0, 4616.0, 4656.0, 4637.0, 4657.0, 4607.0, 4646.0, 4628.0, 4659.0, 4645.0, 4648.0, 4657.0, 4635.0, 4657.0, 4649.0, 4655.0, 4639.0, 4656.0, 4640.0, 4679.0, 4651.0, 4658.0, 4640.0, 4657.0, 4629.0, 4657.0, 4640.0, 4661.0, 4630.0, 4661.0, 4631.0, 4661.0, 4638.0, 4660.0, 4619.0, 4648.0, 4638.0, 4660.0, 4646.0, 4648.0, 4635.0, 4637.0, 4667.0, 4648.0, 4659.0, 4650.0, 4658.0, 4650.0, 4669.0, 4661.0, 4630.0, 4647.0, 4637.0, 4658.0, 4667.0, 4650.0, 4626.0, 4647.0, 4638.0, 4658.0, 4638.0, 4648.0, 4616.0, 4648.0, 4639.0, 4658.0, 4639.0, 4656.0, 4616.0, 4656.0, 4627.0, 4667.0, 4637.0, 4659.0, 4618.0, 4658.0, 4629.0, 4655.0, 4638.0, 4658.0, 4614.0, 4647.0, 4627.0, 4657.0, 4615.0, 4659.0, 4618.0, 4658.0, 4629.0, 4656.0, 4628.0, 4657.0, 4627.0, 4658.0, 4648.0, 4657.0, 4636.0, 4658.0, 4640.0, 4667.0, 4649.0, 4656.0, 4639.0, 4659.0, 4651.0, 4667.0, 4646.0, 4658.0, 4639.0, 4656.0, 4650.0, 4668.0, 4647.0, 4655.0, 4639.0, 4657.0, 4649.0, 4669.0, 4637.0, 4668.0, 4638.0, 4665.0, 4647.0, 4657.0, 4638.0, 4658.0, 4650.0, 4659.0, 4650.0, 4658.0, 4638.0, 4655.0, 4648.0, 4656.0, 4647.0, 4656.0, 4637.0, 4657.0, 4647.0, 4666.0, 4649.0, 4628.0, 4649.0, 4636.0, 4659.0, 4659.0, 4650.0, 4618.0, 4648.0, 4628.0, 4658.0, 4637.0, 4659.0, 4619.0, 4660.0, 4628.0, 4669.0, 4639.0, 4670.0, 4629.0, 4658.0, 4641.0, 4670.0, 4650.0, 4659.0, 4626.0, 4649.0, 4645.0, 4646.0, 4667.0, 4647.0, 4644.0, 4624.0, 4653.0, 4637.0, 4655.0, 4647.0, 4637.0, 4637.0, 4638.0, 4663.0, 4650.0, 4684.0, 4654.0, 4651.0, 4642.0, 4649.0, 4660.0, 4669.0, 4651.0, 4666.0, 4652.0, 4669.0, 4650.0, 4670.0, 4651.0, 4670.0, 4636.0, 4657.0, 4611.0, 4641.0, 4603.0, 4643.0, 4632.0, 4620.0, 4590.0, 4621.0, 4590.0, 4631.0, 4611.0, 4633.0, 4603.0, 4646.0, 4605.0, 4657.0, 4636.0, 4657.0, 4617.0, 4660.0, 4618.0, 4670.0, 4651.0, 4648.0, 4619.0, 4648.0, 4636.0, 4660.0, 4659.0, 4647.0, 4648.0, 4637.0, 4667.0, 4651.0, 4669.0, 4648.0, 4655.0, 4637.0, 4655.0, 4649.0, 4654.0, 4640.0, 4657.0, 4637.0, 4656.0, 4637.0, 4668.0, 4637.0, 4656.0, 4637.0, 4667.0, 4651.0, 4668.0, 4650.0, 4659.0, 4649.0, 4657.0, 4659.0, 4627.0, 4647.0, 4628.0, 4660.0, 4648.0, 4658.0, 4619.0, 4657.0, 4616.0, 4658.0, 4636.0, 4659.0, 4615.0, 4656.0, 4627.0, 4657.0, 4627.0, 4657.0, 4616.0, 4648.0, 4627.0, 4658.0, 4619.0, 4658.0, 4630.0, 4656.0, 4639.0, 4656.0, 4640.0, 4668.0, 4641.0, 4669.0, 4660.0, 4660.0, 4652.0, 4670.0, 4650.0, 4672.0, 4662.0, 4669.0, 4639.0, 4670.0, 4650.0, 4672.0, 4651.0, 4669.0, 4651.0, 4668.0, 4651.0, 4681.0, 4661.0, 4651.0, 4652.0, 4648.0, 4661.0, 4651.0, 4661.0, 4628.0, 4650.0, 4639.0, 4667.0, 4640.0, 4659.0, 4628.0, 4657.0, 4630.0, 4670.0, 4649.0, 4668.0, 4638.0, 4668.0, 4649.0, 4667.0, 4648.0, 4670.0, 4639.0, 4669.0, 4650.0, 4679.0, 4650.0, 4629.0, 4649.0, 4636.0, 4659.0, 4649.0, 4660.0, 4628.0, 4657.0, 4628.0, 4668.0, 4637.0, 4660.0, 4629.0, 4658.0, 4639.0, 4669.0, 4649.0, 4657.0, 4639.0, 4657.0, 4647.0, 4668.0, 4648.0, 4658.0, 4637.0, 4669.0, 4658.0, 4670.0, 4662.0, 4628.0, 4661.0, 4630.0, 4670.0, 4650.0, 4671.0, 4630.0, 4657.0, 4626.0, 4659.0, 4638.0, 4659.0, 4617.0, 4658.0, 4618.0, 4657.0, 4639.0, 4657.0, 4639.0, 4658.0, 4650.0, 4669.0, 4652.0, 4668.0, 4652.0, 4669.0, 4661.0, 4671.0, 4661.0, 4630.0, 4660.0, 4639.0, 4672.0, 4651.0, 4660.0, 4631.0, 4660.0, 4639.0, 4671.0, 4639.0, 4666.0, 4619.0, 4659.0, 4627.0, 4668.0, 4637.0, 4657.0, 4628.0, 4659.0, 4639.0, 4669.0, 4640.0, 4660.0, 4639.0, 4657.0, 4649.0, 4670.0, 4659.0, 4669.0, 4641.0, 4668.0, 4650.0, 4670.0, 4660.0, 4669.0, 4648.0, 4670.0, 4650.0, 4678.0, 4646.0, 4668.0, 4636.0, 4657.0, 4658.0, 4647.0, 4649.0, 4618.0, 4648.0, 4628.0, 4670.0, 4637.0, 4668.0, 4616.0, 4657.0, 4637.0, 4667.0, 4650.0, 4658.0, 4639.0, 4656.0, 4649.0, 4667.0, 4650.0, 4667.0, 4636.0, 4666.0, 4649.0, 4658.0, 4646.0, 4616.0, 4660.0, 4630.0, 4668.0, 4650.0, 4670.0, 4649.0, 4667.0, 4649.0, 4669.0, 4648.0, 4638.0, 4650.0, 4628.0, 4671.0, 4650.0, 4660.0, 4626.0, 4657.0, 4639.0, 4668.0, 4650.0, 4658.0, 4617.0, 4659.0, 4629.0, 4660.0, 4630.0, 4658.0, 4630.0, 4671.0, 4663.0, 4682.0, 4663.0, 4670.0, 4651.0, 4681.0, 4661.0, 4682.0, 4652.0, 4670.0, 4638.0, 4669.0, 4659.0, 4680.0, 4650.0, 4627.0, 4650.0, 4648.0, 4660.0, 4649.0, 4658.0, 4628.0, 4659.0, 4638.0, 4683.0, 4641.0, 4667.0, 4618.0, 4659.0, 4639.0, 4666.0, 4638.0, 4656.0, 4639.0, 4668.0, 4650.0, 4680.0, 4650.0, 4669.0, 4648.0, 4680.0, 4661.0, 4670.0, 4650.0, 4668.0, 4650.0, 4670.0, 4648.0, 4668.0, 4639.0, 4657.0, 4646.0, 4668.0, 4647.0, 4618.0, 4649.0, 4628.0, 4668.0, 4640.0, 4670.0, 4630.0, 4666.0, 4641.0, 4667.0, 4648.0, 4659.0, 4640.0, 4669.0, 4660.0, 4669.0, 4660.0, 4629.0, 4660.0, 4640.0, 4669.0, 4640.0, 4669.0, 4639.0, 4668.0, 4649.0, 4666.0, 4660.0, 4668.0, 4640.0, 4668.0, 4649.0, 4670.0, 4658.0, 4627.0, 4660.0, 4619.0, 4670.0, 4640.0, 4669.0, 4618.0, 4659.0, 4627.0, 4669.0, 4640.0, 4657.0, 4640.0, 4668.0, 4649.0, 4670.0, 4659.0, 4667.0, 4648.0, 4667.0, 4649.0, 4667.0, 4651.0, 4649.0, 4636.0, 4649.0, 4659.0, 4648.0, 4638.0, 4616.0, 4658.0, 4628.0, 4669.0, 4641.0, 4670.0, 4640.0, 4668.0, 4648.0, 4667.0, 4660.0, 4669.0, 4650.0, 4669.0, 4660.0, 4678.0, 4661.0, 4628.0, 4647.0, 4645.0, 4658.0, 4648.0, 4658.0, 4619.0, 4658.0, 4628.0, 4669.0, 4639.0, 4659.0, 4629.0, 4657.0, 4638.0, 4667.0, 4660.0, 4668.0, 4637.0, 4667.0, 4649.0, 4679.0, 4649.0, 4629.0, 4648.0, 4628.0, 4670.0, 4648.0, 4669.0, 4628.0, 4656.0, 4627.0, 4659.0, 4636.0, 4655.0, 4616.0, 4656.0, 4628.0, 4658.0, 4639.0, 4658.0, 4619.0, 4658.0, 4630.0, 4669.0, 4650.0, 4658.0, 4649.0, 4669.0, 4650.0, 4677.0, 4660.0, 4667.0, 4640.0, 4667.0, 4649.0, 4668.0, 4649.0, 4647.0, 4637.0, 4639.0, 4657.0, 4646.0, 4659.0, 4626.0, 4658.0, 4638.0, 4658.0, 4637.0, 4656.0, 4615.0, 4657.0, 4625.0, 4665.0, 4638.0, 4659.0, 4616.0, 4646.0, 4618.0, 4658.0, 4616.0, 4648.0, 4617.0, 4657.0, 4627.0, 4660.0, 4638.0, 4669.0, 4618.0, 4659.0, 4640.0, 4670.0, 4638.0, 4657.0, 4627.0, 4669.0, 4648.0, 4670.0, 4627.0, 4658.0, 4629.0, 4667.0], 'WindowWidth': [10341.0, 10272.0, 10287.0, 10239.0, 10262.0, 10211.0, 10235.0, 10164.0, 10190.0, 10131.0, 10174.0, 10140.0, 10168.0, 10105.0, 10148.0, 10097.0, 10170.0, 10138.0, 10181.0, 10106.0, 10153.0, 10113.0, 10170.0, 10133.0, 10165.0, 10109.0, 10138.0, 10165.0, 10160.0, 10184.0, 10156.0, 10181.0, 10150.0, 10188.0, 10182.0, 10192.0, 10168.0, 10188.0, 10151.0, 10193.0, 10182.0, 10210.0, 10183.0, 10205.0, 10169.0, 10207.0, 10186.0, 10225.0, 10183.0, 10205.0, 10192.0, 10221.0, 10195.0, 10203.0, 10173.0, 10184.0, 10195.0, 10210.0, 10178.0, 10167.0, 10152.0, 10180.0, 10170.0, 10194.0, 10171.0, 10176.0, 10150.0, 10173.0, 10170.0, 10174.0, 10149.0, 10173.0, 10130.0, 10163.0, 10149.0, 10180.0, 10154.0, 10160.0, 10141.0, 10184.0, 10172.0, 10184.0, 10157.0, 10179.0, 10162.0, 10180.0, 10174.0, 10177.0, 10157.0, 10175.0, 10153.0, 10192.0, 10148.0, 10177.0, 10142.0, 10204.0, 10160.0, 10178.0, 10153.0, 10161.0, 10140.0, 10178.0, 10154.0, 10198.0, 10170.0, 10155.0, 10155.0, 10168.0, 10172.0, 10161.0, 10172.0, 10115.0, 10156.0, 10140.0, 10169.0, 10125.0, 10174.0, 10128.0, 10190.0, 10159.0, 10187.0, 10125.0, 10168.0, 10112.0, 10180.0, 10155.0, 10169.0, 10127.0, 10168.0, 10126.0, 10173.0, 10154.0, 10165.0, 10111.0, 10167.0, 10108.0, 10185.0, 10154.0, 10166.0, 10113.0, 10172.0, 10142.0, 10186.0, 10160.0, 10188.0, 10126.0, 10172.0, 10176.0, 10189.0, 10142.0, 10171.0, 10110.0, 10169.0, 10155.0, 10185.0, 10142.0, 10179.0, 10113.0, 10164.0, 10153.0, 10183.0, 10154.0, 10166.0, 10105.0, 10167.0, 10139.0, 10187.0, 10132.0, 10183.0, 10109.0, 10164.0, 10123.0, 10178.0, 10138.0, 10179.0, 10126.0, 10173.0, 10123.0, 10183.0, 10147.0, 10165.0, 10124.0, 10161.0, 10125.0, 10180.0, 10155.0, 10183.0, 10115.0, 10167.0, 10143.0, 10187.0, 10166.0, 10172.0, 10181.0, 10151.0, 10182.0, 10173.0, 10177.0, 10160.0, 10180.0, 10165.0, 10221.0, 10182.0, 10186.0, 10163.0, 10182.0, 10149.0, 10185.0, 10164.0, 10197.0, 10151.0, 10194.0, 10153.0, 10194.0, 10159.0, 10190.0, 10133.0, 10172.0, 10159.0, 10192.0, 10168.0, 10172.0, 10150.0, 10156.0, 10198.0, 10174.0, 10188.0, 10178.0, 10188.0, 10179.0, 10204.0, 10195.0, 10150.0, 10171.0, 10155.0, 10187.0, 10197.0, 10176.0, 10140.0, 10169.0, 10156.0, 10185.0, 10158.0, 10172.0, 10125.0, 10172.0, 10162.0, 10187.0, 10161.0, 10182.0, 10127.0, 10181.0, 10142.0, 10199.0, 10156.0, 10189.0, 10130.0, 10185.0, 10146.0, 10180.0, 10157.0, 10184.0, 10121.0, 10168.0, 10142.0, 10183.0, 10124.0, 10189.0, 10130.0, 10188.0, 10145.0, 10181.0, 10145.0, 10182.0, 10142.0, 10185.0, 10172.0, 10183.0, 10154.0, 10183.0, 10164.0, 10196.0, 10174.0, 10180.0, 10161.0, 10185.0, 10181.0, 10197.0, 10168.0, 10183.0, 10160.0, 10179.0, 10176.0, 10198.0, 10171.0, 10178.0, 10160.0, 10183.0, 10176.0, 10202.0, 10159.0, 10200.0, 10159.0, 10192.0, 10171.0, 10183.0, 10159.0, 10184.0, 10177.0, 10187.0, 10177.0, 10185.0, 10159.0, 10177.0, 10173.0, 10181.0, 10172.0, 10180.0, 10157.0, 10182.0, 10171.0, 10194.0, 10174.0, 10146.0, 10175.0, 10154.0, 10190.0, 10188.0, 10177.0, 10130.0, 10172.0, 10145.0, 10185.0, 10156.0, 10186.0, 10133.0, 10190.0, 10147.0, 10205.0, 10165.0, 10208.0, 10150.0, 10189.0, 10169.0, 10208.0, 10177.0, 10188.0, 10139.0, 10172.0, 10164.0, 10165.0, 10194.0, 10167.0, 10160.0, 10133.0, 10172.0, 10155.0, 10177.0, 10170.0, 10156.0, 10158.0, 10159.0, 10200.0, 10180.0, 10234.0, 10192.0, 10181.0, 10175.0, 10179.0, 10195.0, 10205.0, 10180.0, 10197.0, 10182.0, 10202.0, 10178.0, 10204.0, 10180.0, 10205.0, 10153.0, 10181.0, 10110.0, 10151.0, 10098.0, 10154.0, 10138.0, 10120.0, 10079.0, 10122.0, 10079.0, 10136.0, 10112.0, 10144.0, 10103.0, 10165.0, 10110.0, 10185.0, 10155.0, 10185.0, 10131.0, 10191.0, 10132.0, 10205.0, 10180.0, 10173.0, 10133.0, 10173.0, 10153.0, 10189.0, 10189.0, 10171.0, 10170.0, 10156.0, 10197.0, 10179.0, 10202.0, 10173.0, 10177.0, 10155.0, 10177.0, 10173.0, 10175.0, 10163.0, 10183.0, 10155.0, 10179.0, 10156.0, 10200.0, 10158.0, 10181.0, 10158.0, 10198.0, 10179.0, 10200.0, 10179.0, 10187.0, 10175.0, 10184.0, 10190.0, 10142.0, 10170.0, 10144.0, 10189.0, 10172.0, 10187.0, 10132.0, 10184.0, 10127.0, 10185.0, 10152.0, 10186.0, 10123.0, 10180.0, 10142.0, 10185.0, 10141.0, 10184.0, 10127.0, 10171.0, 10141.0, 10186.0, 10133.0, 10185.0, 10150.0, 10182.0, 10162.0, 10180.0, 10164.0, 10199.0, 10169.0, 10204.0, 10193.0, 10193.0, 10186.0, 10205.0, 10182.0, 10210.0, 10199.0, 10203.0, 10163.0, 10203.0, 10180.0, 10210.0, 10182.0, 10204.0, 10182.0, 10201.0, 10182.0, 10223.0, 10196.0, 10180.0, 10184.0, 10175.0, 10196.0, 10182.0, 10195.0, 10146.0, 10177.0, 10162.0, 10199.0, 10162.0, 10189.0, 10146.0, 10185.0, 10151.0, 10204.0, 10176.0, 10198.0, 10161.0, 10200.0, 10178.0, 10197.0, 10173.0, 10203.0, 10162.0, 10202.0, 10179.0, 10216.0, 10178.0, 10147.0, 10175.0, 10155.0, 10188.0, 10175.0, 10192.0, 10147.0, 10186.0, 10147.0, 10202.0, 10158.0, 10190.0, 10147.0, 10184.0, 10161.0, 10201.0, 10176.0, 10182.0, 10160.0, 10181.0, 10171.0, 10197.0, 10174.0, 10186.0, 10159.0, 10202.0, 10189.0, 10204.0, 10197.0, 10148.0, 10194.0, 10152.0, 10207.0, 10178.0, 10207.0, 10148.0, 10184.0, 10140.0, 10189.0, 10157.0, 10187.0, 10127.0, 10184.0, 10130.0, 10181.0, 10159.0, 10181.0, 10161.0, 10184.0, 10178.0, 10203.0, 10183.0, 10201.0, 10183.0, 10204.0, 10196.0, 10210.0, 10196.0, 10154.0, 10193.0, 10164.0, 10210.0, 10181.0, 10193.0, 10152.0, 10192.0, 10162.0, 10207.0, 10162.0, 10196.0, 10133.0, 10187.0, 10143.0, 10200.0, 10156.0, 10184.0, 10146.0, 10189.0, 10163.0, 10205.0, 10164.0, 10189.0, 10162.0, 10183.0, 10177.0, 10204.0, 10190.0, 10201.0, 10165.0, 10199.0, 10180.0, 10204.0, 10194.0, 10202.0, 10173.0, 10205.0, 10178.0, 10213.0, 10170.0, 10198.0, 10154.0, 10183.0, 10186.0, 10169.0, 10173.0, 10129.0, 10171.0, 10144.0, 10207.0, 10157.0, 10199.0, 10127.0, 10183.0, 10156.0, 10196.0, 10177.0, 10184.0, 10160.0, 10180.0, 10175.0, 10195.0, 10176.0, 10196.0, 10155.0, 10196.0, 10174.0, 10184.0, 10167.0, 10128.0, 10190.0, 10150.0, 10203.0, 10181.0, 10205.0, 10176.0, 10198.0, 10177.0, 10202.0, 10176.0, 10161.0, 10178.0, 10147.0, 10209.0, 10179.0, 10191.0, 10141.0, 10183.0, 10160.0, 10201.0, 10177.0, 10186.0, 10129.0, 10187.0, 10147.0, 10192.0, 10150.0, 10188.0, 10154.0, 10208.0, 10203.0, 10226.0, 10203.0, 10207.0, 10183.0, 10222.0, 10195.0, 10223.0, 10183.0, 10203.0, 10160.0, 10202.0, 10190.0, 10217.0, 10177.0, 10144.0, 10179.0, 10174.0, 10192.0, 10175.0, 10188.0, 10147.0, 10189.0, 10159.0, 10227.0, 10166.0, 10198.0, 10130.0, 10190.0, 10163.0, 10193.0, 10158.0, 10181.0, 10161.0, 10200.0, 10178.0, 10217.0, 10178.0, 10204.0, 10175.0, 10219.0, 10195.0, 10203.0, 10178.0, 10198.0, 10178.0, 10203.0, 10173.0, 10197.0, 10159.0, 10182.0, 10169.0, 10200.0, 10170.0, 10131.0, 10174.0, 10146.0, 10200.0, 10164.0, 10203.0, 10151.0, 10196.0, 10167.0, 10199.0, 10175.0, 10186.0, 10165.0, 10202.0, 10192.0, 10203.0, 10193.0, 10147.0, 10192.0, 10164.0, 10203.0, 10162.0, 10201.0, 10161.0, 10197.0, 10174.0, 10195.0, 10191.0, 10199.0, 10163.0, 10198.0, 10176.0, 10205.0, 10186.0, 10142.0, 10191.0, 10135.0, 10206.0, 10163.0, 10202.0, 10132.0, 10189.0, 10143.0, 10204.0, 10162.0, 10183.0, 10164.0, 10200.0, 10176.0, 10203.0, 10190.0, 10197.0, 10173.0, 10196.0, 10176.0, 10198.0, 10178.0, 10171.0, 10154.0, 10172.0, 10188.0, 10170.0, 10157.0, 10127.0, 10187.0, 10148.0, 10205.0, 10166.0, 10203.0, 10165.0, 10198.0, 10176.0, 10199.0, 10191.0, 10203.0, 10178.0, 10203.0, 10192.0, 10215.0, 10194.0, 10145.0, 10170.0, 10165.0, 10186.0, 10172.0, 10184.0, 10132.0, 10186.0, 10145.0, 10202.0, 10160.0, 10188.0, 10148.0, 10181.0, 10161.0, 10198.0, 10191.0, 10200.0, 10157.0, 10195.0, 10177.0, 10214.0, 10175.0, 10146.0, 10172.0, 10144.0, 10206.0, 10171.0, 10202.0, 10144.0, 10180.0, 10140.0, 10186.0, 10152.0, 10177.0, 10124.0, 10181.0, 10145.0, 10185.0, 10161.0, 10185.0, 10135.0, 10186.0, 10150.0, 10203.0, 10178.0, 10186.0, 10176.0, 10202.0, 10179.0, 10212.0, 10191.0, 10198.0, 10163.0, 10195.0, 10175.0, 10199.0, 10173.0, 10168.0, 10156.0, 10158.0, 10182.0, 10169.0, 10187.0, 10138.0, 10184.0, 10157.0, 10184.0, 10155.0, 10179.0, 10125.0, 10180.0, 10138.0, 10191.0, 10157.0, 10187.0, 10125.0, 10166.0, 10128.0, 10183.0, 10127.0, 10171.0, 10129.0, 10185.0, 10143.0, 10191.0, 10158.0, 10202.0, 10131.0, 10189.0, 10162.0, 10203.0, 10159.0, 10184.0, 10142.0, 10203.0, 10171.0, 10203.0, 10142.0, 10187.0, 10146.0, 10198.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.0004100877192982456</td></tr>
<tr><td colspan=3>aqi</td><td>0.016139009649122807</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.33606446535674</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2192560589462118</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858453490998912</td></tr>
<tr><td colspan=3>efc</td><td>0.4628</td></tr>
<tr><td colspan=3>fber</td><td>7237.4351</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07950023716160713</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32894736842105265</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4852821722499265</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3835908522616744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7464482981559337</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3258073663321714</td></tr>
<tr><td colspan=3>gcor</td><td>0.0065728</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008782663382589817</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022509373724460602</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8202990021828693</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>34.3898</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3424</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.1699</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.2327</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0902</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.3422</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3837.1163</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1228.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1069.8044</td></tr>
<tr><td colspan=3>tsnr</td><td>47.82521941442974</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>