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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-01/func/sub-0073_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5ac7cfc89d71702fef00849e645abab6</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:07:38.797500</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.998207, 0.00850271, -0.0592568, 0.00296173, 0.981635, 0.190746]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0955314</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7780, -7279, 622, -95, -313, 77, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>236.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>63999220-a8e6-401c-9e62-81d9ea24fa9b||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.678115129470825, 0.007946106605231762, -0.16143402457237244, 113.49669647216797], [-0.022812161594629288, 2.633654832839966, 0.5145638585090637, -95.60697937011719], [-0.158981591463089, -0.5117570757865906, 2.6455931663513184, -36.00532531738281], [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': ['190738.797500', '190739.257500', '190739.717500', '190740.177500', '190740.637500', '190741.097500', '190741.557500', '190742.017500', '190742.477500', '190742.937500', '190743.397500', '190743.857500', '190744.317500', '190744.777500', '190745.237500', '190745.697500', '190746.157500', '190746.617500', '190747.077500', '190747.537500', '190747.997500', '190748.457500', '190748.917500', '190749.377500', '190749.837500', '190750.297500', '190750.757500', '190751.217500', '190751.677500', '190752.137500', '190752.597500', '190753.057500', '190753.517500', '190753.977500', '190754.437500', '190754.897500', '190755.357500', '190755.817500', '190756.277500', '190756.737500', '190757.197500', '190757.657500', '190758.117500', '190758.577500', '190759.037500', '190759.497500', '190759.957500', '190800.417500', '190800.877500', '190801.337500', '190801.797500', '190802.257500', '190802.717500', '190803.177500', '190803.637500', '190804.097500', '190804.557500', '190805.017500', '190805.477500', '190805.937500', '190806.397500', '190806.857500', '190807.317500', '190807.777500', '190808.237500', '190808.697500', '190809.157500', '190809.617500', '190810.077500', '190810.537500', '190810.997500', '190811.457500', '190811.917500', '190812.377500', '190812.837500', '190813.297500', '190813.757500', '190814.217500', '190814.677500', '190815.137500', '190815.597500', '190816.057500', '190816.517500', '190816.977500', '190817.437500', '190817.897500', '190818.357500', '190818.817500', '190819.277500', '190819.737500', '190820.197500', '190820.657500', '190821.117500', '190821.577500', '190822.037500', '190822.497500', '190822.957500', '190823.417500', '190823.877500', '190824.337500', '190824.797500', '190825.257500', '190825.717500', '190826.177500', '190826.637500', '190827.097500', '190827.557500', '190828.017500', '190828.477500', '190828.937500', '190829.397500', '190829.857500', '190830.317500', '190830.777500', '190831.237500', '190831.697500', '190832.157500', '190832.617500', '190833.077500', '190833.537500', '190833.997500', '190834.457500', '190834.917500', '190835.377500', '190835.837500', '190836.297500', '190836.757500', '190837.217500', '190837.677500', '190838.137500', '190838.597500', '190839.057500', '190839.517500', '190839.977500', '190840.437500', '190840.897500', '190841.357500', '190841.817500', '190842.277500', '190842.737500', '190843.197500', '190843.657500', '190844.117500', '190844.577500', '190845.037500', '190845.497500', '190845.957500', '190846.417500', '190846.877500', '190847.337500', '190847.797500', '190848.257500', '190848.717500', '190849.177500', '190849.637500', '190850.097500', '190850.557500', '190851.017500', '190851.477500', '190851.937500', '190852.397500', '190852.857500', '190853.317500', '190853.777500', '190854.237500', '190854.697500', '190855.157500', '190855.617500', '190856.077500', '190856.537500', '190856.997500', '190857.457500', '190857.917500', '190858.377500', '190858.837500', '190859.297500', '190859.757500', '190900.217500', '190900.677500', '190901.137500', '190901.597500', '190902.057500', '190902.517500', '190902.977500', '190903.437500', '190903.897500', '190904.357500', '190904.817500', '190905.277500', '190905.737500', '190906.197500', '190906.657500', '190907.117500', '190907.577500', '190908.037500', '190908.497500', '190908.957500', '190909.417500', '190909.877500', '190910.337500', '190910.797500', '190911.257500', '190911.717500', '190912.177500', '190912.637500', '190913.097500', '190913.557500', '190914.017500', '190914.477500', '190914.937500', '190915.397500', '190915.857500', '190916.317500', '190916.777500', '190917.237500', '190917.697500', '190918.157500', '190918.617500', '190919.077500', '190919.537500', '190919.997500', '190920.457500', '190920.917500', '190921.377500', '190921.837500', '190922.297500', '190922.757500', '190923.217500', '190923.677500', '190924.137500', '190924.597500', '190925.057500', '190925.517500', '190925.977500', '190926.437500', '190926.897500', '190927.357500', '190927.817500', '190928.277500', '190928.737500', '190929.197500', '190929.657500', '190930.117500', '190930.577500', '190931.037500', '190931.497500', '190931.957500', '190932.417500', '190932.877500', '190933.337500', '190933.797500', '190934.257500', '190934.717500', '190935.177500', '190935.637500', '190936.097500', '190936.557500', '190937.017500', '190937.477500', '190937.937500', '190938.397500', '190938.857500', '190939.317500', '190939.777500', '190940.237500', '190940.697500', '190941.157500', '190941.617500', '190942.077500', '190942.537500', '190942.997500', '190943.457500', '190943.917500', '190944.377500', '190944.837500', '190945.297500', '190945.757500', '190946.217500', '190946.677500', '190947.137500', '190947.597500', '190948.057500', '190948.517500', '190948.977500', '190949.437500', '190949.897500', '190950.357500', '190950.817500', '190951.277500', '190951.737500', '190952.197500', '190952.657500', '190953.117500', '190953.577500', '190954.037500', '190954.497500', '190954.957500', '190955.417500', '190955.877500', '190956.337500', '190956.797500', '190957.257500', '190957.717500', '190958.177500', '190958.637500', '190959.097500', '190959.557500', '191000.017500', '191000.477500', '191000.937500', '191001.397500', '191001.857500', '191002.317500', '191002.777500', '191003.237500', '191003.697500', '191004.157500', '191004.617500', '191005.077500', '191005.537500', '191005.997500', '191006.457500', '191006.917500', '191007.377500', '191007.837500', '191008.297500', '191008.757500', '191009.217500', '191009.677500', '191010.137500', '191010.597500', '191011.057500', '191011.517500', '191011.977500', '191012.437500', '191012.897500', '191013.357500', '191013.817500', '191014.277500', '191014.737500', '191015.197500', '191015.657500', '191016.117500', '191016.577500', '191017.037500', '191017.497500', '191017.957500', '191018.417500', '191018.877500', '191019.337500', '191019.797500', '191020.257500', '191020.717500', '191021.177500', '191021.637500', '191022.097500', '191022.557500', '191023.017500', '191023.477500', '191023.937500', '191024.397500', '191024.857500', '191025.317500', '191025.777500', '191026.237500', '191026.697500', '191027.157500', '191027.617500', '191028.077500', '191028.537500', '191028.997500', '191029.457500', '191029.917500', '191030.377500', '191030.837500', '191031.297500', '191031.757500', '191032.217500', '191032.677500', '191033.137500', '191033.597500', '191034.057500', '191034.517500', '191034.977500', '191035.437500', '191035.897500', '191036.357500', '191036.817500', '191037.277500', '191037.737500', '191038.197500', '191038.657500', '191039.117500', '191039.577500', '191040.037500', '191040.497500', '191040.957500', '191041.417500', '191041.877500', '191042.337500', '191042.797500', '191043.257500', '191043.717500', '191044.177500', '191044.637500', '191045.097500', '191045.557500', '191046.017500', '191046.477500', '191046.937500', '191047.397500', '191047.857500', '191048.317500', '191048.777500', '191049.237500', '191049.697500', '191050.157500', '191050.617500', '191051.077500', '191051.537500', '191051.997500', '191052.457500', '191052.917500', '191053.377500', '191053.837500', '191054.297500', '191054.757500', '191055.217500', '191055.677500', '191056.137500', '191056.597500', '191057.057500', '191057.517500', '191057.977500', '191058.437500', '191058.897500', '191059.357500', '191059.817500', '191100.277500', '191100.737500', '191101.197500', '191101.657500', '191102.117500', '191102.577500', '191103.037500', '191103.497500', '191103.957500', '191104.417500', '191104.877500', '191105.337500', '191105.797500', '191106.257500', '191106.717500', '191107.177500', '191107.637500', '191108.097500', '191108.557500', '191109.017500', '191109.477500', '191109.937500', '191110.397500', '191110.857500', '191111.317500', '191111.777500', '191112.237500', '191112.697500', '191113.157500', '191113.617500', '191114.077500', '191114.537500', '191114.997500', '191115.457500', '191115.917500', '191116.377500', '191116.837500', '191117.297500', '191117.757500', '191118.217500', '191118.677500', '191119.137500', '191119.597500', '191120.057500', '191120.517500', '191120.977500', '191121.437500', '191121.897500', '191122.357500', '191122.817500', '191123.277500', '191123.737500', '191124.197500', '191124.657500', '191125.117500', '191125.577500', '191126.037500', '191126.497500', '191126.957500', '191127.417500', '191127.877500', '191128.337500', '191128.797500', '191129.257500', '191129.717500', '191130.177500', '191130.637500', '191131.097500', '191131.557500', '191132.017500', '191132.477500', '191132.937500', '191133.397500', '191133.857500', '191134.317500', '191134.777500', '191135.237500', '191135.697500', '191136.157500', '191136.617500', '191137.077500', '191137.537500', '191137.997500', '191138.457500', '191138.917500', '191139.377500', '191139.837500', '191140.297500', '191140.757500', '191141.217500', '191141.677500', '191142.137500', '191142.597500', '191143.057500', '191143.517500', '191143.977500', '191144.437500', '191144.897500', '191145.357500', '191145.817500', '191146.277500', '191146.737500', '191147.197500', '191147.657500', '191148.117500', '191148.577500', '191149.037500', '191149.497500', '191149.957500', '191150.417500', '191150.877500', '191151.337500', '191151.797500', '191152.257500', '191152.717500', '191153.177500', '191153.637500', '191154.097500', '191154.557500', '191155.017500', '191155.477500', '191155.937500', '191156.397500', '191156.857500', '191157.317500', '191157.777500', '191158.237500', '191158.697500', '191159.157500', '191159.617500', '191200.077500', '191200.537500', '191200.997500', '191201.457500', '191201.917500', '191202.377500', '191202.837500', '191203.297500', '191203.757500', '191204.217500', '191204.677500', '191205.137500', '191205.597500', '191206.057500', '191206.517500', '191206.977500', '191207.437500', '191207.897500', '191208.357500', '191208.817500', '191209.277500', '191209.737500', '191210.197500', '191210.657500', '191211.117500', '191211.577500', '191212.037500', '191212.497500', '191212.957500', '191213.417500', '191213.877500', '191214.337500', '191214.797500', '191215.257500', '191215.717500', '191216.177500', '191216.637500', '191217.097500', '191217.557500', '191218.017500', '191218.477500', '191218.937500', '191219.397500', '191219.857500', '191220.317500', '191220.777500', '191221.237500', '191221.697500', '191222.157500', '191222.617500', '191223.077500', '191223.537500', '191223.997500', '191224.457500', '191224.917500', '191225.377500', '191225.837500', '191226.297500', '191226.757500', '191227.217500', '191227.677500', '191228.137500', '191228.597500', '191229.057500', '191229.517500', '191229.977500', '191230.437500', '191230.897500', '191231.357500', '191231.817500', '191232.277500', '191232.737500', '191233.197500', '191233.657500', '191234.117500', '191234.577500', '191235.037500', '191235.497500', '191235.957500', '191236.417500', '191236.877500', '191237.337500', '191237.797500', '191238.257500', '191238.717500', '191239.177500', '191239.637500', '191240.097500', '191240.557500', '191241.017500', '191241.477500', '191241.937500', '191242.397500', '191242.857500', '191243.317500', '191243.777500', '191244.237500', '191244.697500', '191245.157500', '191245.617500', '191246.077500', '191246.537500', '191246.997500', '191247.457500', '191247.917500', '191248.377500', '191248.837500', '191249.297500', '191249.757500', '191250.217500', '191250.677500', '191251.137500', '191251.597500', '191252.057500', '191252.517500', '191252.977500', '191253.437500', '191253.897500', '191254.357500', '191254.817500', '191255.277500', '191255.737500', '191256.197500', '191256.657500', '191257.117500', '191257.577500', '191258.037500', '191258.497500', '191258.957500', '191259.417500', '191259.877500', '191300.337500', '191300.797500', '191301.257500', '191301.717500', '191302.177500', '191302.637500', '191303.097500', '191303.557500', '191304.017500', '191304.477500', '191304.937500', '191305.397500', '191305.857500', '191306.317500', '191306.777500', '191307.237500', '191307.697500', '191308.157500', '191308.617500', '191309.077500', '191309.537500', '191309.997500', '191310.457500', '191310.917500', '191311.377500', '191311.837500', '191312.297500', '191312.757500', '191313.217500', '191313.677500', '191314.137500', '191314.597500', '191315.057500', '191315.517500', '191315.977500', '191316.437500', '191316.897500', '191317.357500', '191317.817500', '191318.277500', '191318.737500', '191319.197500', '191319.657500', '191320.117500', '191320.577500', '191321.037500', '191321.497500', '191321.957500', '191322.417500', '191322.877500', '191323.337500', '191323.797500', '191324.257500', '191324.717500', '191325.177500', '191325.637500', '191326.097500', '191326.557500', '191327.017500', '191327.477500', '191327.937500', '191328.397500', '191328.857500', '191329.317500', '191329.777500', '191330.237500', '191330.697500', '191331.157500', '191331.617500', '191332.077500', '191332.537500', '191332.997500', '191333.457500', '191333.917500', '191334.377500', '191334.837500', '191335.297500', '191335.757500', '191336.217500', '191336.677500', '191337.137500', '191337.597500', '191338.057500', '191338.517500', '191338.977500', '191339.437500', '191339.897500', '191340.357500', '191340.817500', '191341.277500', '191341.737500', '191342.197500', '191342.657500', '191343.117500', '191343.577500', '191344.037500', '191344.497500', '191344.957500', '191345.417500', '191345.877500', '191346.337500', '191346.797500', '191347.257500', '191347.717500', '191348.177500', '191348.637500', '191349.097500', '191349.557500', '191350.017500', '191350.477500', '191350.937500', '191351.397500', '191351.857500', '191352.317500', '191352.777500', '191353.237500', '191353.697500', '191354.157500', '191354.617500', '191355.077500', '191355.537500', '191355.997500', '191356.457500', '191356.917500', '191357.377500', '191357.837500', '191358.297500', '191358.757500', '191359.217500', '191359.677500', '191400.137500', '191400.597500', '191401.057500', '191401.517500', '191401.977500', '191402.437500', '191402.897500', '191403.357500', '191403.817500', '191404.277500', '191404.737500', '191405.197500', '191405.657500', '191406.117500', '191406.577500', '191407.037500', '191407.497500', '191407.957500', '191408.417500', '191408.877500', '191409.337500', '191409.797500', '191410.257500', '191410.717500', '191411.177500', '191411.637500', '191412.097500', '191412.557500', '191413.017500', '191413.477500', '191413.937500', '191414.397500', '191414.857500', '191415.317500', '191415.777500', '191416.237500', '191416.697500', '191417.157500', '191417.617500', '191418.077500', '191418.537500', '191418.997500', '191419.457500'], 'ContentTime': ['190751.835000', '190751.838000', '190751.841000', '190751.843000', '190751.846000', '190751.848000', '190751.851000', '190751.854000', '190751.856000', '190751.866000', '190751.868000', '190751.877000', '190751.879000', '190751.882000', '190751.884000', '190751.887000', '190751.890000', '190751.892000', '190751.895000', '190751.898000', '190751.900000', '190751.903000', '190751.905000', '190751.912000', '190751.915000', '190751.917000', '190811.789000', '190811.792000', '190811.795000', '190811.798000', '190811.800000', '190811.803000', '190811.805000', '190811.808000', '190811.811000', '190811.813000', '190811.816000', '190811.818000', '190811.821000', '190811.841000', '190811.843000', '190811.846000', '190811.862000', '190811.865000', '190811.878000', '190811.881000', '190811.892000', '190811.895000', '190811.897000', '190811.900000', '190811.903000', '190811.905000', '190811.908000', '190811.910000', '190811.913000', '190811.916000', '190811.918000', '190811.921000', '190811.924000', '190811.926000', '190811.929000', '190811.936000', '190811.939000', '190811.941000', '190811.944000', '190811.947000', '190811.949000', '190811.952000', '190811.954000', '190831.791000', '190831.793000', '190831.796000', '190831.799000', '190831.802000', '190831.804000', '190831.807000', '190831.809000', '190831.812000', '190831.815000', '190831.817000', '190831.820000', '190831.822000', '190831.825000', '190831.828000', '190831.830000', '190831.833000', '190831.835000', '190831.838000', '190831.841000', '190831.843000', '190831.846000', '190831.848000', '190831.851000', '190831.854000', '190831.856000', '190831.859000', '190831.861000', '190831.864000', '190831.867000', '190831.869000', '190831.872000', '190831.878000', '190831.880000', '190831.883000', '190831.886000', '190831.888000', '190831.891000', '190831.893000', '190831.896000', '190831.899000', '190831.901000', '190831.904000', '190831.920000', '190851.790000', '190851.793000', '190851.796000', '190851.799000', '190851.801000', '190851.804000', '190851.806000', '190851.809000', '190851.812000', '190851.814000', '190851.817000', '190851.820000', '190851.822000', '190851.825000', '190851.827000', '190851.830000', '190851.833000', '190851.835000', '190851.838000', '190851.840000', '190851.843000', '190851.846000', '190851.848000', '190851.851000', '190851.853000', '190851.856000', '190851.859000', '190851.862000', '190851.864000', '190851.867000', '190851.869000', '190851.872000', '190851.882000', '190851.885000', '190851.887000', '190851.891000', '190851.893000', '190851.896000', '190851.898000', '190851.901000', '190851.903000', '190851.906000', '190851.909000', '190911.790000', '190911.793000', '190911.796000', '190911.799000', '190911.801000', '190911.804000', '190911.807000', '190911.809000', '190911.812000', '190911.814000', '190911.822000', '190911.824000', '190911.827000', '190911.829000', '190911.832000', '190911.835000', '190911.837000', '190911.840000', '190911.842000', '190911.845000', '190911.848000', '190911.850000', '190911.853000', '190911.855000', '190911.858000', '190911.861000', '190911.863000', '190911.866000', '190911.868000', '190911.871000', '190911.874000', '190911.876000', '190911.879000', '190911.881000', '190911.884000', '190911.887000', '190911.889000', '190911.892000', '190911.894000', '190911.897000', '190911.900000', '190911.903000', '190911.906000', '190911.908000', '190931.790000', '190931.793000', '190931.796000', '190931.799000', '190931.801000', '190931.804000', '190931.807000', '190931.809000', '190931.812000', '190931.815000', '190931.817000', '190931.820000', '190931.823000', '190931.825000', '190931.828000', '190931.830000', '190931.833000', '190931.836000', '190931.838000', '190931.842000', '190931.845000', '190931.847000', '190931.850000', '190931.853000', '190931.856000', '190931.858000', '190931.861000', '190931.864000', '190931.866000', '190931.873000', '190931.876000', '190931.879000', '190931.881000', '190931.884000', '190931.887000', '190931.889000', '190931.893000', '190931.895000', '190931.898000', '190931.901000', '190931.903000', '190931.913000', '190931.915000', '190951.790000', '190951.793000', '190951.795000', '190951.798000', '190951.801000', '190951.803000', '190951.806000', '190951.808000', '190951.811000', '190951.814000', '190951.816000', '190951.819000', '190951.822000', '190951.824000', '190951.827000', '190951.830000', '190951.832000', '190951.835000', '190951.837000', '190951.840000', '190951.843000', '190951.845000', '190951.848000', '190951.850000', '190951.853000', '190951.856000', '190951.858000', '190951.865000', '190951.868000', '190951.871000', '190951.873000', '190951.876000', '190951.878000', '190951.881000', '190951.884000', '190951.886000', '190951.889000', '190951.892000', '190951.894000', '190951.897000', '190951.899000', '190951.902000', '190951.905000', '190951.907000', '191011.789000', '191011.792000', '191011.795000', '191011.798000', '191011.800000', '191011.803000', '191011.805000', '191011.808000', '191011.811000', '191011.813000', '191011.816000', '191011.819000', '191011.821000', '191011.824000', '191011.827000', '191011.829000', '191011.832000', '191011.835000', '191011.837000', '191011.840000', '191011.843000', '191011.846000', '191011.849000', '191011.851000', '191011.854000', '191011.857000', '191011.859000', '191011.862000', '191011.865000', '191011.867000', '191011.870000', '191011.872000', '191011.875000', '191011.878000', '191011.880000', '191011.883000', '191011.885000', '191011.888000', '191011.901000', '191011.904000', '191011.906000', '191011.909000', '191011.912000', '191031.791000', '191031.793000', '191031.796000', '191031.799000', '191031.802000', '191031.804000', '191031.807000', '191031.809000', '191031.812000', '191031.815000', '191031.817000', '191031.820000', '191031.823000', '191031.825000', '191031.828000', '191031.830000', '191031.833000', '191031.836000', '191031.838000', '191031.841000', '191031.844000', '191031.846000', '191031.849000', '191031.852000', '191031.854000', '191031.857000', '191031.859000', '191031.862000', '191031.865000', '191031.867000', '191031.870000', '191031.873000', '191031.875000', '191031.878000', '191031.881000', '191031.883000', '191031.886000', '191031.889000', '191031.891000', '191031.894000', '191031.897000', '191031.899000', '191031.902000', '191031.905000', '191051.790000', '191051.793000', '191051.796000', '191051.799000', '191051.802000', '191051.804000', '191051.807000', '191051.810000', '191051.812000', '191051.815000', '191051.818000', '191051.820000', '191051.823000', '191051.825000', '191051.834000', '191051.837000', '191051.839000', '191051.842000', '191051.845000', '191051.847000', '191051.850000', '191051.853000', '191051.855000', '191051.858000', '191051.861000', '191051.863000', '191051.866000', '191051.869000', '191051.871000', '191051.874000', '191051.877000', '191051.880000', '191051.883000', '191051.887000', '191051.889000', '191051.892000', '191051.895000', '191051.898000', '191051.900000', '191051.903000', '191051.906000', '191051.908000', '191051.911000', '191111.790000', '191111.793000', '191111.796000', '191111.799000', '191111.802000', '191111.804000', '191111.807000', '191111.810000', '191111.812000', '191111.815000', '191111.817000', '191111.820000', '191111.823000', '191111.825000', '191111.828000', '191111.831000', '191111.833000', '191111.836000', '191111.838000', '191111.841000', '191111.844000', '191111.846000', '191111.849000', '191111.852000', '191111.854000', '191111.857000', '191111.859000', '191111.862000', '191111.865000', '191111.867000', '191111.870000', '191111.873000', '191111.875000', '191111.878000', '191111.880000', '191111.883000', '191111.886000', '191111.888000', '191111.891000', '191111.894000', '191111.896000', '191111.899000', '191111.902000', '191111.904000', '191131.791000', '191131.794000', '191131.796000', '191131.799000', '191131.802000', '191131.805000', '191131.807000', '191131.810000', '191131.813000', '191131.815000', '191131.818000', '191131.821000', '191131.831000', '191131.833000', '191131.836000', '191131.839000', '191131.841000', '191131.844000', '191131.847000', '191131.849000', '191131.852000', '191131.855000', '191131.857000', '191131.860000', '191131.862000', '191131.865000', '191131.868000', '191131.870000', '191131.873000', '191131.876000', '191131.878000', '191131.881000', '191131.884000', '191131.886000', '191131.889000', '191131.892000', '191131.894000', '191131.897000', '191131.900000', '191131.902000', '191131.905000', '191131.908000', '191131.910000', '191151.791000', '191151.793000', '191151.796000', '191151.827000', '191151.830000', '191151.832000', '191151.835000', '191151.838000', '191151.841000', '191151.843000', '191151.846000', '191151.849000', '191151.851000', '191151.854000', '191151.857000', '191151.859000', '191151.862000', '191151.865000', '191151.867000', '191151.870000', '191151.887000', '191151.890000', '191151.893000', '191151.895000', '191151.898000', '191151.900000', '191151.903000', '191151.906000', '191151.908000', '191151.911000', '191151.914000', '191151.916000', '191151.919000', '191151.922000', '191151.925000', '191151.936000', '191151.938000', '191151.941000', '191151.944000', '191151.946000', '191151.949000', '191151.952000', '191151.954000', '191211.789000', '191211.792000', '191211.795000', '191211.798000', '191211.800000', '191211.803000', '191211.806000', '191211.808000', '191211.811000', '191211.814000', '191211.816000', '191211.819000', '191211.822000', '191211.824000', '191211.827000', '191211.830000', '191211.832000', '191211.835000', '191211.838000', '191211.840000', '191211.843000', '191211.846000', '191211.848000', '191211.851000', '191211.853000', '191211.856000', '191211.859000', '191211.861000', '191211.864000', '191211.867000', '191211.869000', '191211.872000', '191211.874000', '191211.877000', '191211.880000', '191211.882000', '191211.885000', '191211.888000', '191211.890000', '191211.893000', '191211.895000', '191211.898000', '191211.901000', '191211.904000', '191231.790000', '191231.793000', '191231.795000', '191231.798000', '191231.801000', '191231.803000', '191231.806000', '191231.809000', '191231.811000', '191231.814000', '191231.817000', '191231.820000', '191231.822000', '191231.825000', '191231.828000', '191231.830000', '191231.833000', '191231.836000', '191231.839000', '191231.841000', '191231.844000', '191231.847000', '191231.849000', '191231.852000', '191231.854000', '191231.857000', '191231.860000', '191231.862000', '191231.865000', '191231.868000', '191231.871000', '191231.873000', '191231.879000', '191231.882000', '191231.885000', '191231.887000', '191231.890000', '191231.893000', '191231.895000', '191231.898000', '191231.901000', '191231.903000', '191231.906000', '191231.909000', '191251.791000', '191251.794000', '191251.796000', '191251.800000', '191251.802000', '191251.805000', '191251.807000', '191251.810000', '191251.813000', '191251.815000', '191251.818000', '191251.821000', '191251.823000', '191251.826000', '191251.829000', '191251.831000', '191251.834000', '191251.844000', '191251.846000', '191251.849000', '191251.852000', '191251.854000', '191251.857000', '191251.860000', '191251.862000', '191251.865000', '191251.868000', '191251.870000', '191251.873000', '191251.876000', '191251.878000', '191251.881000', '191251.883000', '191251.886000', '191251.889000', '191251.891000', '191251.894000', '191251.897000', '191251.899000', '191251.902000', '191251.905000', '191251.907000', '191251.910000', '191311.791000', '191311.793000', '191311.796000', '191311.799000', '191311.801000', '191311.804000', '191311.807000', '191311.809000', '191311.812000', '191311.815000', '191311.817000', '191311.820000', '191311.823000', '191311.825000', '191311.828000', '191311.831000', '191311.834000', '191311.836000', '191311.839000', '191311.841000', '191311.844000', '191311.847000', '191311.849000', '191311.852000', '191311.855000', '191311.857000', '191311.860000', '191311.862000', '191311.865000', '191311.868000', '191311.879000', '191311.881000', '191311.884000', '191311.887000', '191311.889000', '191311.892000', '191311.895000', '191311.897000', '191311.900000', '191311.902000', '191311.905000', '191311.908000', '191311.910000', '191311.913000', '191331.791000', '191331.794000', '191331.797000', '191331.800000', '191331.802000', '191331.805000', '191331.808000', '191331.810000', '191331.813000', '191331.815000', '191331.818000', '191331.821000', '191331.823000', '191331.826000', '191331.829000', '191331.832000', '191331.834000', '191331.837000', '191331.840000', '191331.842000', '191331.845000', '191331.848000', '191331.850000', '191331.853000', '191331.855000', '191331.858000', '191331.861000', '191331.863000', '191331.866000', '191331.869000', '191331.871000', '191331.874000', '191331.877000', '191331.887000', '191331.889000', '191331.892000', '191331.894000', '191331.897000', '191331.900000', '191331.902000', '191331.905000', '191331.908000', '191331.910000', '191351.791000', '191351.794000', '191351.796000', '191351.799000', '191351.802000', '191351.804000', '191351.807000', '191351.810000', '191351.812000', '191351.815000', '191351.818000', '191351.820000', '191351.823000', '191351.826000', '191351.828000', '191351.831000', '191351.834000', '191351.841000', '191351.843000', '191351.846000', '191351.848000', '191351.851000', '191351.854000', '191351.858000', '191351.861000', '191351.864000', '191351.866000', '191351.869000', '191351.872000', '191351.874000', '191351.877000', '191351.880000', '191351.883000', '191351.885000', '191351.888000', '191351.890000', '191351.893000', '191351.896000', '191351.898000', '191351.901000', '191351.904000', '191351.906000', '191351.909000', '191411.790000', '191411.793000', '191411.796000', '191411.799000', '191411.801000', '191411.804000', '191411.807000', '191411.809000', '191411.812000', '191411.815000', '191411.826000', '191411.829000', '191411.831000', '191411.834000', '191411.837000', '191411.839000', '191411.842000', '191411.844000', '191411.847000', '191411.850000', '191411.852000', '191411.855000', '191411.858000', '191411.861000', '191411.863000', '191411.866000', '191411.868000', '191411.871000', '191411.874000', '191411.876000', '191411.879000', '191411.882000', '191411.884000', '191411.887000', '191411.890000', '191411.892000', '191411.895000', '191411.897000', '191411.900000', '191411.903000', '191411.905000', '191411.908000', '191411.911000', '191411.913000', '191420.736000', '191420.739000', '191420.742000', '191420.744000', '191420.747000', '191420.750000', '191420.753000', '191420.755000', '191420.758000', '191420.761000', '191420.764000', '191420.767000', '191420.770000', '191420.773000', '191420.776000', '191420.779000', '191420.782000', '191420.785000', '191420.788000', '191420.791000'], 'InstanceCreationTime': ['190751.835000', '190751.838000', '190751.841000', '190751.843000', '190751.846000', '190751.848000', '190751.851000', '190751.854000', '190751.856000', '190751.866000', '190751.868000', '190751.877000', '190751.879000', '190751.882000', '190751.884000', '190751.887000', '190751.890000', '190751.892000', '190751.895000', '190751.898000', '190751.900000', '190751.903000', '190751.905000', '190751.912000', '190751.915000', '190751.917000', '190811.789000', '190811.792000', '190811.795000', '190811.798000', '190811.800000', '190811.803000', '190811.805000', '190811.808000', '190811.811000', '190811.813000', '190811.816000', '190811.818000', '190811.821000', '190811.841000', '190811.843000', '190811.846000', '190811.862000', '190811.865000', '190811.878000', '190811.881000', '190811.892000', '190811.895000', '190811.897000', '190811.900000', '190811.903000', '190811.905000', '190811.908000', '190811.910000', '190811.913000', '190811.916000', '190811.918000', '190811.921000', '190811.924000', '190811.926000', '190811.929000', '190811.936000', '190811.939000', '190811.941000', '190811.944000', '190811.947000', '190811.949000', '190811.952000', '190811.954000', '190831.791000', '190831.793000', '190831.796000', '190831.799000', '190831.802000', '190831.804000', '190831.807000', '190831.809000', '190831.812000', '190831.815000', '190831.817000', '190831.820000', '190831.822000', '190831.825000', '190831.828000', '190831.830000', '190831.833000', '190831.835000', '190831.838000', '190831.841000', '190831.843000', '190831.846000', '190831.848000', '190831.851000', '190831.854000', '190831.856000', '190831.859000', '190831.861000', '190831.864000', '190831.867000', '190831.869000', '190831.872000', '190831.878000', '190831.880000', '190831.883000', '190831.886000', '190831.888000', '190831.891000', '190831.893000', '190831.896000', '190831.899000', '190831.901000', '190831.904000', '190831.920000', '190851.790000', '190851.793000', '190851.796000', '190851.799000', '190851.801000', '190851.804000', '190851.806000', '190851.809000', '190851.812000', '190851.814000', '190851.817000', '190851.820000', '190851.822000', '190851.825000', '190851.827000', '190851.830000', '190851.833000', '190851.835000', '190851.838000', '190851.840000', '190851.843000', '190851.846000', '190851.848000', '190851.851000', '190851.853000', '190851.856000', '190851.859000', '190851.862000', '190851.864000', '190851.867000', '190851.869000', '190851.872000', '190851.882000', '190851.885000', '190851.887000', '190851.891000', '190851.893000', '190851.896000', '190851.898000', '190851.901000', '190851.903000', '190851.906000', '190851.909000', '190911.790000', '190911.793000', '190911.796000', '190911.799000', '190911.801000', '190911.804000', '190911.807000', '190911.809000', '190911.812000', '190911.814000', '190911.822000', '190911.824000', '190911.827000', '190911.829000', '190911.832000', '190911.835000', '190911.837000', '190911.840000', '190911.842000', '190911.845000', '190911.848000', '190911.850000', '190911.853000', '190911.855000', '190911.858000', '190911.861000', '190911.863000', '190911.866000', '190911.868000', '190911.871000', '190911.874000', '190911.876000', '190911.879000', '190911.881000', '190911.884000', '190911.887000', '190911.889000', '190911.892000', '190911.894000', '190911.897000', '190911.900000', '190911.903000', '190911.906000', '190911.908000', '190931.790000', '190931.793000', '190931.796000', '190931.799000', '190931.801000', '190931.804000', '190931.807000', '190931.809000', '190931.812000', '190931.815000', '190931.817000', '190931.820000', '190931.823000', '190931.825000', '190931.828000', '190931.830000', '190931.833000', '190931.836000', '190931.838000', '190931.842000', '190931.845000', '190931.847000', '190931.850000', '190931.853000', '190931.856000', '190931.858000', '190931.861000', '190931.864000', '190931.866000', '190931.873000', '190931.876000', '190931.879000', '190931.881000', '190931.884000', '190931.887000', '190931.889000', '190931.893000', '190931.895000', '190931.898000', '190931.901000', '190931.903000', '190931.913000', '190931.915000', '190951.790000', '190951.793000', '190951.795000', '190951.798000', '190951.801000', '190951.803000', '190951.806000', '190951.808000', '190951.811000', '190951.814000', '190951.816000', '190951.819000', '190951.822000', '190951.824000', '190951.827000', '190951.830000', '190951.832000', '190951.835000', '190951.837000', '190951.840000', '190951.843000', '190951.845000', '190951.848000', '190951.850000', '190951.853000', '190951.856000', '190951.858000', '190951.865000', '190951.868000', '190951.871000', '190951.873000', '190951.876000', '190951.878000', '190951.881000', '190951.884000', '190951.886000', '190951.889000', '190951.892000', '190951.894000', '190951.897000', '190951.899000', '190951.902000', '190951.905000', '190951.907000', '191011.789000', '191011.792000', '191011.795000', '191011.798000', '191011.800000', '191011.803000', '191011.805000', '191011.808000', '191011.811000', '191011.813000', '191011.816000', '191011.819000', '191011.821000', '191011.824000', '191011.827000', '191011.829000', '191011.832000', '191011.835000', '191011.837000', '191011.840000', '191011.843000', '191011.846000', '191011.849000', '191011.851000', '191011.854000', '191011.857000', '191011.859000', '191011.862000', '191011.865000', '191011.867000', '191011.870000', '191011.872000', '191011.875000', '191011.878000', '191011.880000', '191011.883000', '191011.885000', '191011.888000', '191011.901000', '191011.904000', '191011.906000', '191011.909000', '191011.912000', '191031.791000', '191031.793000', '191031.796000', '191031.799000', '191031.802000', '191031.804000', '191031.807000', '191031.809000', '191031.812000', '191031.815000', '191031.817000', '191031.820000', '191031.823000', '191031.825000', '191031.828000', '191031.830000', '191031.833000', '191031.836000', '191031.838000', '191031.841000', '191031.844000', '191031.846000', '191031.849000', '191031.852000', '191031.854000', '191031.857000', '191031.859000', '191031.862000', '191031.865000', '191031.867000', '191031.870000', '191031.873000', '191031.875000', '191031.878000', '191031.881000', '191031.883000', '191031.886000', '191031.889000', '191031.891000', '191031.894000', '191031.897000', '191031.899000', '191031.902000', '191031.905000', '191051.790000', '191051.793000', '191051.796000', '191051.799000', '191051.802000', '191051.804000', '191051.807000', '191051.810000', '191051.812000', '191051.815000', '191051.818000', '191051.820000', '191051.823000', '191051.825000', '191051.834000', '191051.837000', '191051.839000', '191051.842000', '191051.845000', '191051.847000', '191051.850000', '191051.853000', '191051.855000', '191051.858000', '191051.861000', '191051.863000', '191051.866000', '191051.869000', '191051.871000', '191051.874000', '191051.877000', '191051.880000', '191051.883000', '191051.887000', '191051.889000', '191051.892000', '191051.895000', '191051.898000', '191051.900000', '191051.903000', '191051.906000', '191051.908000', '191051.911000', '191111.790000', '191111.793000', '191111.796000', '191111.799000', '191111.802000', '191111.804000', '191111.807000', '191111.810000', '191111.812000', '191111.815000', '191111.817000', '191111.820000', '191111.823000', '191111.825000', '191111.828000', '191111.831000', '191111.833000', '191111.836000', '191111.838000', '191111.841000', '191111.844000', '191111.846000', '191111.849000', '191111.852000', '191111.854000', '191111.857000', '191111.859000', '191111.862000', '191111.865000', '191111.867000', '191111.870000', '191111.873000', '191111.875000', '191111.878000', '191111.880000', '191111.883000', '191111.886000', '191111.888000', '191111.891000', '191111.894000', '191111.896000', '191111.899000', '191111.902000', '191111.904000', '191131.791000', '191131.794000', '191131.796000', '191131.799000', '191131.802000', '191131.805000', '191131.807000', '191131.810000', '191131.813000', '191131.815000', '191131.818000', '191131.821000', '191131.831000', '191131.833000', '191131.836000', '191131.839000', '191131.841000', '191131.844000', '191131.847000', '191131.849000', '191131.852000', '191131.855000', '191131.857000', '191131.860000', '191131.862000', '191131.865000', '191131.868000', '191131.870000', '191131.873000', '191131.876000', '191131.878000', '191131.881000', '191131.884000', '191131.886000', '191131.889000', '191131.892000', '191131.894000', '191131.897000', '191131.900000', '191131.902000', '191131.905000', '191131.908000', '191131.910000', '191151.791000', '191151.793000', '191151.796000', '191151.827000', '191151.830000', '191151.832000', '191151.835000', '191151.838000', '191151.841000', '191151.843000', '191151.846000', '191151.849000', '191151.851000', '191151.854000', '191151.857000', '191151.859000', '191151.862000', '191151.865000', '191151.867000', '191151.870000', '191151.887000', '191151.890000', '191151.893000', '191151.895000', '191151.898000', '191151.900000', '191151.903000', '191151.906000', '191151.908000', '191151.911000', '191151.914000', '191151.916000', '191151.919000', '191151.922000', '191151.925000', '191151.936000', '191151.938000', '191151.941000', '191151.944000', '191151.946000', '191151.949000', '191151.952000', '191151.954000', '191211.789000', '191211.792000', '191211.795000', '191211.798000', '191211.800000', '191211.803000', '191211.806000', '191211.808000', '191211.811000', '191211.814000', '191211.816000', '191211.819000', '191211.822000', '191211.824000', '191211.827000', '191211.830000', '191211.832000', '191211.835000', '191211.838000', '191211.840000', '191211.843000', '191211.846000', '191211.848000', '191211.851000', '191211.853000', '191211.856000', '191211.859000', '191211.861000', '191211.864000', '191211.867000', '191211.869000', '191211.872000', '191211.874000', '191211.877000', '191211.880000', '191211.882000', '191211.885000', '191211.888000', '191211.890000', '191211.893000', '191211.895000', '191211.898000', '191211.901000', '191211.904000', '191231.790000', '191231.793000', '191231.795000', '191231.798000', '191231.801000', '191231.803000', '191231.806000', '191231.809000', '191231.811000', '191231.814000', '191231.817000', '191231.820000', '191231.822000', '191231.825000', '191231.828000', '191231.830000', '191231.833000', '191231.836000', '191231.839000', '191231.841000', '191231.844000', '191231.847000', '191231.849000', '191231.852000', '191231.854000', '191231.857000', '191231.860000', '191231.862000', '191231.865000', '191231.868000', '191231.871000', '191231.873000', '191231.879000', '191231.882000', '191231.885000', '191231.887000', '191231.890000', '191231.893000', '191231.895000', '191231.898000', '191231.901000', '191231.903000', '191231.906000', '191231.909000', '191251.791000', '191251.794000', '191251.796000', '191251.800000', '191251.802000', '191251.805000', '191251.807000', '191251.810000', '191251.813000', '191251.815000', '191251.818000', '191251.821000', '191251.823000', '191251.826000', '191251.829000', '191251.831000', '191251.834000', '191251.844000', '191251.846000', '191251.849000', '191251.852000', '191251.854000', '191251.857000', '191251.860000', '191251.862000', '191251.865000', '191251.868000', '191251.870000', '191251.873000', '191251.876000', '191251.878000', '191251.881000', '191251.883000', '191251.886000', '191251.889000', '191251.891000', '191251.894000', '191251.897000', '191251.899000', '191251.902000', '191251.905000', '191251.907000', '191251.910000', '191311.791000', '191311.793000', '191311.796000', '191311.799000', '191311.801000', '191311.804000', '191311.807000', '191311.809000', '191311.812000', '191311.815000', '191311.817000', '191311.820000', '191311.823000', '191311.825000', '191311.828000', '191311.831000', '191311.834000', '191311.836000', '191311.839000', '191311.841000', '191311.844000', '191311.847000', '191311.849000', '191311.852000', '191311.855000', '191311.857000', '191311.860000', '191311.862000', '191311.865000', '191311.868000', '191311.879000', '191311.881000', '191311.884000', '191311.887000', '191311.889000', '191311.892000', '191311.895000', '191311.897000', '191311.900000', '191311.902000', '191311.905000', '191311.908000', '191311.910000', '191311.913000', '191331.791000', '191331.794000', '191331.797000', '191331.800000', '191331.802000', '191331.805000', '191331.808000', '191331.810000', '191331.813000', '191331.815000', '191331.818000', '191331.821000', '191331.823000', '191331.826000', '191331.829000', '191331.832000', '191331.834000', '191331.837000', '191331.840000', '191331.842000', '191331.845000', '191331.848000', '191331.850000', '191331.853000', '191331.855000', '191331.858000', '191331.861000', '191331.863000', '191331.866000', '191331.869000', '191331.871000', '191331.874000', '191331.877000', '191331.887000', '191331.889000', '191331.892000', '191331.894000', '191331.897000', '191331.900000', '191331.902000', '191331.905000', '191331.908000', '191331.910000', '191351.791000', '191351.794000', '191351.796000', '191351.799000', '191351.802000', '191351.804000', '191351.807000', '191351.810000', '191351.812000', '191351.815000', '191351.818000', '191351.820000', '191351.823000', '191351.826000', '191351.828000', '191351.831000', '191351.834000', '191351.841000', '191351.843000', '191351.846000', '191351.848000', '191351.851000', '191351.854000', '191351.858000', '191351.861000', '191351.864000', '191351.866000', '191351.869000', '191351.872000', '191351.874000', '191351.877000', '191351.880000', '191351.883000', '191351.885000', '191351.888000', '191351.890000', '191351.893000', '191351.896000', '191351.898000', '191351.901000', '191351.904000', '191351.906000', '191351.909000', '191411.790000', '191411.793000', '191411.796000', '191411.799000', '191411.801000', '191411.804000', '191411.807000', '191411.809000', '191411.812000', '191411.815000', '191411.826000', '191411.829000', '191411.831000', '191411.834000', '191411.837000', '191411.839000', '191411.842000', '191411.844000', '191411.847000', '191411.850000', '191411.852000', '191411.855000', '191411.858000', '191411.861000', '191411.863000', '191411.866000', '191411.868000', '191411.871000', '191411.874000', '191411.876000', '191411.879000', '191411.882000', '191411.884000', '191411.887000', '191411.890000', '191411.892000', '191411.895000', '191411.897000', '191411.900000', '191411.903000', '191411.905000', '191411.908000', '191411.911000', '191411.913000', '191420.736000', '191420.739000', '191420.742000', '191420.744000', '191420.747000', '191420.750000', '191420.753000', '191420.755000', '191420.758000', '191420.761000', '191420.764000', '191420.767000', '191420.770000', '191420.773000', '191420.776000', '191420.779000', '191420.782000', '191420.785000', '191420.788000', '191420.791000'], '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': [8911, 11314, 9629, 13415, 9803, 15813, 10099, 10862, 21430, 11947, 17744, 9081, 13135, 8249, 10037, 16976, 8520, 12867, 9062, 11102, 8066, 9463, 11648, 8398, 11000, 8812, 11194, 7993, 10111, 9734, 9621, 13877, 9676, 12027, 9043, 11625, 8752, 9782, 13916, 9017, 14702, 8426, 12613, 9051, 10663, 9488, 9305, 14084, 8455, 12249, 9359, 10930, 8429, 10351, 7720, 9116, 18906, 8885, 14944, 10827, 10937, 7878, 9745, 16221, 8480, 13206, 8238, 11874, 7827, 11050, 9034, 9318, 17137, 9485, 13144, 8971, 10255, 19702, 9900, 15891, 10074, 10457, 8839, 9891, 16381, 8634, 10737, 7900, 9185, 9474, 8207, 10997, 8078, 9597, 13297, 8417, 12112, 9075, 10096, 17995, 8960, 13855, 9667, 10256, 17589, 8308, 13012, 8869, 10547, 14375, 8479, 11583, 8610, 10100, 15421, 8548, 11927, 9038, 10318, 16704, 9029, 13534, 9597, 10250, 8268, 9869, 16218, 8803, 11754, 8491, 9647, 8642, 8952, 11085, 8692, 10054, 9874, 8745, 13464, 8518, 10543, 17329, 9209, 13795, 10173, 10995, 14595, 8952, 17271, 9765, 11717, 11804, 9178, 17700, 7863, 10867, 8572, 9558, 13688, 8422, 11021, 8166, 9603, 11726, 8573, 10728, 7994, 9210, 14781, 8936, 11501, 8454, 10453, 8318, 11274, 19318, 14007, 15145, 9063, 10374, 17552, 8877, 14764, 9728, 10625, 8562, 9398, 11487, 8904, 9935, 9457, 8662, 11386, 8162, 10819, 10595, 9330, 12026, 9057, 10310, 11152, 8866, 12526, 8542, 9915, 17666, 8801, 14111, 9204, 11069, 17396, 9654, 14392, 9953, 10287, 7859, 10033, 17122, 8261, 11128, 7999, 9486, 16318, 8365, 12384, 9239, 10143, 16983, 8922, 12305, 8716, 10575, 19519, 11758, 13412, 8567, 9561, 19201, 8397, 12869, 10088, 10043, 9714, 8851, 11636, 8584, 9803, 15658, 8524, 11183, 8114, 9327, 14048, 8394, 11646, 9101, 9582, 15965, 8141, 11605, 8687, 10083, 17610, 9916, 13586, 9219, 10129, 18870, 9034, 13550, 9202, 9779, 9881, 9004, 12131, 8946, 10414, 11950, 8988, 17121, 8582, 12414, 11148, 9971, 17908, 9227, 12194, 8231, 9751, 13023, 9323, 12051, 8615, 11413, 8684, 9817, 10115, 9063, 11409, 8488, 11056, 8375, 9717, 13195, 8433, 12384, 8482, 11401, 13316, 9779, 17462, 11220, 12623, 8495, 9847, 18805, 9233, 12344, 12593, 9426, 12917, 9903, 10577, 8032, 8830, 9553, 8196, 9489, 7836, 11413, 7592, 10755, 17080, 8738, 12380, 9405, 9861, 16620, 8594, 11574, 12330, 9800, 16081, 8924, 12105, 8781, 10173, 18520, 11101, 15248, 9976, 10353, 19500, 8488, 13691, 8590, 9480, 15746, 9205, 11174, 8287, 9479, 12132, 8466, 11418, 8802, 9554, 13108, 8413, 11646, 8562, 9767, 14378, 8382, 12182, 8710, 9901, 18072, 8428, 10658, 7900, 9250, 12255, 8726, 9709, 10778, 8413, 11137, 8374, 9679, 11490, 8406, 11660, 8285, 9949, 15574, 8600, 11971, 8896, 9827, 13551, 8451, 11445, 8329, 9650, 7752, 9018, 13314, 8421, 11369, 14906, 9505, 16386, 8688, 12702, 9719, 9926, 17824, 9748, 11685, 7679, 9684, 16229, 8392, 13165, 8913, 9694, 11907, 9179, 11890, 8274, 10644, 8479, 9160, 16109, 8390, 12894, 9249, 10133, 19227, 10199, 15473, 9791, 10501, 16260, 9060, 13214, 9708, 11108, 8262, 9363, 13728, 8396, 10798, 8138, 9252, 16564, 8273, 11457, 9049, 9733, 17318, 8997, 12253, 8678, 9815, 19614, 9662, 14402, 10435, 11248, 10824, 9368, 13905, 8690, 9904, 11324, 8546, 13948, 8752, 9895, 18409, 9077, 12968, 8654, 9500, 18437, 8412, 12154, 8720, 9983, 8576, 9130, 12096, 8398, 10338, 11733, 9156, 12259, 9141, 11171, 8112, 9909, 16066, 9158, 11480, 8135, 9284, 18473, 8074, 11383, 9871, 9495, 13100, 8449, 10843, 7917, 9719, 12097, 8789, 10875, 8491, 9588, 18733, 9171, 14052, 9459, 10004, 15959, 8815, 14267, 9450, 10294, 8078, 9460, 17064, 7929, 10383, 7856, 9373, 7397, 9460, 8009, 10600, 17567, 10618, 12866, 9397, 10517, 17520, 9336, 13051, 8798, 10108, 17290, 9001, 13912, 10527, 10552, 7987, 9956, 15966, 8572, 10716, 8123, 9538, 15224, 8165, 10963, 8217, 9818, 10732, 8514, 12220, 8406, 10876, 12701, 9563, 15299, 9094, 12195, 10566, 9967, 17861, 9914, 12716, 8647, 9704, 16239, 9146, 11402, 8437, 9247, 17675, 7922, 11021, 8291, 9535, 13083, 8468, 11890, 8478, 9744, 18567, 9027, 12446, 8755, 9539, 16470, 8209, 12906, 8819, 9763, 15072, 8419, 11981, 8338, 9641, 9936, 8806, 16901, 8065, 11890, 9478, 9484, 17874, 8897, 12571, 8807, 9713, 19194, 9082, 12762, 8850, 9440, 13565, 8418, 12476, 9516, 10308, 7865, 9015, 15022, 8559, 11105, 12353, 9109, 16074, 8861, 10346, 18371, 8775, 14268, 10021, 9458, 18279, 8185, 10901, 9901, 9174, 15716, 8599, 11293, 8439, 9567, 13814, 8493, 11532, 8355, 9664, 10960, 8542, 11892, 8532, 9347, 12366, 8449, 16400, 9216, 10327, 19382, 10220, 15289, 10046, 10151, 18655, 8293, 12290, 8380, 9460, 15560, 8087, 10153, 7784, 8868, 11301, 8606, 10171, 7963, 9048, 15271, 8318, 11225, 8588, 9232, 10824, 8501, 13089, 8500, 10070, 13731, 8967, 16570, 8672, 12585, 9230, 9552, 14287, 8280, 11176, 8036, 10522, 10307, 9005, 17020, 11238, 13580, 10782, 10441, 17779, 10120, 13078, 9946, 9151, 17627, 8002, 11081, 9937, 9153, 14785, 8039, 11026, 8218, 9319, 14034, 8252, 12072, 8078, 9464, 11991, 8764, 14045, 10195, 11088, 10354, 9527, 17393, 10691, 9990, 10630, 8429, 15882, 8719, 9975, 11832, 8323, 14138, 8463, 9391, 14801, 7953, 11642, 8763, 9501, 7558, 8918, 13890, 8572, 10925, 8425, 9356, 8515, 8748, 15828, 8837, 9853, 12727, 8571, 16221, 7833, 11492, 9986, 9105, 18527, 9198, 13736, 9074, 9340, 18070, 8449, 14092, 9830, 10671, 12635, 8249, 13133, 8920, 9499, 7544, 8771, 19283, 8506, 14582, 10570, 9687, 18886, 8488, 12359, 8246, 9283, 17116, 8254, 13868, 9626, 9606, 20127, 9226, 15291, 9879, 9679, 17666, 8194, 13334, 8512, 9161, 12473, 8193, 12438, 8243, 9332, 15253, 8383, 11737, 8338, 10068, 7631, 9032, 14664, 8507, 11746, 8480, 10497, 8353, 8873, 19011, 10035, 14155, 9914, 10138, 18143, 9816, 15641, 11284, 10001, 14679, 9268, 11403, 8723, 9852, 7610, 8576, 13483], 'WindowCenter': [4524.0, 4541.0, 4525.0, 4541.0, 4492.0, 4532.0, 4496.0, 4507.0, 4567.0, 4514.0, 4543.0, 4473.0, 4513.0, 4461.0, 4493.0, 4534.0, 4473.0, 4501.0, 4472.0, 4491.0, 4461.0, 4484.0, 4485.0, 4457.0, 4492.0, 4483.0, 4487.0, 4464.0, 4495.0, 4477.0, 4509.0, 4537.0, 4496.0, 4513.0, 4487.0, 4515.0, 4487.0, 4507.0, 4525.0, 4486.0, 4534.0, 4487.0, 4526.0, 4482.0, 4520.0, 4496.0, 4498.0, 4535.0, 4487.0, 4527.0, 4482.0, 4501.0, 4461.0, 4490.0, 4466.0, 4487.0, 4553.0, 4486.0, 4518.0, 4495.0, 4502.0, 4462.0, 4486.0, 4545.0, 4468.0, 4525.0, 4475.0, 4514.0, 4466.0, 4516.0, 4469.0, 4498.0, 4546.0, 4478.0, 4525.0, 4468.0, 4495.0, 4553.0, 4477.0, 4533.0, 4483.0, 4479.0, 4445.0, 4483.0, 4522.0, 4457.0, 4491.0, 4452.0, 4483.0, 4483.0, 4473.0, 4505.0, 4476.0, 4496.0, 4506.0, 4475.0, 4512.0, 4485.0, 4494.0, 4538.0, 4485.0, 4507.0, 4485.0, 4496.0, 4525.0, 4446.0, 4496.0, 4474.0, 4495.0, 4523.0, 4475.0, 4504.0, 4474.0, 4496.0, 4533.0, 4475.0, 4515.0, 4468.0, 4481.0, 4532.0, 4475.0, 4514.0, 4473.0, 4484.0, 4444.0, 4484.0, 4515.0, 4474.0, 4505.0, 4473.0, 4484.0, 4473.0, 4469.0, 4505.0, 4485.0, 4480.0, 4495.0, 4471.0, 4526.0, 4486.0, 4506.0, 4544.0, 4485.0, 4525.0, 4494.0, 4504.0, 4523.0, 4473.0, 4532.0, 4482.0, 4504.0, 4491.0, 4456.0, 4533.0, 4462.0, 4491.0, 4461.0, 4484.0, 4510.0, 4463.0, 4493.0, 4445.0, 4483.0, 4502.0, 4457.0, 4505.0, 4465.0, 4486.0, 4519.0, 4499.0, 4506.0, 4476.0, 4507.0, 4476.0, 4520.0, 4557.0, 4509.0, 4524.0, 4474.0, 4493.0, 4531.0, 4485.0, 4524.0, 4483.0, 4477.0, 4462.0, 4481.0, 4503.0, 4472.0, 4476.0, 4465.0, 4474.0, 4488.0, 4459.0, 4505.0, 4479.0, 4482.0, 4516.0, 4487.0, 4497.0, 4502.0, 4470.0, 4515.0, 4462.0, 4497.0, 4545.0, 4469.0, 4525.0, 4484.0, 4488.0, 4525.0, 4487.0, 4524.0, 4482.0, 4492.0, 4462.0, 4485.0, 4525.0, 4477.0, 4487.0, 4463.0, 4485.0, 4533.0, 4475.0, 4514.0, 4484.0, 4478.0, 4543.0, 4474.0, 4503.0, 4447.0, 4493.0, 4528.0, 4485.0, 4497.0, 4462.0, 4481.0, 4540.0, 4443.0, 4501.0, 4469.0, 4463.0, 4456.0, 4456.0, 4475.0, 4461.0, 4494.0, 4533.0, 4473.0, 4504.0, 4464.0, 4484.0, 4524.0, 4460.0, 4505.0, 4476.0, 4467.0, 4516.0, 4446.0, 4488.0, 4473.0, 4494.0, 4545.0, 4483.0, 4512.0, 4470.0, 4481.0, 4541.0, 4473.0, 4512.0, 4473.0, 4482.0, 4481.0, 4473.0, 4504.0, 4473.0, 4475.0, 4502.0, 4474.0, 4531.0, 4463.0, 4487.0, 4492.0, 4483.0, 4541.0, 4471.0, 4483.0, 4461.0, 4465.0, 4499.0, 4470.0, 4499.0, 4472.0, 4491.0, 4462.0, 4483.0, 4463.0, 4470.0, 4490.0, 4472.0, 4493.0, 4462.0, 4484.0, 4512.0, 4465.0, 4512.0, 4473.0, 4504.0, 4512.0, 4484.0, 4543.0, 4493.0, 4489.0, 4445.0, 4482.0, 4540.0, 4471.0, 4486.0, 4501.0, 4456.0, 4500.0, 4482.0, 4466.0, 4462.0, 4475.0, 4484.0, 4463.0, 4459.0, 4441.0, 4492.0, 4454.0, 4495.0, 4531.0, 4445.0, 4487.0, 4471.0, 4483.0, 4532.0, 4462.0, 4493.0, 4491.0, 4471.0, 4520.0, 4461.0, 4490.0, 4459.0, 4470.0, 4529.0, 4463.0, 4510.0, 4457.0, 4450.0, 4516.0, 4418.0, 4484.0, 4434.0, 4456.0, 4495.0, 4456.0, 4477.0, 4436.0, 4457.0, 4476.0, 4448.0, 4477.0, 4458.0, 4469.0, 4499.0, 4450.0, 4479.0, 4450.0, 4470.0, 4508.0, 4450.0, 4474.0, 4450.0, 4471.0, 4518.0, 4450.0, 4469.0, 4440.0, 4461.0, 4489.0, 4459.0, 4471.0, 4480.0, 4461.0, 4490.0, 4443.0, 4473.0, 4492.0, 4464.0, 4502.0, 4463.0, 4484.0, 4521.0, 4473.0, 4504.0, 4473.0, 4484.0, 4511.0, 4464.0, 4505.0, 4465.0, 4484.0, 4464.0, 4469.0, 4526.0, 4461.0, 4517.0, 4536.0, 4468.0, 4545.0, 4476.0, 4515.0, 4484.0, 4497.0, 4545.0, 4484.0, 4501.0, 4453.0, 4484.0, 4533.0, 4465.0, 4514.0, 4474.0, 4485.0, 4503.0, 4485.0, 4504.0, 4476.0, 4490.0, 4475.0, 4487.0, 4527.0, 4476.0, 4501.0, 4469.0, 4496.0, 4544.0, 4466.0, 4506.0, 4482.0, 4494.0, 4532.0, 4473.0, 4501.0, 4473.0, 4479.0, 4461.0, 4473.0, 4496.0, 4464.0, 4493.0, 4463.0, 4486.0, 4535.0, 4448.0, 4503.0, 4473.0, 4483.0, 4532.0, 4474.0, 4487.0, 4473.0, 4469.0, 4542.0, 4467.0, 4521.0, 4483.0, 4493.0, 4463.0, 4473.0, 4514.0, 4447.0, 4483.0, 4493.0, 4463.0, 4496.0, 4461.0, 4466.0, 4542.0, 4463.0, 4502.0, 4462.0, 4473.0, 4542.0, 4447.0, 4486.0, 4461.0, 4482.0, 4444.0, 4472.0, 4500.0, 4447.0, 4493.0, 4493.0, 4456.0, 4502.0, 4471.0, 4493.0, 4451.0, 4466.0, 4522.0, 4455.0, 4491.0, 4452.0, 4459.0, 4540.0, 4451.0, 4504.0, 4481.0, 4483.0, 4512.0, 4464.0, 4495.0, 4446.0, 4497.0, 4515.0, 4476.0, 4507.0, 4459.0, 4498.0, 4554.0, 4487.0, 4509.0, 4485.0, 4497.0, 4533.0, 4474.0, 4523.0, 4456.0, 4481.0, 4436.0, 4483.0, 4517.0, 4445.0, 4507.0, 4447.0, 4484.0, 4466.0, 4496.0, 4474.0, 4519.0, 4556.0, 4481.0, 4498.0, 4468.0, 4490.0, 4545.0, 4486.0, 4514.0, 4459.0, 4496.0, 4532.0, 4474.0, 4513.0, 4481.0, 4482.0, 4450.0, 4483.0, 4521.0, 4451.0, 4482.0, 4451.0, 4456.0, 4521.0, 4463.0, 4475.0, 4461.0, 4484.0, 4492.0, 4475.0, 4512.0, 4448.0, 4491.0, 4512.0, 4485.0, 4534.0, 4475.0, 4504.0, 4493.0, 4485.0, 4533.0, 4466.0, 4513.0, 4462.0, 4484.0, 4533.0, 4457.0, 4492.0, 4461.0, 4472.0, 4515.0, 4452.0, 4492.0, 4445.0, 4473.0, 4502.0, 4462.0, 4504.0, 4445.0, 4482.0, 4542.0, 4473.0, 4499.0, 4461.0, 4472.0, 4519.0, 4462.0, 4490.0, 4462.0, 4483.0, 4521.0, 4462.0, 4502.0, 4463.0, 4467.0, 4482.0, 4458.0, 4518.0, 4452.0, 4475.0, 4472.0, 4483.0, 4531.0, 4473.0, 4500.0, 4460.0, 4472.0, 4542.0, 4457.0, 4502.0, 4472.0, 4483.0, 4493.0, 4464.0, 4513.0, 4484.0, 4494.0, 4447.0, 4475.0, 4523.0, 4475.0, 4492.0, 4503.0, 4475.0, 4532.0, 4473.0, 4467.0, 4531.0, 4472.0, 4523.0, 4472.0, 4457.0, 4531.0, 4450.0, 4489.0, 4471.0, 4473.0, 4520.0, 4462.0, 4479.0, 4449.0, 4455.0, 4510.0, 4462.0, 4491.0, 4462.0, 4484.0, 4491.0, 4463.0, 4503.0, 4463.0, 4473.0, 4502.0, 4463.0, 4520.0, 4472.0, 4481.0, 4541.0, 4483.0, 4520.0, 4453.0, 4480.0, 4529.0, 4449.0, 4488.0, 4430.0, 4471.0, 4519.0, 4451.0, 4481.0, 4450.0, 4456.0, 4492.0, 4473.0, 4493.0, 4463.0, 4474.0, 4522.0, 4475.0, 4503.0, 4474.0, 4468.0, 4477.0, 4475.0, 4498.0, 4457.0, 4483.0, 4513.0, 4459.0, 4533.0, 4474.0, 4503.0, 4474.0, 4485.0, 4521.0, 4474.0, 4488.0, 4466.0, 4506.0, 4496.0, 4469.0, 4545.0, 4506.0, 4526.0, 4492.0, 4495.0, 4543.0, 4467.0, 4512.0, 4471.0, 4473.0, 4532.0, 4452.0, 4492.0, 4471.0, 4471.0, 4495.0, 4453.0, 4492.0, 4462.0, 4473.0, 4511.0, 4463.0, 4503.0, 4453.0, 4483.0, 4503.0, 4475.0, 4512.0, 4484.0, 4493.0, 4482.0, 4473.0, 4533.0, 4481.0, 4481.0, 4481.0, 4463.0, 4521.0, 4463.0, 4482.0, 4491.0, 4463.0, 4511.0, 4462.0, 4473.0, 4522.0, 4463.0, 4492.0, 4462.0, 4483.0, 4452.0, 4473.0, 4512.0, 4473.0, 4494.0, 4446.0, 4485.0, 4459.0, 4475.0, 4517.0, 4474.0, 4484.0, 4512.0, 4475.0, 4534.0, 4449.0, 4506.0, 4495.0, 4475.0, 4544.0, 4470.0, 4523.0, 4474.0, 4486.0, 4543.0, 4464.0, 4524.0, 4485.0, 4494.0, 4514.0, 4458.0, 4515.0, 4474.0, 4486.0, 4455.0, 4475.0, 4554.0, 4475.0, 4508.0, 4471.0, 4474.0, 4544.0, 4465.0, 4502.0, 4464.0, 4460.0, 4516.0, 4464.0, 4512.0, 4473.0, 4483.0, 4542.0, 4473.0, 4523.0, 4482.0, 4457.0, 4531.0, 4452.0, 4512.0, 4461.0, 4472.0, 4501.0, 4462.0, 4502.0, 4462.0, 4473.0, 4503.0, 4462.0, 4473.0, 4462.0, 4483.0, 4451.0, 4474.0, 4509.0, 4457.0, 4502.0, 4464.0, 4493.0, 4463.0, 4475.0, 4543.0, 4466.0, 4495.0, 4472.0, 4468.0, 4532.0, 4472.0, 4521.0, 4481.0, 4472.0, 4511.0, 4471.0, 4489.0, 4445.0, 4482.0, 4436.0, 4474.0, 4512.0], 'WindowWidth': [9956.0, 9970.0, 9952.0, 9966.0, 9885.0, 9939.0, 9893.0, 9910.0, 9998.0, 9914.0, 9952.0, 9857.0, 9909.0, 9837.0, 9883.0, 9940.0, 9855.0, 9890.0, 9854.0, 9877.0, 9837.0, 9870.0, 9860.0, 9824.0, 9881.0, 9871.0, 9865.0, 9847.0, 9889.0, 9854.0, 9917.0, 9954.0, 9894.0, 9914.0, 9882.0, 9919.0, 9882.0, 9910.0, 9932.0, 9882.0, 9945.0, 9884.0, 9935.0, 9868.0, 9932.0, 9896.0, 9900.0, 9945.0, 9885.0, 9936.0, 9868.0, 9892.0, 9837.0, 9875.0, 9852.0, 9882.0, 9970.0, 9879.0, 9910.0, 9888.0, 9895.0, 9842.0, 9876.0, 9958.0, 9844.0, 9930.0, 9863.0, 9916.0, 9854.0, 9920.0, 9846.0, 9901.0, 9963.0, 9856.0, 9933.0, 9842.0, 9889.0, 9968.0, 9850.0, 9937.0, 9868.0, 9852.0, 9802.0, 9866.0, 9919.0, 9822.0, 9877.0, 9825.0, 9869.0, 9867.0, 9858.0, 9901.0, 9867.0, 9894.0, 9890.0, 9864.0, 9910.0, 9875.0, 9888.0, 9938.0, 9876.0, 9893.0, 9874.0, 9889.0, 9916.0, 9809.0, 9876.0, 9859.0, 9887.0, 9924.0, 9861.0, 9899.0, 9859.0, 9892.0, 9938.0, 9863.0, 9916.0, 9841.0, 9861.0, 9937.0, 9862.0, 9912.0, 9856.0, 9870.0, 9803.0, 9870.0, 9900.0, 9860.0, 9900.0, 9856.0, 9872.0, 9856.0, 9844.0, 9902.0, 9880.0, 9861.0, 9892.0, 9851.0, 9934.0, 9881.0, 9906.0, 9958.0, 9877.0, 9931.0, 9887.0, 9900.0, 9923.0, 9855.0, 9934.0, 9866.0, 9897.0, 9876.0, 9818.0, 9936.0, 9839.0, 9877.0, 9836.0, 9871.0, 9903.0, 9843.0, 9883.0, 9806.0, 9871.0, 9894.0, 9824.0, 9902.0, 9849.0, 9880.0, 9910.0, 9903.0, 9905.0, 9867.0, 9906.0, 9866.0, 9932.0, 9982.0, 9896.0, 9927.0, 9859.0, 9884.0, 9934.0, 9873.0, 9927.0, 9867.0, 9848.0, 9838.0, 9865.0, 9895.0, 9855.0, 9849.0, 9831.0, 9859.0, 9866.0, 9830.0, 9903.0, 9856.0, 9866.0, 9919.0, 9881.0, 9895.0, 9895.0, 9846.0, 9916.0, 9835.0, 9893.0, 9957.0, 9845.0, 9930.0, 9874.0, 9870.0, 9917.0, 9879.0, 9928.0, 9867.0, 9881.0, 9840.0, 9874.0, 9916.0, 9868.0, 9865.0, 9844.0, 9875.0, 9939.0, 9861.0, 9915.0, 9872.0, 9854.0, 9952.0, 9858.0, 9897.0, 9808.0, 9881.0, 9922.0, 9857.0, 9874.0, 9836.0, 9863.0, 9944.0, 9798.0, 9890.0, 9844.0, 9825.0, 9817.0, 9820.0, 9844.0, 9837.0, 9886.0, 9938.0, 9856.0, 9899.0, 9846.0, 9874.0, 9929.0, 9834.0, 9903.0, 9862.0, 9839.0, 9901.0, 9809.0, 9867.0, 9858.0, 9886.0, 9955.0, 9869.0, 9908.0, 9847.0, 9864.0, 9946.0, 9854.0, 9905.0, 9853.0, 9865.0, 9863.0, 9855.0, 9896.0, 9857.0, 9846.0, 9893.0, 9857.0, 9932.0, 9840.0, 9863.0, 9877.0, 9867.0, 9947.0, 9849.0, 9852.0, 9836.0, 9830.0, 9884.0, 9846.0, 9885.0, 9853.0, 9876.0, 9839.0, 9866.0, 9825.0, 9849.0, 9874.0, 9853.0, 9881.0, 9840.0, 9872.0, 9907.0, 9846.0, 9906.0, 9856.0, 9899.0, 9906.0, 9872.0, 9950.0, 9881.0, 9868.0, 9803.0, 9866.0, 9944.0, 9848.0, 9858.0, 9888.0, 9820.0, 9888.0, 9865.0, 9832.0, 9840.0, 9860.0, 9874.0, 9841.0, 9828.0, 9807.0, 9876.0, 9829.0, 9886.0, 9931.0, 9805.0, 9862.0, 9851.0, 9869.0, 9935.0, 9837.0, 9879.0, 9872.0, 9848.0, 9914.0, 9833.0, 9871.0, 9829.0, 9845.0, 9925.0, 9822.0, 9896.0, 9820.0, 9800.0, 9903.0, 9753.0, 9853.0, 9785.0, 9818.0, 9869.0, 9819.0, 9847.0, 9793.0, 9822.0, 9846.0, 9811.0, 9848.0, 9824.0, 9842.0, 9880.0, 9816.0, 9854.0, 9817.0, 9844.0, 9891.0, 9817.0, 9837.0, 9815.0, 9844.0, 9906.0, 9816.0, 9841.0, 9801.0, 9833.0, 9868.0, 9830.0, 9847.0, 9858.0, 9836.0, 9872.0, 9798.0, 9852.0, 9878.0, 9844.0, 9893.0, 9841.0, 9870.0, 9918.0, 9854.0, 9896.0, 9854.0, 9871.0, 9902.0, 9844.0, 9898.0, 9846.0, 9872.0, 9847.0, 9845.0, 9931.0, 9834.0, 9921.0, 9943.0, 9840.0, 9955.0, 9864.0, 9915.0, 9869.0, 9891.0, 9956.0, 9870.0, 9891.0, 9829.0, 9871.0, 9938.0, 9849.0, 9912.0, 9858.0, 9873.0, 9896.0, 9875.0, 9897.0, 9865.0, 9872.0, 9862.0, 9879.0, 9919.0, 9865.0, 9887.0, 9842.0, 9889.0, 9955.0, 9832.0, 9888.0, 9865.0, 9883.0, 9934.0, 9852.0, 9889.0, 9852.0, 9852.0, 9835.0, 9855.0, 9873.0, 9843.0, 9881.0, 9842.0, 9877.0, 9940.0, 9812.0, 9896.0, 9855.0, 9869.0, 9934.0, 9859.0, 9863.0, 9854.0, 9840.0, 9951.0, 9835.0, 9918.0, 9867.0, 9882.0, 9824.0, 9853.0, 9909.0, 9807.0, 9867.0, 9879.0, 9840.0, 9872.0, 9835.0, 9831.0, 9947.0, 9840.0, 9892.0, 9837.0, 9854.0, 9946.0, 9806.0, 9857.0, 9835.0, 9865.0, 9800.0, 9853.0, 9887.0, 9807.0, 9881.0, 9878.0, 9818.0, 9890.0, 9850.0, 9882.0, 9821.0, 9832.0, 9918.0, 9815.0, 9877.0, 9824.0, 9824.0, 9942.0, 9822.0, 9899.0, 9863.0, 9868.0, 9905.0, 9844.0, 9887.0, 9807.0, 9893.0, 9914.0, 9864.0, 9907.0, 9831.0, 9896.0, 9971.0, 9879.0, 9898.0, 9873.0, 9890.0, 9937.0, 9857.0, 9922.0, 9818.0, 9862.0, 9791.0, 9867.0, 9903.0, 9803.0, 9908.0, 9810.0, 9873.0, 9852.0, 9894.0, 9860.0, 9931.0, 9974.0, 9860.0, 9881.0, 9837.0, 9870.0, 9958.0, 9875.0, 9912.0, 9827.0, 9888.0, 9934.0, 9857.0, 9909.0, 9860.0, 9862.0, 9818.0, 9864.0, 9916.0, 9814.0, 9863.0, 9821.0, 9818.0, 9914.0, 9839.0, 9841.0, 9837.0, 9869.0, 9878.0, 9860.0, 9906.0, 9812.0, 9872.0, 9906.0, 9872.0, 9937.0, 9860.0, 9899.0, 9881.0, 9874.0, 9938.0, 9832.0, 9909.0, 9837.0, 9869.0, 9937.0, 9821.0, 9877.0, 9834.0, 9851.0, 9898.0, 9824.0, 9877.0, 9804.0, 9853.0, 9890.0, 9839.0, 9894.0, 9802.0, 9865.0, 9947.0, 9852.0, 9885.0, 9833.0, 9851.0, 9911.0, 9838.0, 9866.0, 9836.0, 9865.0, 9915.0, 9839.0, 9892.0, 9841.0, 9835.0, 9865.0, 9824.0, 9904.0, 9823.0, 9844.0, 9851.0, 9866.0, 9930.0, 9852.0, 9887.0, 9832.0, 9851.0, 9948.0, 9820.0, 9890.0, 9850.0, 9865.0, 9864.0, 9844.0, 9908.0, 9871.0, 9884.0, 9808.0, 9860.0, 9922.0, 9862.0, 9874.0, 9894.0, 9859.0, 9934.0, 9855.0, 9835.0, 9934.0, 9853.0, 9920.0, 9849.0, 9819.0, 9931.0, 9817.0, 9871.0, 9846.0, 9851.0, 9911.0, 9834.0, 9855.0, 9815.0, 9816.0, 9898.0, 9837.0, 9873.0, 9838.0, 9869.0, 9875.0, 9840.0, 9894.0, 9842.0, 9855.0, 9890.0, 9840.0, 9915.0, 9848.0, 9862.0, 9945.0, 9863.0, 9913.0, 9809.0, 9858.0, 9925.0, 9815.0, 9868.0, 9775.0, 9847.0, 9911.0, 9822.0, 9862.0, 9819.0, 9821.0, 9879.0, 9854.0, 9881.0, 9844.0, 9858.0, 9919.0, 9861.0, 9897.0, 9858.0, 9838.0, 9848.0, 9862.0, 9878.0, 9823.0, 9869.0, 9907.0, 9825.0, 9935.0, 9857.0, 9894.0, 9856.0, 9872.0, 9917.0, 9859.0, 9867.0, 9851.0, 9906.0, 9891.0, 9844.0, 9957.0, 9903.0, 9930.0, 9878.0, 9885.0, 9951.0, 9833.0, 9906.0, 9847.0, 9852.0, 9933.0, 9824.0, 9876.0, 9845.0, 9848.0, 9867.0, 9826.0, 9876.0, 9838.0, 9854.0, 9901.0, 9840.0, 9892.0, 9828.0, 9867.0, 9893.0, 9857.0, 9905.0, 9869.0, 9882.0, 9862.0, 9853.0, 9936.0, 9862.0, 9862.0, 9860.0, 9838.0, 9917.0, 9839.0, 9864.0, 9875.0, 9839.0, 9901.0, 9837.0, 9852.0, 9916.0, 9840.0, 9876.0, 9837.0, 9866.0, 9826.0, 9856.0, 9906.0, 9856.0, 9884.0, 9808.0, 9872.0, 9826.0, 9861.0, 9904.0, 9858.0, 9871.0, 9906.0, 9860.0, 9938.0, 9815.0, 9902.0, 9888.0, 9861.0, 9953.0, 9842.0, 9922.0, 9858.0, 9875.0, 9951.0, 9844.0, 9923.0, 9872.0, 9885.0, 9910.0, 9827.0, 9915.0, 9856.0, 9876.0, 9833.0, 9862.0, 9968.0, 9861.0, 9892.0, 9843.0, 9856.0, 9952.0, 9845.0, 9892.0, 9843.0, 9828.0, 9899.0, 9842.0, 9906.0, 9852.0, 9866.0, 9949.0, 9852.0, 9921.0, 9864.0, 9820.0, 9929.0, 9823.0, 9903.0, 9835.0, 9849.0, 9886.0, 9837.0, 9891.0, 9838.0, 9852.0, 9876.0, 9838.0, 9838.0, 9838.0, 9865.0, 9822.0, 9858.0, 9890.0, 9821.0, 9893.0, 9844.0, 9881.0, 9840.0, 9859.0, 9948.0, 9831.0, 9870.0, 9850.0, 9835.0, 9931.0, 9849.0, 9916.0, 9859.0, 9851.0, 9898.0, 9846.0, 9867.0, 9802.0, 9863.0, 9792.0, 9856.0, 9905.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.00030777267508610794</td></tr>
<tr><td colspan=3>aqi</td><td>0.01658701509758898</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.58138280633335</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.187613106068966</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9802891605057477</td></tr>
<tr><td colspan=3>efc</td><td>0.46</td></tr>
<tr><td colspan=3>fber</td><td>7462.0811</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07791759254219631</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2296211251435132</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5601464994477525</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5037655766692133</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.775073752018904</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.401600169655141</td></tr>
<tr><td colspan=3>gcor</td><td>0.00866208</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011613549664616585</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022984111681580544</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.576077725632203</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.9873</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8975</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.7757</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301353.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.5359</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7418</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.2017</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3652.2833</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1089.1749</td></tr>
<tr><td colspan=3>tsnr</td><td>42.68453026260249</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>