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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0106_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-04/func/sub-0106_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>284a2de2683b1bb4e7eaf2114fb1c960</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>19:32:44.995000</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.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</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-04_task-social_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.0950832</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7778, -7251, 357, -119, -59, -25, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eb2c5bb5-9eb7-4493-9a1c-8d8cfc85fce8||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.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [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, 872]</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], 'AcquisitionTime': ['193244.995000', '193245.455000', '193245.915000', '193246.375000', '193246.835000', '193247.295000', '193247.755000', '193248.215000', '193248.675000', '193249.135000', '193249.595000', '193250.055000', '193250.515000', '193250.975000', '193251.435000', '193251.895000', '193252.355000', '193252.815000', '193253.275000', '193253.735000', '193254.195000', '193254.655000', '193255.115000', '193255.575000', '193256.035000', '193256.495000', '193256.955000', '193257.415000', '193257.875000', '193258.335000', '193258.795000', '193259.255000', '193259.715000', '193300.175000', '193300.635000', '193301.095000', '193301.555000', '193302.015000', '193302.475000', '193302.935000', '193303.395000', '193303.855000', '193304.315000', '193304.775000', '193305.235000', '193305.695000', '193306.155000', '193306.615000', '193307.075000', '193307.535000', '193307.995000', '193308.455000', '193308.915000', '193309.375000', '193309.835000', '193310.295000', '193310.755000', '193311.215000', '193311.675000', '193312.135000', '193312.595000', '193313.055000', '193313.515000', '193313.975000', '193314.435000', '193314.895000', '193315.355000', '193315.815000', '193316.275000', '193316.735000', '193317.195000', '193317.655000', '193318.115000', '193318.575000', '193319.035000', '193319.495000', '193319.955000', '193320.415000', '193320.875000', '193321.335000', '193321.795000', '193322.255000', '193322.715000', '193323.175000', '193323.635000', '193324.095000', '193324.555000', '193325.015000', '193325.475000', '193325.935000', '193326.395000', '193326.855000', '193327.315000', '193327.775000', '193328.235000', '193328.695000', '193329.155000', '193329.615000', '193330.075000', '193330.535000', '193330.995000', '193331.455000', '193331.915000', '193332.375000', '193332.835000', '193333.295000', '193333.755000', '193334.215000', '193334.675000', '193335.135000', '193335.595000', '193336.055000', '193336.515000', '193336.975000', '193337.435000', '193337.895000', '193338.355000', '193338.815000', '193339.275000', '193339.735000', '193340.195000', '193340.655000', '193341.115000', '193341.575000', '193342.035000', '193342.495000', '193342.955000', '193343.415000', '193343.875000', '193344.335000', '193344.795000', '193345.255000', '193345.715000', '193346.175000', '193346.635000', '193347.095000', '193347.555000', '193348.015000', '193348.475000', '193348.935000', '193349.395000', '193349.855000', '193350.315000', '193350.775000', '193351.235000', '193351.695000', '193352.155000', '193352.615000', '193353.075000', '193353.535000', '193353.995000', '193354.455000', '193354.915000', '193355.375000', '193355.835000', '193356.295000', '193356.755000', '193357.215000', '193357.675000', '193358.135000', '193358.595000', '193359.055000', '193359.515000', '193359.975000', '193400.435000', '193400.895000', '193401.355000', '193401.815000', '193402.275000', '193402.735000', '193403.195000', '193403.655000', '193404.115000', '193404.575000', '193405.035000', '193405.495000', '193405.955000', '193406.415000', '193406.875000', '193407.335000', '193407.795000', '193408.255000', '193408.715000', '193409.175000', '193409.635000', '193410.095000', '193410.555000', '193411.015000', '193411.475000', '193411.935000', '193412.395000', '193412.855000', '193413.315000', '193413.775000', '193414.235000', '193414.695000', '193415.155000', '193415.615000', '193416.075000', '193416.535000', '193416.995000', '193417.455000', '193417.915000', '193418.375000', '193418.835000', '193419.295000', '193419.755000', '193420.215000', '193420.675000', '193421.135000', '193421.595000', '193422.055000', '193422.515000', '193422.975000', '193423.435000', '193423.895000', '193424.355000', '193424.815000', '193425.275000', '193425.735000', '193426.195000', '193426.655000', '193427.115000', '193427.575000', '193428.035000', '193428.495000', '193428.955000', '193429.415000', '193429.875000', '193430.335000', '193430.795000', '193431.255000', '193431.715000', '193432.175000', '193432.635000', '193433.095000', '193433.555000', '193434.015000', '193434.475000', '193434.935000', '193435.395000', '193435.855000', '193436.315000', '193436.775000', '193437.235000', '193437.695000', '193438.155000', '193438.615000', '193439.075000', '193439.535000', '193439.995000', '193440.455000', '193440.915000', '193441.375000', '193441.835000', '193442.295000', '193442.755000', '193443.215000', '193443.675000', '193444.135000', '193444.595000', '193445.055000', '193445.515000', '193445.975000', '193446.435000', '193446.895000', '193447.355000', '193447.815000', '193448.275000', '193448.735000', '193449.195000', '193449.655000', '193450.115000', '193450.575000', '193451.035000', '193451.495000', '193451.955000', '193452.415000', '193452.875000', '193453.335000', '193453.795000', '193454.255000', '193454.715000', '193455.175000', '193455.635000', '193456.095000', '193456.555000', '193457.015000', '193457.475000', '193457.935000', '193458.395000', '193458.855000', '193459.315000', '193459.775000', '193500.235000', '193500.695000', '193501.155000', '193501.615000', '193502.075000', '193502.535000', '193502.995000', '193503.455000', '193503.915000', '193504.375000', '193504.835000', '193505.295000', '193505.755000', '193506.215000', '193506.675000', '193507.135000', '193507.595000', '193508.055000', '193508.515000', '193508.975000', '193509.435000', '193509.895000', '193510.355000', '193510.815000', '193511.275000', '193511.735000', '193512.195000', '193512.655000', '193513.115000', '193513.575000', '193514.035000', '193514.495000', '193514.955000', '193515.415000', '193515.875000', '193516.335000', '193516.795000', '193517.255000', '193517.715000', '193518.175000', '193518.635000', '193519.095000', '193519.555000', '193520.015000', '193520.475000', '193520.935000', '193521.395000', '193521.855000', '193522.315000', '193522.775000', '193523.235000', '193523.695000', '193524.155000', '193524.615000', '193525.075000', '193525.535000', '193525.995000', '193526.455000', '193526.915000', '193527.375000', '193527.835000', '193528.295000', '193528.755000', '193529.215000', '193529.675000', '193530.135000', '193530.595000', '193531.055000', '193531.515000', '193531.975000', '193532.435000', '193532.895000', '193533.355000', '193533.815000', '193534.275000', '193534.735000', '193535.195000', '193535.655000', '193536.115000', '193536.575000', '193537.035000', '193537.495000', '193537.955000', '193538.415000', '193538.875000', '193539.335000', '193539.795000', '193540.255000', '193540.715000', '193541.175000', '193541.635000', '193542.095000', '193542.555000', '193543.015000', '193543.475000', '193543.935000', '193544.395000', '193544.855000', '193545.315000', '193545.775000', '193546.235000', '193546.695000', '193547.155000', '193547.615000', '193548.075000', '193548.535000', '193548.995000', '193549.455000', '193549.915000', '193550.375000', '193550.835000', '193551.295000', '193551.755000', '193552.215000', '193552.675000', '193553.135000', '193553.595000', '193554.055000', '193554.515000', '193554.975000', '193555.435000', '193555.895000', '193556.355000', '193556.815000', '193557.275000', '193557.735000', '193558.195000', '193558.655000', '193559.115000', '193559.575000', '193600.035000', '193600.495000', '193600.955000', '193601.415000', '193601.875000', '193602.335000', '193602.795000', '193603.255000', '193603.715000', '193604.175000', '193604.635000', '193605.095000', '193605.555000', '193606.015000', '193606.475000', '193606.935000', '193607.395000', '193607.855000', '193608.315000', '193608.775000', '193609.235000', '193609.695000', '193610.155000', '193610.615000', '193611.075000', '193611.535000', '193611.995000', '193612.455000', '193612.915000', '193613.375000', '193613.835000', '193614.295000', '193614.755000', '193615.215000', '193615.675000', '193616.135000', '193616.595000', '193617.055000', '193617.515000', '193617.975000', '193618.435000', '193618.895000', '193619.355000', '193619.815000', '193620.275000', '193620.735000', '193621.195000', '193621.655000', '193622.115000', '193622.575000', '193623.035000', '193623.495000', '193623.955000', '193624.415000', '193624.875000', '193625.335000', '193625.795000', '193626.255000', '193626.715000', '193627.175000', '193627.635000', '193628.095000', '193628.555000', '193629.015000', '193629.475000', '193629.935000', '193630.395000', '193630.855000', '193631.315000', '193631.775000', '193632.235000', '193632.695000', '193633.155000', '193633.615000', '193634.075000', '193634.535000', '193634.995000', '193635.455000', '193635.915000', '193636.375000', '193636.835000', '193637.295000', '193637.755000', '193638.215000', '193638.675000', '193639.135000', '193639.595000', '193640.055000', '193640.515000', '193640.975000', '193641.435000', '193641.895000', '193642.355000', '193642.815000', '193643.275000', '193643.735000', '193644.195000', '193644.655000', '193645.115000', '193645.575000', '193646.035000', '193646.495000', '193646.955000', '193647.415000', '193647.875000', '193648.335000', '193648.795000', '193649.255000', '193649.715000', '193650.175000', '193650.635000', '193651.095000', '193651.555000', '193652.015000', '193652.475000', '193652.935000', '193653.395000', '193653.855000', '193654.315000', '193654.775000', '193655.235000', '193655.695000', '193656.155000', '193656.615000', '193657.075000', '193657.535000', '193657.995000', '193658.455000', '193658.915000', '193659.375000', '193659.835000', '193700.295000', '193700.755000', '193701.215000', '193701.675000', '193702.135000', '193702.595000', '193703.055000', '193703.515000', '193703.975000', '193704.435000', '193704.895000', '193705.355000', '193705.815000', '193706.275000', '193706.735000', '193707.195000', '193707.655000', '193708.115000', '193708.575000', '193709.035000', '193709.495000', '193709.955000', '193710.415000', '193710.875000', '193711.335000', '193711.795000', '193712.255000', '193712.715000', '193713.175000', '193713.635000', '193714.095000', '193714.555000', '193715.015000', '193715.475000', '193715.935000', '193716.395000', '193716.855000', '193717.315000', '193717.775000', '193718.235000', '193718.695000', '193719.155000', '193719.615000', '193720.075000', '193720.535000', '193720.995000', '193721.455000', '193721.915000', '193722.375000', '193722.835000', '193723.295000', '193723.755000', '193724.215000', '193724.675000', '193725.135000', '193725.595000', '193726.055000', '193726.515000', '193726.975000', '193727.435000', '193727.895000', '193728.355000', '193728.815000', '193729.275000', '193729.735000', '193730.195000', '193730.655000', '193731.115000', '193731.575000', '193732.035000', '193732.495000', '193732.955000', '193733.415000', '193733.875000', '193734.335000', '193734.795000', '193735.255000', '193735.715000', '193736.175000', '193736.635000', '193737.095000', '193737.555000', '193738.015000', '193738.475000', '193738.935000', '193739.395000', '193739.855000', '193740.315000', '193740.775000', '193741.235000', '193741.695000', '193742.155000', '193742.615000', '193743.075000', '193743.535000', '193743.995000', '193744.455000', '193744.915000', '193745.375000', '193745.835000', '193746.295000', '193746.755000', '193747.215000', '193747.675000', '193748.135000', '193748.595000', '193749.055000', '193749.515000', '193749.975000', '193750.435000', '193750.895000', '193751.355000', '193751.815000', '193752.275000', '193752.735000', '193753.195000', '193753.655000', '193754.115000', '193754.575000', '193755.035000', '193755.495000', '193755.955000', '193756.415000', '193756.875000', '193757.335000', '193757.795000', '193758.255000', '193758.715000', '193759.175000', '193759.635000', '193800.095000', '193800.555000', '193801.015000', '193801.475000', '193801.935000', '193802.395000', '193802.855000', '193803.315000', '193803.775000', '193804.235000', '193804.695000', '193805.155000', '193805.615000', '193806.075000', '193806.535000', '193806.995000', '193807.455000', '193807.915000', '193808.375000', '193808.835000', '193809.295000', '193809.755000', '193810.215000', '193810.675000', '193811.135000', '193811.595000', '193812.055000', '193812.515000', '193812.975000', '193813.435000', '193813.895000', '193814.355000', '193814.815000', '193815.275000', '193815.735000', '193816.195000', '193816.655000', '193817.115000', '193817.575000', '193818.035000', '193818.495000', '193818.955000', '193819.415000', '193819.875000', '193820.335000', '193820.795000', '193821.255000', '193821.715000', '193822.175000', '193822.635000', '193823.095000', '193823.555000', '193824.015000', '193824.475000', '193824.935000', '193825.395000', '193825.855000', '193826.315000', '193826.775000', '193827.235000', '193827.695000', '193828.155000', '193828.615000', '193829.075000', '193829.535000', '193829.995000', '193830.455000', '193830.915000', '193831.375000', '193831.835000', '193832.295000', '193832.755000', '193833.215000', '193833.675000', '193834.135000', '193834.595000', '193835.055000', '193835.515000', '193835.975000', '193836.435000', '193836.895000', '193837.355000', '193837.815000', '193838.275000', '193838.735000', '193839.195000', '193839.655000', '193840.115000', '193840.575000', '193841.035000', '193841.495000', '193841.955000', '193842.415000', '193842.875000', '193843.335000', '193843.795000', '193844.255000', '193844.715000', '193845.175000', '193845.635000', '193846.095000', '193846.555000', '193847.015000', '193847.475000', '193847.935000', '193848.395000', '193848.855000', '193849.315000', '193849.775000', '193850.235000', '193850.695000', '193851.155000', '193851.615000', '193852.075000', '193852.535000', '193852.995000', '193853.455000', '193853.915000', '193854.375000', '193854.835000', '193855.295000', '193855.755000', '193856.215000', '193856.675000', '193857.135000', '193857.595000', '193858.055000', '193858.515000', '193858.975000', '193859.435000', '193859.895000', '193900.355000', '193900.815000', '193901.275000', '193901.735000', '193902.195000', '193902.655000', '193903.115000', '193903.575000', '193904.035000', '193904.495000', '193904.955000', '193905.415000', '193905.875000', '193906.335000', '193906.795000', '193907.255000', '193907.715000', '193908.175000', '193908.635000', '193909.095000', '193909.555000', '193910.015000', '193910.475000', '193910.935000', '193911.395000', '193911.855000', '193912.315000', '193912.775000', '193913.235000', '193913.695000', '193914.155000', '193914.615000', '193915.075000', '193915.535000', '193915.995000', '193916.455000', '193916.915000', '193917.375000', '193917.835000', '193918.295000', '193918.755000', '193919.215000', '193919.675000', '193920.135000', '193920.595000', '193921.055000', '193921.515000', '193921.975000', '193922.435000', '193922.895000', '193923.355000', '193923.815000', '193924.275000', '193924.735000', '193925.195000', '193925.655000'], 'ContentTime': ['193313.826000', '193313.829000', '193313.832000', '193313.835000', '193313.838000', '193313.840000', '193313.843000', '193313.845000', '193313.848000', '193313.850000', '193313.853000', '193313.865000', '193313.867000', '193313.870000', '193313.872000', '193313.875000', '193313.878000', '193313.880000', '193313.883000', '193313.885000', '193313.888000', '193313.890000', '193313.893000', '193313.896000', '193313.898000', '193313.901000', '193313.903000', '193313.906000', '193313.909000', '193313.911000', '193313.914000', '193313.916000', '193313.919000', '193313.922000', '193313.924000', '193313.927000', '193313.929000', '193313.932000', '193313.935000', '193313.937000', '193313.940000', '193313.943000', '193313.945000', '193313.948000', '193313.950000', '193313.953000', '193313.955000', '193313.958000', '193313.961000', '193313.971000', '193313.973000', '193313.976000', '193313.978000', '193313.981000', '193313.984000', '193313.986000', '193313.989000', '193313.991000', '193313.994000', '193313.996000', '193333.797000', '193333.799000', '193333.802000', '193333.804000', '193333.807000', '193333.810000', '193333.812000', '193333.815000', '193333.817000', '193333.853000', '193333.856000', '193333.868000', '193333.871000', '193333.873000', '193333.876000', '193333.879000', '193333.881000', '193333.884000', '193333.886000', '193333.889000', '193333.891000', '193333.894000', '193333.896000', '193333.899000', '193333.902000', '193333.904000', '193333.907000', '193333.909000', '193333.913000', '193333.915000', '193333.918000', '193333.921000', '193333.923000', '193333.926000', '193333.928000', '193333.931000', '193333.933000', '193333.936000', '193333.939000', '193333.941000', '193333.944000', '193333.946000', '193333.949000', '193353.796000', '193353.799000', '193353.802000', '193353.805000', '193353.807000', '193353.810000', '193353.812000', '193353.815000', '193353.818000', '193353.820000', '193353.823000', '193353.825000', '193353.828000', '193353.831000', '193353.833000', '193353.836000', '193353.838000', '193353.841000', '193353.844000', '193353.846000', '193353.849000', '193353.852000', '193353.854000', '193353.857000', '193353.859000', '193353.862000', '193353.865000', '193353.867000', '193353.870000', '193353.872000', '193353.875000', '193353.877000', '193353.880000', '193353.883000', '193353.885000', '193353.888000', '193353.891000', '193353.893000', '193353.896000', '193353.898000', '193353.901000', '193353.904000', '193353.906000', '193353.909000', '193413.796000', '193413.798000', '193413.801000', '193413.804000', '193413.806000', '193413.809000', '193413.811000', '193413.814000', '193413.816000', '193413.819000', '193413.821000', '193413.824000', '193413.827000', '193413.829000', '193413.832000', '193413.834000', '193413.837000', '193413.840000', '193413.842000', '193413.845000', '193413.847000', '193413.850000', '193413.853000', '193413.855000', '193413.858000', '193413.860000', '193413.863000', '193413.865000', '193413.868000', '193413.871000', '193413.873000', '193413.876000', '193413.878000', '193413.881000', '193413.883000', '193413.886000', '193413.889000', '193413.891000', '193413.894000', '193413.896000', '193413.899000', '193413.902000', '193413.905000', '193433.796000', '193433.799000', '193433.801000', '193433.804000', '193433.806000', '193433.809000', '193433.814000', '193433.816000', '193433.819000', '193433.822000', '193433.824000', '193433.827000', '193433.829000', '193433.832000', '193433.834000', '193433.837000', '193433.839000', '193433.842000', '193433.845000', '193433.847000', '193433.850000', '193433.853000', '193433.855000', '193433.858000', '193433.860000', '193433.863000', '193433.866000', '193433.868000', '193433.871000', '193433.873000', '193433.876000', '193433.878000', '193433.881000', '193433.884000', '193433.886000', '193433.889000', '193433.891000', '193433.894000', '193433.897000', '193433.899000', '193433.902000', '193433.904000', '193433.907000', '193433.909000', '193453.796000', '193453.798000', '193453.801000', '193453.804000', '193453.806000', '193453.809000', '193453.811000', '193453.814000', '193453.817000', '193453.819000', '193453.822000', '193453.824000', '193453.827000', '193453.830000', '193453.832000', '193453.835000', '193453.837000', '193453.840000', '193453.843000', '193453.845000', '193453.848000', '193453.850000', '193453.853000', '193453.856000', '193453.858000', '193453.861000', '193453.863000', '193453.866000', '193453.869000', '193453.871000', '193453.874000', '193453.876000', '193453.879000', '193453.882000', '193453.884000', '193453.887000', '193453.889000', '193453.892000', '193453.895000', '193453.898000', '193453.901000', '193453.903000', '193453.906000', '193513.796000', '193513.799000', '193513.801000', '193513.804000', '193513.806000', '193513.809000', '193513.812000', '193513.815000', '193513.817000', '193513.820000', '193513.822000', '193513.825000', '193513.828000', '193513.830000', '193513.833000', '193513.835000', '193513.838000', '193513.841000', '193513.843000', '193513.846000', '193513.849000', '193513.851000', '193513.854000', '193513.856000', '193513.859000', '193513.862000', '193513.864000', '193513.867000', '193513.869000', '193513.872000', '193513.875000', '193513.877000', '193513.880000', '193513.882000', '193513.885000', '193513.888000', '193513.890000', '193513.893000', '193513.895000', '193513.898000', '193513.900000', '193513.903000', '193513.906000', '193533.796000', '193533.798000', '193533.801000', '193533.803000', '193533.806000', '193533.809000', '193533.818000', '193533.820000', '193533.823000', '193533.825000', '193533.828000', '193533.830000', '193533.833000', '193533.836000', '193533.838000', '193533.841000', '193533.843000', '193533.846000', '193533.849000', '193533.851000', '193533.854000', '193533.856000', '193533.859000', '193533.862000', '193533.864000', '193533.867000', '193533.869000', '193533.872000', '193533.875000', '193533.877000', '193533.880000', '193533.882000', '193533.885000', '193533.888000', '193533.890000', '193533.893000', '193533.895000', '193533.898000', '193533.901000', '193533.903000', '193533.906000', '193533.909000', '193533.911000', '193533.914000', '193553.797000', '193553.799000', '193553.802000', '193553.805000', '193553.808000', '193553.810000', '193553.813000', '193553.815000', '193553.818000', '193553.821000', '193553.823000', '193553.826000', '193553.828000', '193553.831000', '193553.834000', '193553.836000', '193553.839000', '193553.841000', '193553.844000', '193553.847000', '193553.849000', '193553.852000', '193553.854000', '193553.857000', '193553.860000', '193553.862000', '193553.865000', '193553.867000', '193553.870000', '193553.872000', '193553.875000', '193553.878000', '193553.880000', '193553.883000', '193553.885000', '193553.888000', '193553.891000', '193553.893000', '193553.896000', '193553.898000', '193553.901000', '193553.904000', '193553.906000', '193553.909000', '193613.796000', '193613.799000', '193613.802000', '193613.805000', '193613.807000', '193613.810000', '193613.812000', '193613.815000', '193613.817000', '193613.820000', '193613.823000', '193613.825000', '193613.828000', '193613.830000', '193613.833000', '193613.836000', '193613.838000', '193613.841000', '193613.843000', '193613.846000', '193613.848000', '193613.851000', '193613.854000', '193613.856000', '193613.859000', '193613.861000', '193613.864000', '193613.867000', '193613.869000', '193613.872000', '193613.874000', '193613.877000', '193613.880000', '193613.882000', '193613.885000', '193613.887000', '193613.890000', '193613.892000', '193613.895000', '193613.898000', '193613.900000', '193613.903000', '193613.905000', '193633.795000', '193633.798000', '193633.801000', '193633.804000', '193633.806000', '193633.809000', '193633.812000', '193633.814000', '193633.817000', '193633.819000', '193633.822000', '193633.825000', '193633.827000', '193633.830000', '193633.832000', '193633.835000', '193633.838000', '193633.841000', '193633.844000', '193633.847000', '193633.850000', '193633.852000', '193633.855000', '193633.857000', '193633.860000', '193633.863000', '193633.865000', '193633.868000', '193633.870000', '193633.873000', '193633.885000', '193633.887000', '193633.890000', '193633.893000', '193633.895000', '193633.898000', '193633.900000', '193633.903000', '193633.906000', '193633.908000', '193633.911000', '193633.913000', '193633.916000', '193653.795000', '193653.798000', '193653.801000', '193653.804000', '193653.806000', '193653.809000', '193653.811000', '193653.814000', '193653.817000', '193653.819000', '193653.822000', '193653.824000', '193653.827000', '193653.829000', '193653.832000', '193653.834000', '193653.837000', '193653.840000', '193653.842000', '193653.845000', '193653.847000', '193653.850000', '193653.853000', '193653.855000', '193653.858000', '193653.860000', '193653.863000', '193653.865000', '193653.868000', '193653.870000', '193653.873000', '193653.876000', '193653.878000', '193653.881000', '193653.883000', '193653.886000', '193653.888000', '193653.891000', '193653.894000', '193653.896000', '193653.899000', '193653.901000', '193653.904000', '193653.906000', '193713.795000', '193713.798000', '193713.801000', '193713.804000', '193713.806000', '193713.809000', '193713.811000', '193713.814000', '193713.817000', '193713.819000', '193713.822000', '193713.824000', '193713.827000', '193713.830000', '193713.832000', '193713.835000', '193713.837000', '193713.840000', '193713.843000', '193713.845000', '193713.848000', '193713.850000', '193713.853000', '193713.856000', '193713.858000', '193713.861000', '193713.863000', '193713.866000', '193713.868000', '193713.871000', '193713.874000', '193713.876000', '193713.879000', '193713.881000', '193713.884000', '193713.887000', '193713.889000', '193713.892000', '193713.895000', '193713.897000', '193713.900000', '193713.902000', '193713.905000', '193713.908000', '193733.796000', '193733.799000', '193733.801000', '193733.804000', '193733.806000', '193733.809000', '193733.812000', '193733.814000', '193733.817000', '193733.819000', '193733.822000', '193733.824000', '193733.827000', '193733.830000', '193733.832000', '193733.835000', '193733.837000', '193733.840000', '193733.842000', '193733.845000', '193733.848000', '193733.850000', '193733.853000', '193733.855000', '193733.858000', '193733.861000', '193733.863000', '193733.866000', '193733.868000', '193733.871000', '193733.874000', '193733.876000', '193733.879000', '193733.881000', '193733.884000', '193733.886000', '193733.889000', '193733.892000', '193733.894000', '193733.897000', '193733.899000', '193733.902000', '193733.905000', '193753.796000', '193753.799000', '193753.801000', '193753.804000', '193753.806000', '193753.809000', '193753.812000', '193753.814000', '193753.817000', '193753.820000', '193753.822000', '193753.825000', '193753.827000', '193753.830000', '193753.833000', '193753.835000', '193753.838000', '193753.841000', '193753.843000', '193753.846000', '193753.848000', '193753.851000', '193753.853000', '193753.856000', '193753.859000', '193753.861000', '193753.864000', '193753.867000', '193753.869000', '193753.872000', '193753.874000', '193753.877000', '193753.880000', '193753.882000', '193753.885000', '193753.887000', '193753.890000', '193753.893000', '193753.895000', '193753.898000', '193753.901000', '193753.903000', '193753.906000', '193813.797000', '193813.799000', '193813.802000', '193813.805000', '193813.807000', '193813.810000', '193813.813000', '193813.815000', '193813.818000', '193813.820000', '193813.823000', '193813.825000', '193813.828000', '193813.831000', '193813.833000', '193813.836000', '193813.838000', '193813.841000', '193813.844000', '193813.846000', '193813.849000', '193813.852000', '193813.854000', '193813.857000', '193813.859000', '193813.862000', '193813.865000', '193813.867000', '193813.870000', '193813.872000', '193813.875000', '193813.878000', '193813.880000', '193813.883000', '193813.885000', '193813.888000', '193813.891000', '193813.893000', '193813.896000', '193813.898000', '193813.901000', '193813.904000', '193813.906000', '193813.909000', '193833.797000', '193833.800000', '193833.802000', '193833.805000', '193833.807000', '193833.810000', '193833.813000', '193833.815000', '193833.818000', '193833.820000', '193833.823000', '193833.826000', '193833.828000', '193833.832000', '193833.835000', '193833.838000', '193833.840000', '193833.843000', '193833.846000', '193833.848000', '193833.851000', '193833.855000', '193833.858000', '193833.861000', '193833.863000', '193833.866000', '193833.868000', '193833.871000', '193833.874000', '193833.876000', '193833.879000', '193833.881000', '193833.884000', '193833.887000', '193833.890000', '193833.892000', '193833.895000', '193833.898000', '193833.900000', '193833.903000', '193833.905000', '193833.908000', '193833.911000', '193833.913000', '193853.795000', '193853.798000', '193853.801000', '193853.804000', '193853.806000', '193853.809000', '193853.812000', '193853.814000', '193853.817000', '193853.819000', '193853.822000', '193853.825000', '193853.827000', '193853.830000', '193853.832000', '193853.835000', '193853.838000', '193853.840000', '193853.843000', '193853.845000', '193853.848000', '193853.851000', '193853.853000', '193853.856000', '193853.858000', '193853.861000', '193853.864000', '193853.866000', '193853.869000', '193853.871000', '193853.874000', '193853.876000', '193853.879000', '193853.882000', '193853.884000', '193853.887000', '193853.889000', '193853.892000', '193853.895000', '193853.897000', '193853.900000', '193853.902000', '193853.905000', '193913.796000', '193913.799000', '193913.802000', '193913.804000', '193913.807000', '193913.809000', '193913.812000', '193913.815000', '193913.817000', '193913.820000', '193913.823000', '193913.825000', '193913.828000', '193913.830000', '193913.833000', '193913.835000', '193913.838000', '193913.841000', '193913.843000', '193913.846000', '193913.848000', '193913.851000', '193913.854000', '193913.856000', '193913.859000', '193913.861000', '193913.864000', '193913.867000', '193913.869000', '193913.872000', '193913.874000', '193913.877000', '193913.880000', '193913.882000', '193913.885000', '193913.887000', '193913.890000', '193913.892000', '193913.895000', '193913.898000', '193913.900000', '193913.903000', '193913.905000', '193927.136000', '193927.139000', '193927.142000', '193927.144000', '193927.147000', '193927.150000', '193927.152000', '193927.155000', '193927.158000', '193927.188000', '193927.191000', '193927.193000', '193927.196000', '193927.199000', '193927.202000', '193927.204000', '193927.207000', '193927.210000', '193927.212000', '193927.215000', '193927.218000', '193927.220000', '193927.223000', '193927.225000', '193927.228000', '193927.231000', '193927.233000', '193927.236000', '193927.239000', '193927.241000'], 'InstanceCreationTime': ['193313.826000', '193313.829000', '193313.832000', '193313.835000', '193313.838000', '193313.840000', '193313.843000', '193313.845000', '193313.848000', '193313.850000', '193313.853000', '193313.865000', '193313.867000', '193313.870000', '193313.872000', '193313.875000', '193313.878000', '193313.880000', '193313.883000', '193313.885000', '193313.888000', '193313.890000', '193313.893000', '193313.896000', '193313.898000', '193313.901000', '193313.903000', '193313.906000', '193313.909000', '193313.911000', '193313.914000', '193313.916000', '193313.919000', '193313.922000', '193313.924000', '193313.927000', '193313.929000', '193313.932000', '193313.935000', '193313.937000', '193313.940000', '193313.943000', '193313.945000', '193313.948000', '193313.950000', '193313.953000', '193313.955000', '193313.958000', '193313.961000', '193313.971000', '193313.973000', '193313.976000', '193313.978000', '193313.981000', '193313.984000', '193313.986000', '193313.989000', '193313.991000', '193313.994000', '193313.996000', '193333.797000', '193333.799000', '193333.802000', '193333.804000', '193333.807000', '193333.810000', '193333.812000', '193333.815000', '193333.817000', '193333.853000', '193333.856000', '193333.868000', '193333.871000', '193333.873000', '193333.876000', '193333.879000', '193333.881000', '193333.884000', '193333.886000', '193333.889000', '193333.891000', '193333.894000', '193333.896000', '193333.899000', '193333.902000', '193333.904000', '193333.907000', '193333.909000', '193333.913000', '193333.915000', '193333.918000', '193333.921000', '193333.923000', '193333.926000', '193333.928000', '193333.931000', '193333.933000', '193333.936000', '193333.939000', '193333.941000', '193333.944000', '193333.946000', '193333.949000', '193353.796000', '193353.799000', '193353.802000', '193353.805000', '193353.807000', '193353.810000', '193353.812000', '193353.815000', '193353.818000', '193353.820000', '193353.823000', '193353.825000', '193353.828000', '193353.831000', '193353.833000', '193353.836000', '193353.838000', '193353.841000', '193353.844000', '193353.846000', '193353.849000', '193353.852000', '193353.854000', '193353.857000', '193353.859000', '193353.862000', '193353.865000', '193353.867000', '193353.870000', '193353.872000', '193353.875000', '193353.877000', '193353.880000', '193353.883000', '193353.885000', '193353.888000', '193353.891000', '193353.893000', '193353.896000', '193353.898000', '193353.901000', '193353.904000', '193353.906000', '193353.909000', '193413.796000', '193413.798000', '193413.801000', '193413.804000', '193413.806000', '193413.809000', '193413.811000', '193413.814000', '193413.816000', '193413.819000', '193413.821000', '193413.824000', '193413.827000', '193413.829000', '193413.832000', '193413.834000', '193413.837000', '193413.840000', '193413.842000', '193413.845000', '193413.847000', '193413.850000', '193413.853000', '193413.855000', '193413.858000', '193413.860000', '193413.863000', '193413.865000', '193413.868000', '193413.871000', '193413.873000', '193413.876000', '193413.878000', '193413.881000', '193413.883000', '193413.886000', '193413.889000', '193413.891000', '193413.894000', '193413.896000', '193413.899000', '193413.902000', '193413.905000', '193433.796000', '193433.799000', '193433.801000', '193433.804000', '193433.806000', '193433.809000', '193433.814000', '193433.816000', '193433.819000', '193433.822000', '193433.824000', '193433.827000', '193433.829000', '193433.832000', '193433.834000', '193433.837000', '193433.839000', '193433.842000', '193433.845000', '193433.847000', '193433.850000', '193433.853000', '193433.855000', '193433.858000', '193433.860000', '193433.863000', '193433.866000', '193433.868000', '193433.871000', '193433.873000', '193433.876000', '193433.878000', '193433.881000', '193433.884000', '193433.886000', '193433.889000', '193433.891000', '193433.894000', '193433.897000', '193433.899000', '193433.902000', '193433.904000', '193433.907000', '193433.909000', '193453.796000', '193453.798000', '193453.801000', '193453.804000', '193453.806000', '193453.809000', '193453.811000', '193453.814000', '193453.817000', '193453.819000', '193453.822000', '193453.824000', '193453.827000', '193453.830000', '193453.832000', '193453.835000', '193453.837000', '193453.840000', '193453.843000', '193453.845000', '193453.848000', '193453.850000', '193453.853000', '193453.856000', '193453.858000', '193453.861000', '193453.863000', '193453.866000', '193453.869000', '193453.871000', '193453.874000', '193453.876000', '193453.879000', '193453.882000', '193453.884000', '193453.887000', '193453.889000', '193453.892000', '193453.895000', '193453.898000', '193453.901000', '193453.903000', '193453.906000', '193513.796000', '193513.799000', '193513.801000', '193513.804000', '193513.806000', '193513.809000', '193513.812000', '193513.815000', '193513.817000', '193513.820000', '193513.822000', '193513.825000', '193513.828000', '193513.830000', '193513.833000', '193513.835000', '193513.838000', '193513.841000', '193513.843000', '193513.846000', '193513.849000', '193513.851000', '193513.854000', '193513.856000', '193513.859000', '193513.862000', '193513.864000', '193513.867000', '193513.869000', '193513.872000', '193513.875000', '193513.877000', '193513.880000', '193513.882000', '193513.885000', '193513.888000', '193513.890000', '193513.893000', '193513.895000', '193513.898000', '193513.900000', '193513.903000', '193513.906000', '193533.796000', '193533.798000', '193533.801000', '193533.803000', '193533.806000', '193533.809000', '193533.818000', '193533.820000', '193533.823000', '193533.825000', '193533.828000', '193533.830000', '193533.833000', '193533.836000', '193533.838000', '193533.841000', '193533.843000', '193533.846000', '193533.849000', '193533.851000', '193533.854000', '193533.856000', '193533.859000', '193533.862000', '193533.864000', '193533.867000', '193533.869000', '193533.872000', '193533.875000', '193533.877000', '193533.880000', '193533.882000', '193533.885000', '193533.888000', '193533.890000', '193533.893000', '193533.895000', '193533.898000', '193533.901000', '193533.903000', '193533.906000', '193533.909000', '193533.911000', '193533.914000', '193553.797000', '193553.799000', '193553.802000', '193553.805000', '193553.808000', '193553.810000', '193553.813000', '193553.815000', '193553.818000', '193553.821000', '193553.823000', '193553.826000', '193553.828000', '193553.831000', '193553.834000', '193553.836000', '193553.839000', '193553.841000', '193553.844000', '193553.847000', '193553.849000', '193553.852000', '193553.854000', '193553.857000', '193553.860000', '193553.862000', '193553.865000', '193553.867000', '193553.870000', '193553.872000', '193553.875000', '193553.878000', '193553.880000', '193553.883000', '193553.885000', '193553.888000', '193553.891000', '193553.893000', '193553.896000', '193553.898000', '193553.901000', '193553.904000', '193553.906000', '193553.909000', '193613.796000', '193613.799000', '193613.802000', '193613.805000', '193613.807000', '193613.810000', '193613.812000', '193613.815000', '193613.817000', '193613.820000', '193613.823000', '193613.825000', '193613.828000', '193613.830000', '193613.833000', '193613.836000', '193613.838000', '193613.841000', '193613.843000', '193613.846000', '193613.848000', '193613.851000', '193613.854000', '193613.856000', '193613.859000', '193613.861000', '193613.864000', '193613.867000', '193613.869000', '193613.872000', '193613.874000', '193613.877000', '193613.880000', '193613.882000', '193613.885000', '193613.887000', '193613.890000', '193613.892000', '193613.895000', '193613.898000', '193613.900000', '193613.903000', '193613.905000', '193633.795000', '193633.798000', '193633.801000', '193633.804000', '193633.806000', '193633.809000', '193633.812000', '193633.814000', '193633.817000', '193633.819000', '193633.822000', '193633.825000', '193633.827000', '193633.830000', '193633.832000', '193633.835000', '193633.838000', '193633.841000', '193633.844000', '193633.847000', '193633.850000', '193633.852000', '193633.855000', '193633.857000', '193633.860000', '193633.863000', '193633.865000', '193633.868000', '193633.870000', '193633.873000', '193633.885000', '193633.887000', '193633.890000', '193633.893000', '193633.895000', '193633.898000', '193633.900000', '193633.903000', '193633.906000', '193633.908000', '193633.911000', '193633.913000', '193633.916000', '193653.795000', '193653.798000', '193653.801000', '193653.804000', '193653.806000', '193653.809000', '193653.811000', '193653.814000', '193653.817000', '193653.819000', '193653.822000', '193653.824000', '193653.827000', '193653.829000', '193653.832000', '193653.834000', '193653.837000', '193653.840000', '193653.842000', '193653.845000', '193653.847000', '193653.850000', '193653.853000', '193653.855000', '193653.858000', '193653.860000', '193653.863000', '193653.865000', '193653.868000', '193653.870000', '193653.873000', '193653.876000', '193653.878000', '193653.881000', '193653.883000', '193653.886000', '193653.888000', '193653.891000', '193653.894000', '193653.896000', '193653.899000', '193653.901000', '193653.904000', '193653.906000', '193713.795000', '193713.798000', '193713.801000', '193713.804000', '193713.806000', '193713.809000', '193713.811000', '193713.814000', '193713.817000', '193713.819000', '193713.822000', '193713.824000', '193713.827000', '193713.830000', '193713.832000', '193713.835000', '193713.837000', '193713.840000', '193713.843000', '193713.845000', '193713.848000', '193713.850000', '193713.853000', '193713.856000', '193713.858000', '193713.861000', '193713.863000', '193713.866000', '193713.868000', '193713.871000', '193713.874000', '193713.876000', '193713.879000', '193713.881000', '193713.884000', '193713.887000', '193713.889000', '193713.892000', '193713.895000', '193713.897000', '193713.900000', '193713.902000', '193713.905000', '193713.908000', '193733.796000', '193733.799000', '193733.801000', '193733.804000', '193733.806000', '193733.809000', '193733.812000', '193733.814000', '193733.817000', '193733.819000', '193733.822000', '193733.824000', '193733.827000', '193733.830000', '193733.832000', '193733.835000', '193733.837000', '193733.840000', '193733.842000', '193733.845000', '193733.848000', '193733.850000', '193733.853000', '193733.855000', '193733.858000', '193733.861000', '193733.863000', '193733.866000', '193733.868000', '193733.871000', '193733.874000', '193733.876000', '193733.879000', '193733.881000', '193733.884000', '193733.886000', '193733.889000', '193733.892000', '193733.894000', '193733.897000', '193733.899000', '193733.902000', '193733.905000', '193753.796000', '193753.799000', '193753.801000', '193753.804000', '193753.806000', '193753.809000', '193753.812000', '193753.814000', '193753.817000', '193753.820000', '193753.822000', '193753.825000', '193753.827000', '193753.830000', '193753.833000', '193753.835000', '193753.838000', '193753.841000', '193753.843000', '193753.846000', '193753.848000', '193753.851000', '193753.853000', '193753.856000', '193753.859000', '193753.861000', '193753.864000', '193753.867000', '193753.869000', '193753.872000', '193753.874000', '193753.877000', '193753.880000', '193753.882000', '193753.885000', '193753.887000', '193753.890000', '193753.893000', '193753.895000', '193753.898000', '193753.901000', '193753.903000', '193753.906000', '193813.797000', '193813.799000', '193813.802000', '193813.805000', '193813.807000', '193813.810000', '193813.813000', '193813.815000', '193813.818000', '193813.820000', '193813.823000', '193813.825000', '193813.828000', '193813.831000', '193813.833000', '193813.836000', '193813.838000', '193813.841000', '193813.844000', '193813.846000', '193813.849000', '193813.852000', '193813.854000', '193813.857000', '193813.859000', '193813.862000', '193813.865000', '193813.867000', '193813.870000', '193813.872000', '193813.875000', '193813.878000', '193813.880000', '193813.883000', '193813.885000', '193813.888000', '193813.891000', '193813.893000', '193813.896000', '193813.898000', '193813.901000', '193813.904000', '193813.906000', '193813.909000', '193833.797000', '193833.800000', '193833.802000', '193833.805000', '193833.807000', '193833.810000', '193833.813000', '193833.815000', '193833.818000', '193833.820000', '193833.823000', '193833.826000', '193833.828000', '193833.832000', '193833.835000', '193833.838000', '193833.840000', '193833.843000', '193833.846000', '193833.848000', '193833.851000', '193833.855000', '193833.858000', '193833.861000', '193833.863000', '193833.866000', '193833.868000', '193833.871000', '193833.874000', '193833.876000', '193833.879000', '193833.881000', '193833.884000', '193833.887000', '193833.890000', '193833.892000', '193833.895000', '193833.898000', '193833.900000', '193833.903000', '193833.905000', '193833.908000', '193833.911000', '193833.913000', '193853.795000', '193853.798000', '193853.801000', '193853.804000', '193853.806000', '193853.809000', '193853.812000', '193853.814000', '193853.817000', '193853.819000', '193853.822000', '193853.825000', '193853.827000', '193853.830000', '193853.832000', '193853.835000', '193853.838000', '193853.840000', '193853.843000', '193853.845000', '193853.848000', '193853.851000', '193853.853000', '193853.856000', '193853.858000', '193853.861000', '193853.864000', '193853.866000', '193853.869000', '193853.871000', '193853.874000', '193853.876000', '193853.879000', '193853.882000', '193853.884000', '193853.887000', '193853.889000', '193853.892000', '193853.895000', '193853.897000', '193853.900000', '193853.902000', '193853.905000', '193913.796000', '193913.799000', '193913.802000', '193913.804000', '193913.807000', '193913.809000', '193913.812000', '193913.815000', '193913.817000', '193913.820000', '193913.823000', '193913.825000', '193913.828000', '193913.830000', '193913.833000', '193913.835000', '193913.838000', '193913.841000', '193913.843000', '193913.846000', '193913.848000', '193913.851000', '193913.854000', '193913.856000', '193913.859000', '193913.861000', '193913.864000', '193913.867000', '193913.869000', '193913.872000', '193913.874000', '193913.877000', '193913.880000', '193913.882000', '193913.885000', '193913.887000', '193913.890000', '193913.892000', '193913.895000', '193913.898000', '193913.900000', '193913.903000', '193913.905000', '193927.136000', '193927.139000', '193927.142000', '193927.144000', '193927.147000', '193927.150000', '193927.152000', '193927.155000', '193927.158000', '193927.188000', '193927.191000', '193927.193000', '193927.196000', '193927.199000', '193927.202000', '193927.204000', '193927.207000', '193927.210000', '193927.212000', '193927.215000', '193927.218000', '193927.220000', '193927.223000', '193927.225000', '193927.228000', '193927.231000', '193927.233000', '193927.236000', '193927.239000', '193927.241000'], '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], 'LargestImagePixelValue': [10769, 8706, 11677, 11217, 12005, 10225, 11295, 10673, 11730, 9899, 12285, 10733, 8757, 10938, 9246, 11286, 10417, 11686, 9953, 11921, 10859, 9981, 10874, 8625, 11317, 9308, 11655, 11417, 9844, 10353, 8077, 10758, 8620, 11545, 10902, 11136, 10535, 9344, 10942, 9365, 11312, 9797, 11537, 9475, 10670, 10712, 12051, 11244, 9932, 11029, 9398, 11655, 9634, 11497, 10434, 11646, 11475, 10349, 10604, 9493, 11280, 10076, 11540, 10320, 11052, 10523, 9303, 10490, 12147, 10427, 12128, 10444, 8812, 10473, 9970, 10995, 9983, 11033, 10070, 11197, 10790, 9096, 10741, 12647, 11158, 9888, 11207, 9677, 11290, 9414, 11202, 10392, 11288, 9915, 11602, 9736, 11380, 9457, 11444, 9128, 11262, 10138, 11542, 11011, 11674, 11059, 11597, 11378, 11797, 10209, 9742, 10384, 10873, 10961, 11760, 10396, 8983, 10821, 9496, 11154, 8515, 11343, 10086, 11243, 10028, 9726, 11012, 9950, 11342, 11834, 11105, 10010, 11098, 9125, 11239, 8623, 11262, 10657, 11622, 11167, 11610, 9567, 11629, 10488, 11749, 10146, 11265, 10998, 11617, 9802, 11776, 10259, 11200, 10992, 9574, 10713, 8790, 10801, 14313, 11036, 14161, 11254, 10526, 11119, 8848, 10999, 9005, 11406, 10020, 11721, 11451, 11844, 10565, 9803, 11169, 9102, 11502, 11059, 11315, 10521, 9377, 10798, 12395, 11052, 11888, 9822, 11913, 10515, 11666, 11347, 11470, 10761, 9358, 11014, 10519, 11818, 10170, 9974, 10662, 9992, 10976, 12484, 10736, 12027, 10230, 11431, 10608, 11661, 10435, 11200, 10733, 9626, 10663, 9714, 11283, 8994, 11007, 10488, 11589, 10093, 11481, 11003, 11950, 9986, 10485, 11108, 8875, 11093, 9701, 11350, 10854, 12106, 10481, 11271, 11250, 10015, 11201, 9674, 11734, 11419, 12136, 10681, 8902, 10581, 10069, 11208, 10128, 11394, 10232, 8657, 10470, 9068, 10980, 8986, 11710, 10698, 9800, 10815, 10069, 9862, 10900, 10714, 12166, 10842, 9754, 11335, 10119, 11676, 10312, 11770, 9967, 8361, 10855, 9747, 11706, 11604, 9086, 11253, 10119, 10808, 10967, 9167, 11178, 10208, 11498, 10203, 9603, 11125, 9594, 11305, 10130, 11542, 9954, 10772, 10997, 12508, 11514, 9835, 11462, 10912, 11662, 11374, 11723, 10268, 11626, 11574, 11012, 10831, 9649, 11267, 9841, 11481, 11065, 10056, 10695, 11768, 10482, 11971, 11613, 9906, 10596, 9333, 11011, 9576, 10998, 8937, 10942, 9474, 11308, 10043, 11403, 9334, 11472, 9663, 11888, 11081, 12070, 10624, 11784, 10003, 11374, 10007, 11560, 10874, 11649, 10493, 10215, 10918, 10882, 11038, 9249, 10657, 9554, 10964, 8979, 11095, 9452, 11466, 10795, 11708, 10519, 10996, 10505, 10023, 11112, 9289, 11101, 10019, 11281, 10793, 11743, 10437, 10975, 10364, 10612, 10877, 11746, 10544, 10692, 10745, 8826, 10662, 8873, 10681, 9086, 10861, 8588, 11049, 10088, 11582, 11287, 11608, 11425, 11612, 11070, 9828, 10827, 9568, 10733, 9773, 10900, 12172, 11456, 11251, 12269, 10510, 10903, 11442, 12453, 10936, 11756, 10567, 11894, 10413, 11763, 10592, 10165, 11661, 10599, 12079, 11291, 13021, 11145, 13991, 11216, 10768, 11868, 11640, 12515, 11625, 12586, 11433, 12606, 11672, 9818, 11572, 10249, 11814, 11473, 9233, 11084, 10077, 11971, 11262, 12350, 12194, 11596, 11413, 9501, 11445, 9686, 11899, 10432, 11753, 11892, 11662, 10164, 9372, 11310, 9701, 11614, 10496, 9162, 11354, 9585, 11708, 10463, 11920, 11958, 12213, 10966, 9492, 11306, 10061, 11560, 10329, 11901, 10354, 11322, 10721, 9801, 11275, 10098, 11781, 10462, 9998, 11072, 11110, 11373, 13181, 11444, 14246, 11011, 9632, 11159, 9429, 11693, 10299, 11692, 11230, 9360, 11158, 9672, 11297, 9952, 11303, 10425, 11391, 10773, 11608, 10058, 12254, 10831, 8107, 11083, 9587, 11175, 9590, 11277, 9626, 11470, 10233, 8546, 10581, 9570, 11809, 10739, 8977, 11229, 10391, 12467, 11776, 12252, 11032, 12382, 11007, 8904, 10830, 9562, 11020, 9024, 11907, 10122, 8737, 10432, 9326, 11106, 9126, 11052, 9437, 11239, 9475, 11648, 8818, 11522, 9722, 11076, 10198, 11368, 8679, 11126, 9557, 11678, 10087, 11804, 10286, 11718, 9898, 11211, 9621, 11568, 10003, 11687, 11188, 11840, 10398, 11828, 10156, 9206, 10243, 9557, 11310, 9749, 12024, 10294, 8662, 10513, 9526, 10580, 12202, 10716, 12520, 11706, 12002, 10041, 11755, 10173, 11915, 11253, 12115, 11614, 8687, 10684, 9218, 10958, 10257, 11924, 11032, 10817, 10984, 8979, 10773, 13642, 11212, 11944, 10938, 11898, 10269, 9847, 10702, 10907, 11031, 12212, 10764, 8735, 10861, 9731, 10683, 8617, 10599, 11422, 10775, 9876, 10527, 11706, 10157, 11416, 9335, 10989, 10830, 11144, 10456, 10966, 10040, 10683, 10095, 10826, 10985, 11127, 8294, 10551, 8885, 10374, 11656, 10343, 11865, 10629, 11695, 10242, 11591, 10114, 11760, 9803, 11470, 8887, 10905, 9712, 10487, 10342, 10506, 9353, 10648, 9625, 10531, 11982, 10808, 12395, 10378, 8117, 10536, 8969, 10693, 9482, 11189, 9761, 11391, 10157, 11071, 9243, 11148, 12800, 11315, 12850, 11195, 11888, 10196, 11760, 11095, 11979, 10398, 11247, 10530, 11196, 10239, 11502, 9836, 11172, 12569, 11120, 9799, 10803, 9900, 10822, 11455, 10862, 11645, 9791, 11067, 10132, 11097, 9698, 11361, 10414, 8839, 11088, 9399, 10859, 10730, 13024, 11870, 11233, 10820, 9169, 10940, 9234, 11632, 10858, 11693, 11197, 10805, 12038, 11845, 10106, 11836, 10488, 10328, 12168, 9741, 11949, 9997, 8580, 10545, 8912, 8196, 10830, 10210, 12862, 11850, 13312, 10688, 13394, 10728, 12061, 11662, 11987, 8452, 11977, 8434, 11808, 9239, 12151, 9871, 12123, 11105, 9650, 11946, 11360, 9289, 11955, 10734, 12498, 11033, 9496, 11977, 11242, 8389, 11567, 10511, 12083, 9964, 12015, 10985, 8557, 11730, 10037, 9877, 11172, 10266, 11407, 10522, 11534, 11800, 11024, 11282, 9425, 12040, 10972, 12256, 10971, 13090, 11229, 10868, 10646, 10936, 9119, 11780, 9659, 12047, 11786, 10833, 11008, 8977, 11890, 10996, 12294, 11943, 13580, 11341, 8585, 12027, 11343, 11756, 10943, 9352, 11241, 11134, 14415, 11174, 9902, 12113, 11144, 11469, 11279, 11395, 9460, 12016, 10404, 9329, 10786, 10439, 11788, 10887, 11729, 11848, 11980, 11346, 10148, 11841, 10729, 11942, 10165, 11719, 10105, 11404, 10208, 11127, 9868, 8017, 10772, 9909, 11595, 10422], 'WindowCenter': [4380.0, 4346.0, 4363.0, 4361.0, 4345.0, 4321.0, 4319.0, 4307.0, 4317.0, 4307.0, 4329.0, 4320.0, 4300.0, 4319.0, 4299.0, 4318.0, 4320.0, 4319.0, 4310.0, 4319.0, 4320.0, 4309.0, 4309.0, 4299.0, 4320.0, 4300.0, 4331.0, 4331.0, 4310.0, 4320.0, 4291.0, 4321.0, 4301.0, 4332.0, 4331.0, 4331.0, 4321.0, 4312.0, 4332.0, 4312.0, 4321.0, 4311.0, 4321.0, 4309.0, 4309.0, 4307.0, 4328.0, 4320.0, 4309.0, 4320.0, 4299.0, 4319.0, 4309.0, 4320.0, 4321.0, 4320.0, 4322.0, 4309.0, 4320.0, 4310.0, 4321.0, 4322.0, 4333.0, 4322.0, 4321.0, 4317.0, 4300.0, 4311.0, 4321.0, 4311.0, 4319.0, 4310.0, 4287.0, 4307.0, 4297.0, 4308.0, 4307.0, 4318.0, 4310.0, 4319.0, 4320.0, 4300.0, 4321.0, 4330.0, 4321.0, 4309.0, 4319.0, 4299.0, 4319.0, 4298.0, 4319.0, 4308.0, 4317.0, 4309.0, 4318.0, 4310.0, 4320.0, 4310.0, 4321.0, 4311.0, 4321.0, 4308.0, 4319.0, 4307.0, 4307.0, 4307.0, 4307.0, 4318.0, 4318.0, 4309.0, 4298.0, 4308.0, 4308.0, 4320.0, 4330.0, 4310.0, 4284.0, 4309.0, 4297.0, 4318.0, 4299.0, 4320.0, 4310.0, 4320.0, 4310.0, 4308.0, 4320.0, 4308.0, 4320.0, 4319.0, 4322.0, 4309.0, 4319.0, 4299.0, 4320.0, 4300.0, 4319.0, 4310.0, 4320.0, 4319.0, 4320.0, 4311.0, 4318.0, 4320.0, 4321.0, 4310.0, 4321.0, 4319.0, 4319.0, 4309.0, 4319.0, 4310.0, 4321.0, 4319.0, 4311.0, 4321.0, 4300.0, 4320.0, 4339.0, 4309.0, 4329.0, 4317.0, 4308.0, 4318.0, 4287.0, 4308.0, 4286.0, 4318.0, 4298.0, 4318.0, 4306.0, 4307.0, 4306.0, 4297.0, 4307.0, 4299.0, 4319.0, 4321.0, 4320.0, 4321.0, 4298.0, 4321.0, 4331.0, 4321.0, 4318.0, 4306.0, 4316.0, 4306.0, 4308.0, 4308.0, 4306.0, 4307.0, 4297.0, 4308.0, 4319.0, 4329.0, 4319.0, 4309.0, 4321.0, 4310.0, 4321.0, 4328.0, 4309.0, 4319.0, 4309.0, 4307.0, 4307.0, 4307.0, 4307.0, 4306.0, 4307.0, 4297.0, 4307.0, 4298.0, 4307.0, 4287.0, 4307.0, 4308.0, 4317.0, 4308.0, 4318.0, 4309.0, 4317.0, 4296.0, 4306.0, 4304.0, 4295.0, 4315.0, 4297.0, 4316.0, 4307.0, 4316.0, 4307.0, 4308.0, 4318.0, 4296.0, 4307.0, 4295.0, 4306.0, 4306.0, 4314.0, 4307.0, 4285.0, 4320.0, 4296.0, 4306.0, 4305.0, 4316.0, 4307.0, 4288.0, 4307.0, 4297.0, 4318.0, 4298.0, 4318.0, 4307.0, 4307.0, 4316.0, 4309.0, 4310.0, 4318.0, 4309.0, 4317.0, 4307.0, 4296.0, 4307.0, 4296.0, 4306.0, 4297.0, 4318.0, 4297.0, 4285.0, 4305.0, 4296.0, 4316.0, 4319.0, 4296.0, 4319.0, 4309.0, 4319.0, 4321.0, 4309.0, 4319.0, 4321.0, 4320.0, 4308.0, 4298.0, 4319.0, 4299.0, 4309.0, 4308.0, 4316.0, 4298.0, 4306.0, 4308.0, 4327.0, 4318.0, 4297.0, 4318.0, 4308.0, 4317.0, 4317.0, 4318.0, 4309.0, 4318.0, 4306.0, 4305.0, 4307.0, 4296.0, 4317.0, 4309.0, 4319.0, 4320.0, 4309.0, 4320.0, 4320.0, 4310.0, 4319.0, 4320.0, 4298.0, 4308.0, 4297.0, 4309.0, 4297.0, 4309.0, 4300.0, 4320.0, 4309.0, 4318.0, 4310.0, 4319.0, 4299.0, 4321.0, 4310.0, 4320.0, 4318.0, 4318.0, 4308.0, 4307.0, 4295.0, 4307.0, 4296.0, 4306.0, 4307.0, 4316.0, 4307.0, 4306.0, 4319.0, 4319.0, 4320.0, 4299.0, 4309.0, 4308.0, 4320.0, 4298.0, 4319.0, 4298.0, 4321.0, 4320.0, 4317.0, 4307.0, 4306.0, 4307.0, 4297.0, 4307.0, 4297.0, 4319.0, 4307.0, 4321.0, 4319.0, 4319.0, 4308.0, 4307.0, 4308.0, 4305.0, 4308.0, 4317.0, 4308.0, 4306.0, 4320.0, 4297.0, 4309.0, 4297.0, 4308.0, 4296.0, 4318.0, 4287.0, 4318.0, 4308.0, 4318.0, 4318.0, 4318.0, 4319.0, 4318.0, 4319.0, 4297.0, 4306.0, 4297.0, 4307.0, 4307.0, 4320.0, 4342.0, 4335.0, 4323.0, 4332.0, 4318.0, 4319.0, 4319.0, 4342.0, 4318.0, 4316.0, 4309.0, 4318.0, 4308.0, 4330.0, 4320.0, 4320.0, 4331.0, 4320.0, 4319.0, 4310.0, 4317.0, 4295.0, 4314.0, 4293.0, 4280.0, 4291.0, 4291.0, 4291.0, 4290.0, 4288.0, 4279.0, 4288.0, 4278.0, 4267.0, 4279.0, 4279.0, 4290.0, 4290.0, 4268.0, 4287.0, 4280.0, 4300.0, 4292.0, 4302.0, 4304.0, 4293.0, 4303.0, 4283.0, 4304.0, 4284.0, 4304.0, 4306.0, 4318.0, 4317.0, 4305.0, 4295.0, 4295.0, 4317.0, 4309.0, 4318.0, 4319.0, 4309.0, 4319.0, 4305.0, 4319.0, 4310.0, 4319.0, 4320.0, 4317.0, 4309.0, 4297.0, 4305.0, 4296.0, 4317.0, 4309.0, 4319.0, 4307.0, 4319.0, 4320.0, 4310.0, 4331.0, 4322.0, 4332.0, 4323.0, 4322.0, 4321.0, 4320.0, 4321.0, 4331.0, 4333.0, 4340.0, 4308.0, 4298.0, 4306.0, 4287.0, 4319.0, 4309.0, 4318.0, 4318.0, 4298.0, 4319.0, 4298.0, 4318.0, 4309.0, 4319.0, 4307.0, 4317.0, 4307.0, 4304.0, 4308.0, 4318.0, 4317.0, 4288.0, 4321.0, 4312.0, 4320.0, 4299.0, 4319.0, 4310.0, 4320.0, 4322.0, 4312.0, 4333.0, 4324.0, 4342.0, 4333.0, 4312.0, 4332.0, 4322.0, 4345.0, 4333.0, 4320.0, 4308.0, 4305.0, 4295.0, 4285.0, 4306.0, 4296.0, 4306.0, 4284.0, 4316.0, 4308.0, 4286.0, 4318.0, 4298.0, 4320.0, 4310.0, 4318.0, 4298.0, 4319.0, 4309.0, 4320.0, 4299.0, 4320.0, 4299.0, 4321.0, 4309.0, 4320.0, 4288.0, 4319.0, 4298.0, 4317.0, 4309.0, 4319.0, 4308.0, 4319.0, 4309.0, 4319.0, 4297.0, 4306.0, 4296.0, 4316.0, 4317.0, 4318.0, 4309.0, 4320.0, 4307.0, 4310.0, 4320.0, 4309.0, 4330.0, 4321.0, 4343.0, 4322.0, 4302.0, 4323.0, 4311.0, 4322.0, 4331.0, 4311.0, 4331.0, 4320.0, 4318.0, 4297.0, 4306.0, 4297.0, 4306.0, 4319.0, 4319.0, 4318.0, 4284.0, 4307.0, 4297.0, 4318.0, 4320.0, 4331.0, 4322.0, 4321.0, 4321.0, 4311.0, 4322.0, 4329.0, 4319.0, 4320.0, 4309.0, 4317.0, 4308.0, 4295.0, 4308.0, 4307.0, 4318.0, 4328.0, 4319.0, 4288.0, 4307.0, 4297.0, 4308.0, 4288.0, 4309.0, 4320.0, 4320.0, 4308.0, 4310.0, 4319.0, 4309.0, 4317.0, 4286.0, 4306.0, 4308.0, 4306.0, 4296.0, 4306.0, 4296.0, 4307.0, 4296.0, 4306.0, 4308.0, 4308.0, 4287.0, 4308.0, 4298.0, 4309.0, 4319.0, 4309.0, 4320.0, 4309.0, 4318.0, 4308.0, 4307.0, 4307.0, 4318.0, 4309.0, 4319.0, 4299.0, 4322.0, 4309.0, 4320.0, 4309.0, 4320.0, 4309.0, 4320.0, 4309.0, 4318.0, 4319.0, 4318.0, 4329.0, 4308.0, 4276.0, 4307.0, 4286.0, 4307.0, 4295.0, 4319.0, 4308.0, 4319.0, 4307.0, 4318.0, 4297.0, 4308.0, 4317.0, 4307.0, 4316.0, 4305.0, 4304.0, 4292.0, 4304.0, 4305.0, 4315.0, 4297.0, 4306.0, 4306.0, 4316.0, 4307.0, 4317.0, 4297.0, 4308.0, 4317.0, 4308.0, 4294.0, 4307.0, 4295.0, 4304.0, 4307.0, 4308.0, 4315.0, 4295.0, 4317.0, 4308.0, 4318.0, 4307.0, 4330.0, 4329.0, 4311.0, 4330.0, 4312.0, 4320.0, 4320.0, 4331.0, 4321.0, 4308.0, 4307.0, 4297.0, 4307.0, 4297.0, 4317.0, 4308.0, 4331.0, 4334.0, 4332.0, 4330.0, 4319.0, 4308.0, 4344.0, 4322.0, 4322.0, 4341.0, 4310.0, 4328.0, 4321.0, 4309.0, 4333.0, 4326.0, 4316.0, 4335.0, 4323.0, 4322.0, 4310.0, 4309.0, 4285.0, 4306.0, 4282.0, 4282.0, 4281.0, 4278.0, 4234.0, 4265.0, 4233.0, 4277.0, 4256.0, 4288.0, 4270.0, 4301.0, 4291.0, 4282.0, 4302.0, 4304.0, 4283.0, 4304.0, 4293.0, 4316.0, 4307.0, 4297.0, 4305.0, 4307.0, 4277.0, 4319.0, 4310.0, 4331.0, 4311.0, 4319.0, 4308.0, 4289.0, 4319.0, 4311.0, 4309.0, 4321.0, 4322.0, 4333.0, 4323.0, 4333.0, 4333.0, 4321.0, 4320.0, 4299.0, 4331.0, 4322.0, 4332.0, 4323.0, 4331.0, 4310.0, 4310.0, 4309.0, 4321.0, 4300.0, 4332.0, 4311.0, 4319.0, 4320.0, 4307.0, 4308.0, 4288.0, 4319.0, 4307.0, 4319.0, 4320.0, 4329.0, 4319.0, 4288.0, 4320.0, 4318.0, 4318.0, 4320.0, 4299.0, 4319.0, 4320.0, 4329.0, 4308.0, 4297.0, 4319.0, 4306.0, 4306.0, 4308.0, 4308.0, 4284.0, 4306.0, 4296.0, 4286.0, 4307.0, 4308.0, 4319.0, 4319.0, 4331.0, 4332.0, 4319.0, 4319.0, 4308.0, 4319.0, 4308.0, 4318.0, 4297.0, 4319.0, 4308.0, 4308.0, 4308.0, 4308.0, 4310.0, 4286.0, 4321.0, 4322.0, 4333.0, 4322.0], 'WindowWidth': [9668.0, 9612.0, 9627.0, 9619.0, 9589.0, 9545.0, 9540.0, 9520.0, 9532.0, 9519.0, 9551.0, 9541.0, 9513.0, 9539.0, 9512.0, 9536.0, 9540.0, 9537.0, 9526.0, 9539.0, 9541.0, 9525.0, 9524.0, 9512.0, 9539.0, 9513.0, 9556.0, 9558.0, 9528.0, 9543.0, 9504.0, 9544.0, 9516.0, 9562.0, 9559.0, 9561.0, 9545.0, 9536.0, 9561.0, 9535.0, 9546.0, 9530.0, 9545.0, 9524.0, 9524.0, 9519.0, 9549.0, 9541.0, 9525.0, 9541.0, 9512.0, 9537.0, 9524.0, 9540.0, 9544.0, 9543.0, 9545.0, 9525.0, 9541.0, 9528.0, 9543.0, 9548.0, 9563.0, 9548.0, 9542.0, 9536.0, 9513.0, 9529.0, 9544.0, 9529.0, 9539.0, 9525.0, 9490.0, 9517.0, 9504.0, 9523.0, 9522.0, 9537.0, 9528.0, 9541.0, 9541.0, 9513.0, 9542.0, 9554.0, 9543.0, 9524.0, 9537.0, 9509.0, 9537.0, 9505.0, 9536.0, 9520.0, 9533.0, 9524.0, 9535.0, 9527.0, 9539.0, 9525.0, 9543.0, 9528.0, 9543.0, 9520.0, 9536.0, 9518.0, 9517.0, 9517.0, 9518.0, 9534.0, 9533.0, 9522.0, 9509.0, 9522.0, 9522.0, 9542.0, 9556.0, 9527.0, 9485.0, 9522.0, 9506.0, 9535.0, 9509.0, 9542.0, 9527.0, 9542.0, 9527.0, 9523.0, 9541.0, 9522.0, 9538.0, 9539.0, 9547.0, 9524.0, 9537.0, 9511.0, 9539.0, 9512.0, 9539.0, 9527.0, 9541.0, 9539.0, 9540.0, 9530.0, 9536.0, 9541.0, 9543.0, 9526.0, 9544.0, 9537.0, 9538.0, 9525.0, 9538.0, 9528.0, 9545.0, 9541.0, 9529.0, 9542.0, 9514.0, 9543.0, 9566.0, 9525.0, 9552.0, 9533.0, 9519.0, 9534.0, 9491.0, 9521.0, 9488.0, 9535.0, 9505.0, 9536.0, 9516.0, 9516.0, 9514.0, 9503.0, 9519.0, 9511.0, 9540.0, 9543.0, 9540.0, 9543.0, 9511.0, 9542.0, 9556.0, 9545.0, 9535.0, 9517.0, 9529.0, 9516.0, 9521.0, 9521.0, 9515.0, 9518.0, 9506.0, 9521.0, 9538.0, 9552.0, 9539.0, 9526.0, 9543.0, 9527.0, 9545.0, 9551.0, 9524.0, 9536.0, 9524.0, 9517.0, 9516.0, 9518.0, 9518.0, 9516.0, 9519.0, 9504.0, 9518.0, 9508.0, 9520.0, 9492.0, 9519.0, 9521.0, 9532.0, 9520.0, 9536.0, 9523.0, 9531.0, 9501.0, 9515.0, 9511.0, 9502.0, 9528.0, 9504.0, 9530.0, 9519.0, 9530.0, 9517.0, 9522.0, 9535.0, 9502.0, 9517.0, 9498.0, 9514.0, 9514.0, 9524.0, 9518.0, 9487.0, 9542.0, 9502.0, 9514.0, 9513.0, 9530.0, 9520.0, 9494.0, 9520.0, 9506.0, 9534.0, 9508.0, 9535.0, 9518.0, 9519.0, 9530.0, 9524.0, 9528.0, 9538.0, 9525.0, 9533.0, 9517.0, 9502.0, 9518.0, 9502.0, 9518.0, 9504.0, 9534.0, 9503.0, 9486.0, 9513.0, 9503.0, 9530.0, 9538.0, 9505.0, 9537.0, 9525.0, 9538.0, 9543.0, 9527.0, 9542.0, 9545.0, 9542.0, 9522.0, 9506.0, 9535.0, 9509.0, 9524.0, 9519.0, 9530.0, 9506.0, 9517.0, 9521.0, 9547.0, 9533.0, 9505.0, 9532.0, 9519.0, 9530.0, 9530.0, 9535.0, 9524.0, 9533.0, 9514.0, 9512.0, 9517.0, 9501.0, 9533.0, 9525.0, 9540.0, 9541.0, 9526.0, 9541.0, 9539.0, 9525.0, 9538.0, 9539.0, 9507.0, 9521.0, 9504.0, 9523.0, 9505.0, 9524.0, 9512.0, 9542.0, 9525.0, 9536.0, 9526.0, 9538.0, 9510.0, 9543.0, 9526.0, 9542.0, 9533.0, 9533.0, 9519.0, 9516.0, 9498.0, 9516.0, 9501.0, 9515.0, 9516.0, 9528.0, 9519.0, 9518.0, 9537.0, 9538.0, 9540.0, 9510.0, 9525.0, 9522.0, 9540.0, 9508.0, 9538.0, 9508.0, 9543.0, 9540.0, 9534.0, 9518.0, 9514.0, 9518.0, 9503.0, 9519.0, 9506.0, 9538.0, 9519.0, 9543.0, 9538.0, 9540.0, 9520.0, 9517.0, 9520.0, 9514.0, 9519.0, 9532.0, 9522.0, 9517.0, 9541.0, 9508.0, 9523.0, 9505.0, 9522.0, 9503.0, 9534.0, 9491.0, 9533.0, 9520.0, 9534.0, 9536.0, 9535.0, 9538.0, 9534.0, 9537.0, 9505.0, 9516.0, 9503.0, 9518.0, 9518.0, 9541.0, 9577.0, 9571.0, 9549.0, 9559.0, 9536.0, 9538.0, 9539.0, 9576.0, 9536.0, 9530.0, 9526.0, 9535.0, 9520.0, 9555.0, 9542.0, 9541.0, 9557.0, 9542.0, 9537.0, 9526.0, 9531.0, 9497.0, 9522.0, 9490.0, 9468.0, 9483.0, 9483.0, 9483.0, 9480.0, 9475.0, 9463.0, 9474.0, 9462.0, 9446.0, 9464.0, 9468.0, 9483.0, 9483.0, 9452.0, 9477.0, 9470.0, 9498.0, 9488.0, 9504.0, 9508.0, 9492.0, 9505.0, 9479.0, 9507.0, 9481.0, 9510.0, 9514.0, 9536.0, 9532.0, 9512.0, 9498.0, 9498.0, 9532.0, 9524.0, 9537.0, 9539.0, 9524.0, 9540.0, 9517.0, 9540.0, 9526.0, 9539.0, 9541.0, 9533.0, 9522.0, 9505.0, 9516.0, 9502.0, 9532.0, 9523.0, 9538.0, 9520.0, 9537.0, 9542.0, 9529.0, 9558.0, 9549.0, 9562.0, 9551.0, 9547.0, 9544.0, 9542.0, 9543.0, 9557.0, 9565.0, 9569.0, 9522.0, 9506.0, 9515.0, 9490.0, 9539.0, 9525.0, 9535.0, 9535.0, 9507.0, 9537.0, 9509.0, 9537.0, 9524.0, 9537.0, 9518.0, 9532.0, 9519.0, 9513.0, 9521.0, 9535.0, 9534.0, 9495.0, 9543.0, 9534.0, 9542.0, 9510.0, 9536.0, 9528.0, 9541.0, 9545.0, 9536.0, 9567.0, 9554.0, 9577.0, 9567.0, 9535.0, 9562.0, 9550.0, 9587.0, 9565.0, 9539.0, 9519.0, 9510.0, 9498.0, 9483.0, 9514.0, 9502.0, 9515.0, 9485.0, 9530.0, 9519.0, 9489.0, 9535.0, 9510.0, 9541.0, 9529.0, 9538.0, 9509.0, 9539.0, 9524.0, 9540.0, 9511.0, 9539.0, 9510.0, 9542.0, 9525.0, 9542.0, 9495.0, 9536.0, 9509.0, 9533.0, 9525.0, 9539.0, 9520.0, 9541.0, 9524.0, 9537.0, 9504.0, 9515.0, 9502.0, 9528.0, 9531.0, 9534.0, 9526.0, 9540.0, 9522.0, 9529.0, 9542.0, 9528.0, 9556.0, 9547.0, 9577.0, 9550.0, 9522.0, 9549.0, 9532.0, 9548.0, 9558.0, 9531.0, 9557.0, 9540.0, 9534.0, 9504.0, 9516.0, 9505.0, 9514.0, 9539.0, 9538.0, 9534.0, 9485.0, 9519.0, 9508.0, 9537.0, 9541.0, 9558.0, 9548.0, 9546.0, 9545.0, 9530.0, 9545.0, 9552.0, 9538.0, 9541.0, 9525.0, 9532.0, 9519.0, 9500.0, 9522.0, 9520.0, 9536.0, 9550.0, 9538.0, 9495.0, 9520.0, 9506.0, 9522.0, 9495.0, 9525.0, 9542.0, 9542.0, 9523.0, 9527.0, 9538.0, 9523.0, 9533.0, 9488.0, 9518.0, 9521.0, 9517.0, 9500.0, 9516.0, 9500.0, 9517.0, 9501.0, 9516.0, 9522.0, 9522.0, 9494.0, 9522.0, 9508.0, 9524.0, 9537.0, 9525.0, 9540.0, 9525.0, 9534.0, 9520.0, 9517.0, 9519.0, 9535.0, 9525.0, 9537.0, 9511.0, 9549.0, 9525.0, 9541.0, 9527.0, 9541.0, 9525.0, 9541.0, 9524.0, 9536.0, 9538.0, 9536.0, 9553.0, 9523.0, 9476.0, 9516.0, 9488.0, 9520.0, 9502.0, 9537.0, 9522.0, 9538.0, 9519.0, 9534.0, 9505.0, 9521.0, 9533.0, 9520.0, 9528.0, 9512.0, 9510.0, 9493.0, 9508.0, 9512.0, 9525.0, 9505.0, 9516.0, 9518.0, 9531.0, 9520.0, 9532.0, 9504.0, 9522.0, 9532.0, 9521.0, 9498.0, 9518.0, 9501.0, 9512.0, 9519.0, 9520.0, 9528.0, 9501.0, 9532.0, 9521.0, 9538.0, 9522.0, 9555.0, 9554.0, 9531.0, 9556.0, 9534.0, 9543.0, 9542.0, 9559.0, 9543.0, 9521.0, 9516.0, 9504.0, 9518.0, 9504.0, 9531.0, 9521.0, 9560.0, 9568.0, 9563.0, 9555.0, 9539.0, 9523.0, 9583.0, 9547.0, 9550.0, 9573.0, 9528.0, 9551.0, 9545.0, 9531.0, 9572.0, 9565.0, 9549.0, 9569.0, 9549.0, 9546.0, 9522.0, 9518.0, 9475.0, 9510.0, 9469.0, 9468.0, 9464.0, 9456.0, 9390.0, 9434.0, 9390.0, 9454.0, 9427.0, 9473.0, 9449.0, 9497.0, 9486.0, 9475.0, 9502.0, 9505.0, 9477.0, 9506.0, 9490.0, 9526.0, 9517.0, 9502.0, 9511.0, 9513.0, 9474.0, 9537.0, 9525.0, 9554.0, 9528.0, 9535.0, 9519.0, 9494.0, 9536.0, 9529.0, 9523.0, 9544.0, 9546.0, 9562.0, 9548.0, 9561.0, 9559.0, 9540.0, 9541.0, 9509.0, 9556.0, 9543.0, 9557.0, 9546.0, 9555.0, 9526.0, 9525.0, 9523.0, 9542.0, 9511.0, 9559.0, 9529.0, 9539.0, 9537.0, 9516.0, 9519.0, 9492.0, 9536.0, 9517.0, 9538.0, 9539.0, 9550.0, 9535.0, 9493.0, 9538.0, 9534.0, 9534.0, 9538.0, 9511.0, 9538.0, 9537.0, 9550.0, 9519.0, 9503.0, 9534.0, 9512.0, 9513.0, 9520.0, 9518.0, 9481.0, 9512.0, 9499.0, 9486.0, 9517.0, 9520.0, 9536.0, 9538.0, 9559.0, 9559.0, 9536.0, 9535.0, 9519.0, 9535.0, 9518.0, 9533.0, 9504.0, 9537.0, 9521.0, 9519.0, 9520.0, 9520.0, 9526.0, 9491.0, 9541.0, 9547.0, 9563.0, 9547.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.003310656682027649</td></tr>
<tr><td colspan=3>aqi</td><td>0.016782302534562213</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.19308280497117</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.264104018881197</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0642354372779708</td></tr>
<tr><td colspan=3>efc</td><td>0.4606</td></tr>
<tr><td colspan=3>fber</td><td>7896.4111</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08377935454518472</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.723502304147465</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4579669303386766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.377630943312861</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7375624801859697</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2587073675172</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143049</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013225972652435303</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029362445697188377</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.932673406144883</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>33.5198</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5362</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.2186</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>741.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.9964</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.483</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.5942</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3512.7625</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74514.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.3894</td></tr>
<tr><td colspan=3>tsnr</td><td>46.02905621100217</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>