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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-01/func/sub-0073_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>906eb2814cb14bb3dbd2f2e2f42f2d79</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:32:27.417500</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>ccb444a3-f2de-44dc-b839-0804fffca6b3||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': ['193227.417500', '193227.877500', '193228.337500', '193228.797500', '193229.257500', '193229.717500', '193230.177500', '193230.637500', '193231.097500', '193231.557500', '193232.017500', '193232.477500', '193232.937500', '193233.397500', '193233.857500', '193234.317500', '193234.777500', '193235.237500', '193235.697500', '193236.157500', '193236.617500', '193237.077500', '193237.537500', '193237.997500', '193238.457500', '193238.917500', '193239.377500', '193239.837500', '193240.297500', '193240.757500', '193241.217500', '193241.677500', '193242.137500', '193242.597500', '193243.057500', '193243.517500', '193243.977500', '193244.437500', '193244.897500', '193245.357500', '193245.817500', '193246.277500', '193246.737500', '193247.197500', '193247.657500', '193248.117500', '193248.577500', '193249.037500', '193249.497500', '193249.957500', '193250.417500', '193250.877500', '193251.337500', '193251.797500', '193252.257500', '193252.717500', '193253.177500', '193253.637500', '193254.097500', '193254.557500', '193255.017500', '193255.477500', '193255.937500', '193256.397500', '193256.857500', '193257.317500', '193257.777500', '193258.237500', '193258.697500', '193259.157500', '193259.617500', '193300.077500', '193300.537500', '193300.997500', '193301.457500', '193301.917500', '193302.377500', '193302.837500', '193303.297500', '193303.757500', '193304.217500', '193304.677500', '193305.137500', '193305.597500', '193306.057500', '193306.517500', '193306.977500', '193307.437500', '193307.897500', '193308.357500', '193308.817500', '193309.277500', '193309.737500', '193310.197500', '193310.657500', '193311.117500', '193311.577500', '193312.037500', '193312.497500', '193312.957500', '193313.417500', '193313.877500', '193314.337500', '193314.797500', '193315.257500', '193315.717500', '193316.177500', '193316.637500', '193317.097500', '193317.557500', '193318.017500', '193318.477500', '193318.937500', '193319.397500', '193319.857500', '193320.317500', '193320.777500', '193321.237500', '193321.697500', '193322.157500', '193322.617500', '193323.077500', '193323.537500', '193323.997500', '193324.457500', '193324.917500', '193325.377500', '193325.837500', '193326.297500', '193326.757500', '193327.217500', '193327.677500', '193328.137500', '193328.597500', '193329.057500', '193329.517500', '193329.977500', '193330.437500', '193330.897500', '193331.357500', '193331.817500', '193332.277500', '193332.737500', '193333.197500', '193333.657500', '193334.117500', '193334.577500', '193335.037500', '193335.497500', '193335.957500', '193336.417500', '193336.877500', '193337.337500', '193337.797500', '193338.257500', '193338.717500', '193339.177500', '193339.637500', '193340.097500', '193340.557500', '193341.017500', '193341.477500', '193341.937500', '193342.397500', '193342.857500', '193343.317500', '193343.777500', '193344.237500', '193344.697500', '193345.157500', '193345.617500', '193346.077500', '193346.537500', '193346.997500', '193347.457500', '193347.917500', '193348.377500', '193348.837500', '193349.297500', '193349.757500', '193350.217500', '193350.677500', '193351.137500', '193351.597500', '193352.057500', '193352.517500', '193352.977500', '193353.437500', '193353.897500', '193354.357500', '193354.817500', '193355.277500', '193355.737500', '193356.197500', '193356.657500', '193357.117500', '193357.577500', '193358.037500', '193358.497500', '193358.957500', '193359.417500', '193359.877500', '193400.337500', '193400.797500', '193401.257500', '193401.717500', '193402.177500', '193402.637500', '193403.097500', '193403.557500', '193404.017500', '193404.477500', '193404.937500', '193405.397500', '193405.857500', '193406.317500', '193406.777500', '193407.237500', '193407.697500', '193408.157500', '193408.617500', '193409.077500', '193409.537500', '193409.997500', '193410.457500', '193410.917500', '193411.377500', '193411.837500', '193412.297500', '193412.757500', '193413.217500', '193413.677500', '193414.137500', '193414.597500', '193415.057500', '193415.517500', '193415.977500', '193416.437500', '193416.897500', '193417.357500', '193417.817500', '193418.277500', '193418.737500', '193419.197500', '193419.657500', '193420.117500', '193420.577500', '193421.037500', '193421.497500', '193421.957500', '193422.417500', '193422.877500', '193423.337500', '193423.797500', '193424.257500', '193424.717500', '193425.177500', '193425.637500', '193426.097500', '193426.557500', '193427.017500', '193427.477500', '193427.937500', '193428.397500', '193428.857500', '193429.317500', '193429.777500', '193430.237500', '193430.697500', '193431.157500', '193431.617500', '193432.077500', '193432.537500', '193432.997500', '193433.457500', '193433.917500', '193434.377500', '193434.837500', '193435.297500', '193435.757500', '193436.217500', '193436.677500', '193437.137500', '193437.597500', '193438.057500', '193438.517500', '193438.977500', '193439.437500', '193439.897500', '193440.357500', '193440.817500', '193441.277500', '193441.737500', '193442.197500', '193442.657500', '193443.117500', '193443.577500', '193444.037500', '193444.497500', '193444.957500', '193445.417500', '193445.877500', '193446.337500', '193446.797500', '193447.257500', '193447.717500', '193448.177500', '193448.637500', '193449.097500', '193449.557500', '193450.017500', '193450.477500', '193450.937500', '193451.397500', '193451.857500', '193452.317500', '193452.777500', '193453.237500', '193453.697500', '193454.157500', '193454.617500', '193455.077500', '193455.537500', '193455.997500', '193456.457500', '193456.917500', '193457.377500', '193457.837500', '193458.297500', '193458.757500', '193459.217500', '193459.677500', '193500.137500', '193500.597500', '193501.057500', '193501.517500', '193501.977500', '193502.437500', '193502.897500', '193503.357500', '193503.817500', '193504.277500', '193504.737500', '193505.197500', '193505.657500', '193506.117500', '193506.577500', '193507.037500', '193507.497500', '193507.957500', '193508.417500', '193508.877500', '193509.337500', '193509.797500', '193510.257500', '193510.717500', '193511.177500', '193511.637500', '193512.097500', '193512.557500', '193513.017500', '193513.477500', '193513.937500', '193514.397500', '193514.857500', '193515.317500', '193515.777500', '193516.237500', '193516.697500', '193517.157500', '193517.617500', '193518.077500', '193518.537500', '193518.997500', '193519.457500', '193519.917500', '193520.377500', '193520.837500', '193521.297500', '193521.757500', '193522.217500', '193522.677500', '193523.137500', '193523.597500', '193524.057500', '193524.517500', '193524.977500', '193525.437500', '193525.897500', '193526.357500', '193526.817500', '193527.277500', '193527.737500', '193528.197500', '193528.657500', '193529.117500', '193529.577500', '193530.037500', '193530.497500', '193530.957500', '193531.417500', '193531.877500', '193532.337500', '193532.797500', '193533.257500', '193533.717500', '193534.177500', '193534.637500', '193535.097500', '193535.557500', '193536.017500', '193536.477500', '193536.937500', '193537.397500', '193537.857500', '193538.317500', '193538.777500', '193539.237500', '193539.697500', '193540.157500', '193540.617500', '193541.077500', '193541.537500', '193541.997500', '193542.457500', '193542.917500', '193543.377500', '193543.837500', '193544.297500', '193544.757500', '193545.217500', '193545.677500', '193546.137500', '193546.597500', '193547.057500', '193547.517500', '193547.977500', '193548.437500', '193548.897500', '193549.357500', '193549.817500', '193550.277500', '193550.737500', '193551.197500', '193551.657500', '193552.117500', '193552.577500', '193553.037500', '193553.497500', '193553.957500', '193554.417500', '193554.877500', '193555.337500', '193555.797500', '193556.257500', '193556.717500', '193557.177500', '193557.637500', '193558.097500', '193558.557500', '193559.017500', '193559.477500', '193559.937500', '193600.397500', '193600.857500', '193601.317500', '193601.777500', '193602.237500', '193602.697500', '193603.157500', '193603.617500', '193604.077500', '193604.537500', '193604.997500', '193605.457500', '193605.917500', '193606.377500', '193606.837500', '193607.297500', '193607.757500', '193608.217500', '193608.677500', '193609.137500', '193609.597500', '193610.057500', '193610.517500', '193610.977500', '193611.437500', '193611.897500', '193612.357500', '193612.817500', '193613.277500', '193613.737500', '193614.197500', '193614.657500', '193615.117500', '193615.577500', '193616.037500', '193616.497500', '193616.957500', '193617.417500', '193617.877500', '193618.337500', '193618.797500', '193619.257500', '193619.717500', '193620.177500', '193620.637500', '193621.097500', '193621.557500', '193622.017500', '193622.477500', '193622.937500', '193623.397500', '193623.857500', '193624.317500', '193624.777500', '193625.237500', '193625.697500', '193626.157500', '193626.617500', '193627.077500', '193627.537500', '193627.997500', '193628.457500', '193628.917500', '193629.377500', '193629.837500', '193630.297500', '193630.757500', '193631.217500', '193631.677500', '193632.137500', '193632.597500', '193633.057500', '193633.517500', '193633.977500', '193634.437500', '193634.897500', '193635.357500', '193635.817500', '193636.277500', '193636.737500', '193637.197500', '193637.657500', '193638.117500', '193638.577500', '193639.037500', '193639.497500', '193639.957500', '193640.417500', '193640.877500', '193641.337500', '193641.797500', '193642.257500', '193642.717500', '193643.177500', '193643.637500', '193644.097500', '193644.557500', '193645.017500', '193645.477500', '193645.937500', '193646.397500', '193646.857500', '193647.317500', '193647.777500', '193648.237500', '193648.697500', '193649.157500', '193649.617500', '193650.077500', '193650.537500', '193650.997500', '193651.457500', '193651.917500', '193652.377500', '193652.837500', '193653.297500', '193653.757500', '193654.217500', '193654.677500', '193655.137500', '193655.597500', '193656.057500', '193656.517500', '193656.977500', '193657.437500', '193657.897500', '193658.357500', '193658.817500', '193659.277500', '193659.737500', '193700.197500', '193700.657500', '193701.117500', '193701.577500', '193702.037500', '193702.497500', '193702.957500', '193703.417500', '193703.877500', '193704.337500', '193704.797500', '193705.257500', '193705.717500', '193706.177500', '193706.637500', '193707.097500', '193707.557500', '193708.017500', '193708.477500', '193708.937500', '193709.397500', '193709.857500', '193710.317500', '193710.777500', '193711.237500', '193711.697500', '193712.157500', '193712.617500', '193713.077500', '193713.537500', '193713.997500', '193714.457500', '193714.917500', '193715.377500', '193715.837500', '193716.297500', '193716.757500', '193717.217500', '193717.677500', '193718.137500', '193718.597500', '193719.057500', '193719.517500', '193719.977500', '193720.437500', '193720.897500', '193721.357500', '193721.817500', '193722.277500', '193722.737500', '193723.197500', '193723.657500', '193724.117500', '193724.577500', '193725.037500', '193725.497500', '193725.957500', '193726.417500', '193726.877500', '193727.337500', '193727.797500', '193728.257500', '193728.717500', '193729.177500', '193729.637500', '193730.097500', '193730.557500', '193731.017500', '193731.477500', '193731.937500', '193732.397500', '193732.857500', '193733.317500', '193733.777500', '193734.237500', '193734.697500', '193735.157500', '193735.617500', '193736.077500', '193736.537500', '193736.997500', '193737.457500', '193737.917500', '193738.377500', '193738.837500', '193739.297500', '193739.757500', '193740.217500', '193740.677500', '193741.137500', '193741.597500', '193742.057500', '193742.517500', '193742.977500', '193743.437500', '193743.897500', '193744.357500', '193744.817500', '193745.277500', '193745.737500', '193746.197500', '193746.657500', '193747.117500', '193747.577500', '193748.037500', '193748.497500', '193748.957500', '193749.417500', '193749.877500', '193750.337500', '193750.797500', '193751.257500', '193751.717500', '193752.177500', '193752.637500', '193753.097500', '193753.557500', '193754.017500', '193754.477500', '193754.937500', '193755.397500', '193755.857500', '193756.317500', '193756.777500', '193757.237500', '193757.697500', '193758.157500', '193758.617500', '193759.077500', '193759.537500', '193759.997500', '193800.457500', '193800.917500', '193801.377500', '193801.837500', '193802.297500', '193802.757500', '193803.217500', '193803.677500', '193804.137500', '193804.597500', '193805.057500', '193805.517500', '193805.977500', '193806.437500', '193806.897500', '193807.357500', '193807.817500', '193808.277500', '193808.737500', '193809.197500', '193809.657500', '193810.117500', '193810.577500', '193811.037500', '193811.497500', '193811.957500', '193812.417500', '193812.877500', '193813.337500', '193813.797500', '193814.257500', '193814.717500', '193815.177500', '193815.637500', '193816.097500', '193816.557500', '193817.017500', '193817.477500', '193817.937500', '193818.397500', '193818.857500', '193819.317500', '193819.777500', '193820.237500', '193820.697500', '193821.157500', '193821.617500', '193822.077500', '193822.537500', '193822.997500', '193823.457500', '193823.917500', '193824.377500', '193824.837500', '193825.297500', '193825.757500', '193826.217500', '193826.677500', '193827.137500', '193827.597500', '193828.057500', '193828.517500', '193828.977500', '193829.437500', '193829.897500', '193830.357500', '193830.817500', '193831.277500', '193831.737500', '193832.197500', '193832.657500', '193833.117500', '193833.577500', '193834.037500', '193834.497500', '193834.957500', '193835.417500', '193835.877500', '193836.337500', '193836.797500', '193837.257500', '193837.717500', '193838.177500', '193838.637500', '193839.097500', '193839.557500', '193840.017500', '193840.477500', '193840.937500', '193841.397500', '193841.857500', '193842.317500', '193842.777500', '193843.237500', '193843.697500', '193844.157500', '193844.617500', '193845.077500', '193845.537500', '193845.997500', '193846.457500', '193846.917500', '193847.377500', '193847.837500', '193848.297500', '193848.757500', '193849.217500', '193849.677500', '193850.137500', '193850.597500', '193851.057500', '193851.517500', '193851.977500', '193852.437500', '193852.897500', '193853.357500', '193853.817500', '193854.277500', '193854.737500', '193855.197500', '193855.657500', '193856.117500', '193856.577500', '193857.037500', '193857.497500', '193857.957500', '193858.417500', '193858.877500', '193859.337500', '193859.797500', '193900.257500', '193900.717500', '193901.177500', '193901.637500', '193902.097500', '193902.557500', '193903.017500', '193903.477500', '193903.937500', '193904.397500', '193904.857500', '193905.317500', '193905.777500', '193906.237500', '193906.697500', '193907.157500', '193907.617500', '193908.077500'], 'ContentTime': ['193251.829000', '193251.832000', '193251.835000', '193251.838000', '193251.840000', '193251.843000', '193251.846000', '193251.851000', '193251.854000', '193251.856000', '193251.859000', '193251.862000', '193251.864000', '193251.867000', '193251.870000', '193251.872000', '193251.875000', '193251.878000', '193251.880000', '193251.883000', '193251.885000', '193251.896000', '193251.899000', '193251.901000', '193251.904000', '193251.907000', '193251.909000', '193251.912000', '193251.915000', '193251.917000', '193251.920000', '193251.922000', '193251.925000', '193251.928000', '193251.930000', '193251.933000', '193251.935000', '193251.938000', '193251.940000', '193251.943000', '193251.946000', '193251.949000', '193251.951000', '193251.954000', '193251.957000', '193251.959000', '193251.962000', '193251.965000', '193251.967000', '193251.970000', '193251.972000', '193311.789000', '193311.793000', '193311.795000', '193311.798000', '193311.800000', '193311.803000', '193311.806000', '193311.808000', '193311.811000', '193311.814000', '193311.816000', '193311.821000', '193311.823000', '193311.826000', '193311.828000', '193311.831000', '193311.834000', '193311.836000', '193311.839000', '193311.842000', '193311.850000', '193311.853000', '193311.856000', '193311.858000', '193311.861000', '193311.864000', '193311.866000', '193311.869000', '193311.872000', '193311.874000', '193311.877000', '193311.879000', '193311.882000', '193311.885000', '193311.887000', '193311.890000', '193311.893000', '193311.895000', '193311.898000', '193311.901000', '193311.903000', '193311.906000', '193311.908000', '193331.789000', '193331.792000', '193331.795000', '193331.798000', '193331.800000', '193331.803000', '193331.806000', '193331.808000', '193331.811000', '193331.813000', '193331.816000', '193331.819000', '193331.821000', '193331.824000', '193331.827000', '193331.829000', '193331.832000', '193331.834000', '193331.837000', '193331.840000', '193331.842000', '193331.851000', '193331.854000', '193331.856000', '193331.859000', '193331.861000', '193331.864000', '193331.867000', '193331.869000', '193331.872000', '193331.875000', '193331.877000', '193331.880000', '193331.882000', '193331.885000', '193331.888000', '193331.890000', '193331.893000', '193331.896000', '193331.898000', '193331.901000', '193331.903000', '193331.906000', '193331.909000', '193351.791000', '193351.793000', '193351.796000', '193351.799000', '193351.802000', '193351.804000', '193351.807000', '193351.809000', '193351.812000', '193351.815000', '193351.818000', '193351.821000', '193351.824000', '193351.826000', '193351.837000', '193351.840000', '193351.843000', '193351.845000', '193351.848000', '193351.851000', '193351.853000', '193351.856000', '193351.858000', '193351.861000', '193351.864000', '193351.866000', '193351.870000', '193351.873000', '193351.876000', '193351.879000', '193351.881000', '193351.884000', '193351.887000', '193351.889000', '193351.892000', '193351.895000', '193351.897000', '193351.900000', '193351.902000', '193351.905000', '193351.908000', '193351.910000', '193351.913000', '193411.791000', '193411.794000', '193411.797000', '193411.799000', '193411.802000', '193411.805000', '193411.807000', '193411.810000', '193411.812000', '193411.815000', '193411.818000', '193411.820000', '193411.823000', '193411.826000', '193411.828000', '193411.831000', '193411.842000', '193411.845000', '193411.848000', '193411.850000', '193411.853000', '193411.856000', '193411.858000', '193411.861000', '193411.863000', '193411.866000', '193411.869000', '193411.871000', '193411.874000', '193411.876000', '193411.886000', '193411.889000', '193411.891000', '193411.894000', '193411.897000', '193411.899000', '193411.910000', '193411.913000', '193411.915000', '193411.918000', '193411.921000', '193411.923000', '193411.926000', '193411.928000', '193431.790000', '193431.793000', '193431.796000', '193431.799000', '193431.801000', '193431.804000', '193431.807000', '193431.810000', '193431.812000', '193431.815000', '193431.818000', '193431.820000', '193431.823000', '193431.826000', '193431.828000', '193431.831000', '193431.833000', '193431.836000', '193431.839000', '193431.841000', '193431.844000', '193431.847000', '193431.849000', '193431.852000', '193431.854000', '193431.866000', '193431.869000', '193431.871000', '193431.874000', '193431.877000', '193431.879000', '193431.882000', '193431.885000', '193431.887000', '193431.890000', '193431.893000', '193431.895000', '193431.898000', '193431.900000', '193431.903000', '193431.906000', '193431.908000', '193431.911000', '193451.791000', '193451.793000', '193451.796000', '193451.799000', '193451.801000', '193451.804000', '193451.807000', '193451.809000', '193451.812000', '193451.815000', '193451.817000', '193451.820000', '193451.822000', '193451.825000', '193451.828000', '193451.830000', '193451.833000', '193451.836000', '193451.838000', '193451.841000', '193451.843000', '193451.846000', '193451.849000', '193451.851000', '193451.854000', '193451.856000', '193451.859000', '193451.862000', '193451.864000', '193451.867000', '193451.870000', '193451.872000', '193451.875000', '193451.878000', '193451.880000', '193451.883000', '193451.885000', '193451.888000', '193451.891000', '193451.893000', '193451.896000', '193451.898000', '193451.901000', '193451.904000', '193511.790000', '193511.793000', '193511.796000', '193511.799000', '193511.801000', '193511.804000', '193511.807000', '193511.810000', '193511.813000', '193511.815000', '193511.818000', '193511.821000', '193511.823000', '193511.826000', '193511.829000', '193511.831000', '193511.834000', '193511.837000', '193511.839000', '193511.842000', '193511.845000', '193511.847000', '193511.850000', '193511.852000', '193511.855000', '193511.857000', '193511.860000', '193511.863000', '193511.866000', '193511.868000', '193511.871000', '193511.874000', '193511.877000', '193511.879000', '193511.882000', '193511.885000', '193511.888000', '193511.891000', '193511.893000', '193511.896000', '193511.898000', '193511.901000', '193511.904000', '193531.789000', '193531.792000', '193531.795000', '193531.798000', '193531.800000', '193531.803000', '193531.805000', '193531.808000', '193531.811000', '193531.813000', '193531.816000', '193531.819000', '193531.821000', '193531.824000', '193531.827000', '193531.829000', '193531.832000', '193531.834000', '193531.837000', '193531.840000', '193531.842000', '193531.845000', '193531.847000', '193531.850000', '193531.853000', '193531.855000', '193531.858000', '193531.861000', '193531.863000', '193531.866000', '193531.868000', '193531.871000', '193531.874000', '193531.876000', '193531.879000', '193531.882000', '193531.885000', '193531.887000', '193531.890000', '193531.893000', '193531.895000', '193531.898000', '193531.900000', '193531.903000', '193551.790000', '193551.797000', '193551.800000', '193551.802000', '193551.805000', '193551.808000', '193551.810000', '193551.813000', '193551.815000', '193551.818000', '193551.821000', '193551.824000', '193551.826000', '193551.829000', '193551.832000', '193551.834000', '193551.837000', '193551.839000', '193551.842000', '193551.845000', '193551.847000', '193551.850000', '193551.853000', '193551.862000', '193551.865000', '193551.869000', '193551.872000', '193551.874000', '193551.877000', '193551.880000', '193551.882000', '193551.885000', '193551.888000', '193551.890000', '193551.893000', '193551.895000', '193551.898000', '193551.901000', '193551.903000', '193551.906000', '193551.909000', '193551.911000', '193551.914000', '193611.791000', '193611.794000', '193611.797000', '193611.799000', '193611.802000', '193611.804000', '193611.807000', '193611.810000', '193611.812000', '193611.815000', '193611.818000', '193611.820000', '193611.823000', '193611.827000', '193611.829000', '193611.832000', '193611.835000', '193611.837000', '193611.840000', '193611.843000', '193611.846000', '193611.848000', '193611.851000', '193611.853000', '193611.856000', '193611.859000', '193611.861000', '193611.864000', '193611.867000', '193611.869000', '193611.872000', '193611.875000', '193611.877000', '193611.880000', '193611.882000', '193611.885000', '193611.888000', '193611.890000', '193611.893000', '193611.896000', '193611.898000', '193611.901000', '193611.904000', '193611.906000', '193631.790000', '193631.793000', '193631.796000', '193631.799000', '193631.801000', '193631.804000', '193631.807000', '193631.821000', '193631.823000', '193631.826000', '193631.829000', '193631.831000', '193631.834000', '193631.837000', '193631.839000', '193631.842000', '193631.845000', '193631.847000', '193631.850000', '193631.852000', '193631.855000', '193631.858000', '193631.860000', '193631.863000', '193631.866000', '193631.868000', '193631.871000', '193631.874000', '193631.876000', '193631.879000', '193631.881000', '193631.884000', '193631.887000', '193631.889000', '193631.892000', '193631.894000', '193631.897000', '193631.900000', '193631.902000', '193631.905000', '193631.908000', '193631.911000', '193631.914000', '193651.790000', '193651.794000', '193651.796000', '193651.799000', '193651.801000', '193651.804000', '193651.807000', '193651.809000', '193651.812000', '193651.815000', '193651.818000', '193651.821000', '193651.823000', '193651.826000', '193651.828000', '193651.831000', '193651.834000', '193651.836000', '193651.839000', '193651.842000', '193651.844000', '193651.847000', '193651.850000', '193651.852000', '193651.855000', '193651.858000', '193651.860000', '193651.863000', '193651.865000', '193651.868000', '193651.871000', '193651.873000', '193651.876000', '193651.879000', '193651.881000', '193651.884000', '193651.887000', '193651.889000', '193651.892000', '193651.895000', '193651.897000', '193651.900000', '193651.902000', '193651.905000', '193711.790000', '193711.793000', '193711.796000', '193711.799000', '193711.801000', '193711.804000', '193711.806000', '193711.809000', '193711.812000', '193711.814000', '193711.817000', '193711.820000', '193711.822000', '193711.825000', '193711.827000', '193711.830000', '193711.833000', '193711.835000', '193711.838000', '193711.841000', '193711.844000', '193711.847000', '193711.861000', '193711.864000', '193711.866000', '193711.869000', '193711.871000', '193711.874000', '193711.877000', '193711.879000', '193711.882000', '193711.885000', '193711.887000', '193711.890000', '193711.892000', '193711.895000', '193711.898000', '193711.901000', '193711.903000', '193711.906000', '193711.908000', '193711.911000', '193711.914000', '193731.791000', '193731.794000', '193731.796000', '193731.799000', '193731.802000', '193731.804000', '193731.807000', '193731.810000', '193731.813000', '193731.815000', '193731.818000', '193731.820000', '193731.823000', '193731.826000', '193731.828000', '193731.831000', '193731.834000', '193731.836000', '193731.839000', '193731.842000', '193731.844000', '193731.852000', '193731.855000', '193731.857000', '193731.860000', '193731.863000', '193731.865000', '193731.868000', '193731.871000', '193731.873000', '193731.876000', '193731.879000', '193731.882000', '193731.884000', '193731.887000', '193731.889000', '193731.892000', '193731.895000', '193731.897000', '193731.900000', '193731.902000', '193731.905000', '193731.908000', '193731.910000', '193751.790000', '193751.792000', '193751.796000', '193751.799000', '193751.801000', '193751.804000', '193751.807000', '193751.809000', '193751.812000', '193751.815000', '193751.817000', '193751.820000', '193751.823000', '193751.825000', '193751.828000', '193751.831000', '193751.833000', '193751.836000', '193751.839000', '193751.841000', '193751.844000', '193751.846000', '193751.849000', '193751.852000', '193751.854000', '193751.857000', '193751.860000', '193751.862000', '193751.865000', '193751.867000', '193751.870000', '193751.873000', '193751.875000', '193751.878000', '193751.881000', '193751.883000', '193751.886000', '193751.889000', '193751.891000', '193751.894000', '193751.897000', '193751.899000', '193751.902000', '193811.790000', '193811.793000', '193811.795000', '193811.798000', '193811.801000', '193811.803000', '193811.806000', '193811.809000', '193811.812000', '193811.814000', '193811.817000', '193811.820000', '193811.822000', '193811.825000', '193811.827000', '193811.830000', '193811.833000', '193811.835000', '193811.838000', '193811.841000', '193811.843000', '193811.846000', '193811.849000', '193811.851000', '193811.854000', '193811.857000', '193811.860000', '193811.863000', '193811.866000', '193811.868000', '193811.871000', '193811.874000', '193811.876000', '193811.879000', '193811.881000', '193811.884000', '193811.887000', '193811.889000', '193811.892000', '193811.895000', '193811.898000', '193811.900000', '193811.903000', '193811.905000', '193831.791000', '193831.794000', '193831.796000', '193831.799000', '193831.802000', '193831.805000', '193831.807000', '193831.810000', '193831.814000', '193831.817000', '193831.820000', '193831.822000', '193831.825000', '193831.827000', '193831.830000', '193831.833000', '193831.835000', '193831.838000', '193831.841000', '193831.844000', '193831.846000', '193831.849000', '193831.851000', '193831.854000', '193831.857000', '193831.859000', '193831.862000', '193831.864000', '193831.867000', '193831.870000', '193831.872000', '193831.875000', '193831.878000', '193831.881000', '193831.883000', '193831.886000', '193831.888000', '193831.891000', '193831.894000', '193831.896000', '193831.899000', '193831.902000', '193831.904000', '193851.791000', '193851.794000', '193851.797000', '193851.800000', '193851.802000', '193851.805000', '193851.808000', '193851.810000', '193851.813000', '193851.815000', '193851.818000', '193851.821000', '193851.823000', '193851.826000', '193851.829000', '193851.831000', '193851.834000', '193851.837000', '193851.840000', '193851.842000', '193851.845000', '193851.847000', '193851.850000', '193851.853000', '193851.855000', '193851.868000', '193851.871000', '193851.873000', '193851.876000', '193851.879000', '193851.881000', '193851.884000', '193851.887000', '193851.889000', '193851.892000', '193851.895000', '193851.897000', '193851.900000', '193851.903000', '193851.905000', '193851.908000', '193851.910000', '193851.913000', '193851.916000', '193909.234000', '193909.237000', '193909.240000', '193909.243000', '193909.246000', '193909.248000', '193909.251000', '193909.254000', '193909.256000', '193909.259000', '193909.262000', '193909.265000', '193909.267000', '193909.270000', '193909.273000', '193909.276000', '193909.278000', '193909.281000', '193909.284000', '193909.287000', '193909.290000', '193909.293000', '193909.295000', '193909.298000', '193909.301000', '193909.303000', '193909.306000', '193909.309000', '193909.312000', '193909.314000', '193909.318000', '193909.321000', '193909.324000', '193909.327000', '193909.330000', '193909.332000', '193909.335000', '193909.338000'], 'InstanceCreationTime': ['193251.829000', '193251.832000', '193251.835000', '193251.838000', '193251.840000', '193251.843000', '193251.846000', '193251.851000', '193251.854000', '193251.856000', '193251.859000', '193251.862000', '193251.864000', '193251.867000', '193251.870000', '193251.872000', '193251.875000', '193251.878000', '193251.880000', '193251.883000', '193251.885000', '193251.896000', '193251.899000', '193251.901000', '193251.904000', '193251.907000', '193251.909000', '193251.912000', '193251.915000', '193251.917000', '193251.920000', '193251.922000', '193251.925000', '193251.928000', '193251.930000', '193251.933000', '193251.935000', '193251.938000', '193251.940000', '193251.943000', '193251.946000', '193251.949000', '193251.951000', '193251.954000', '193251.957000', '193251.959000', '193251.962000', '193251.965000', '193251.967000', '193251.970000', '193251.972000', '193311.789000', '193311.793000', '193311.795000', '193311.798000', '193311.800000', '193311.803000', '193311.806000', '193311.808000', '193311.811000', '193311.814000', '193311.816000', '193311.821000', '193311.823000', '193311.826000', '193311.828000', '193311.831000', '193311.834000', '193311.836000', '193311.839000', '193311.842000', '193311.850000', '193311.853000', '193311.856000', '193311.858000', '193311.861000', '193311.864000', '193311.866000', '193311.869000', '193311.872000', '193311.874000', '193311.877000', '193311.879000', '193311.882000', '193311.885000', '193311.887000', '193311.890000', '193311.893000', '193311.895000', '193311.898000', '193311.901000', '193311.903000', '193311.906000', '193311.908000', '193331.789000', '193331.792000', '193331.795000', '193331.798000', '193331.800000', '193331.803000', '193331.806000', '193331.808000', '193331.811000', '193331.813000', '193331.816000', '193331.819000', '193331.821000', '193331.824000', '193331.827000', '193331.829000', '193331.832000', '193331.834000', '193331.837000', '193331.840000', '193331.842000', '193331.851000', '193331.854000', '193331.856000', '193331.859000', '193331.861000', '193331.864000', '193331.867000', '193331.869000', '193331.872000', '193331.875000', '193331.877000', '193331.880000', '193331.882000', '193331.885000', '193331.888000', '193331.890000', '193331.893000', '193331.896000', '193331.898000', '193331.901000', '193331.903000', '193331.906000', '193331.909000', '193351.791000', '193351.793000', '193351.796000', '193351.799000', '193351.802000', '193351.804000', '193351.807000', '193351.809000', '193351.812000', '193351.815000', '193351.818000', '193351.821000', '193351.824000', '193351.826000', '193351.837000', '193351.840000', '193351.843000', '193351.845000', '193351.848000', '193351.851000', '193351.853000', '193351.856000', '193351.858000', '193351.861000', '193351.864000', '193351.866000', '193351.870000', '193351.873000', '193351.876000', '193351.879000', '193351.881000', '193351.884000', '193351.887000', '193351.889000', '193351.892000', '193351.895000', '193351.897000', '193351.900000', '193351.902000', '193351.905000', '193351.908000', '193351.910000', '193351.913000', '193411.791000', '193411.794000', '193411.797000', '193411.799000', '193411.802000', '193411.805000', '193411.807000', '193411.810000', '193411.812000', '193411.815000', '193411.818000', '193411.820000', '193411.823000', '193411.826000', '193411.828000', '193411.831000', '193411.842000', '193411.845000', '193411.848000', '193411.850000', '193411.853000', '193411.856000', '193411.858000', '193411.861000', '193411.863000', '193411.866000', '193411.869000', '193411.871000', '193411.874000', '193411.876000', '193411.886000', '193411.889000', '193411.891000', '193411.894000', '193411.897000', '193411.899000', '193411.910000', '193411.913000', '193411.915000', '193411.918000', '193411.921000', '193411.923000', '193411.926000', '193411.928000', '193431.790000', '193431.793000', '193431.796000', '193431.799000', '193431.801000', '193431.804000', '193431.807000', '193431.810000', '193431.812000', '193431.815000', '193431.818000', '193431.820000', '193431.823000', '193431.826000', '193431.828000', '193431.831000', '193431.833000', '193431.836000', '193431.839000', '193431.841000', '193431.844000', '193431.847000', '193431.849000', '193431.852000', '193431.854000', '193431.866000', '193431.869000', '193431.871000', '193431.874000', '193431.877000', '193431.879000', '193431.882000', '193431.885000', '193431.887000', '193431.890000', '193431.893000', '193431.895000', '193431.898000', '193431.900000', '193431.903000', '193431.906000', '193431.908000', '193431.911000', '193451.791000', '193451.793000', '193451.796000', '193451.799000', '193451.801000', '193451.804000', '193451.807000', '193451.809000', '193451.812000', '193451.815000', '193451.817000', '193451.820000', '193451.822000', '193451.825000', '193451.828000', '193451.830000', '193451.833000', '193451.836000', '193451.838000', '193451.841000', '193451.843000', '193451.846000', '193451.849000', '193451.851000', '193451.854000', '193451.856000', '193451.859000', '193451.862000', '193451.864000', '193451.867000', '193451.870000', '193451.872000', '193451.875000', '193451.878000', '193451.880000', '193451.883000', '193451.885000', '193451.888000', '193451.891000', '193451.893000', '193451.896000', '193451.898000', '193451.901000', '193451.904000', '193511.790000', '193511.793000', '193511.796000', '193511.799000', '193511.801000', '193511.804000', '193511.807000', '193511.810000', '193511.813000', '193511.815000', '193511.818000', '193511.821000', '193511.823000', '193511.826000', '193511.829000', '193511.831000', '193511.834000', '193511.837000', '193511.839000', '193511.842000', '193511.845000', '193511.847000', '193511.850000', '193511.852000', '193511.855000', '193511.857000', '193511.860000', '193511.863000', '193511.866000', '193511.868000', '193511.871000', '193511.874000', '193511.877000', '193511.879000', '193511.882000', '193511.885000', '193511.888000', '193511.891000', '193511.893000', '193511.896000', '193511.898000', '193511.901000', '193511.904000', '193531.789000', '193531.792000', '193531.795000', '193531.798000', '193531.800000', '193531.803000', '193531.805000', '193531.808000', '193531.811000', '193531.813000', '193531.816000', '193531.819000', '193531.821000', '193531.824000', '193531.827000', '193531.829000', '193531.832000', '193531.834000', '193531.837000', '193531.840000', '193531.842000', '193531.845000', '193531.847000', '193531.850000', '193531.853000', '193531.855000', '193531.858000', '193531.861000', '193531.863000', '193531.866000', '193531.868000', '193531.871000', '193531.874000', '193531.876000', '193531.879000', '193531.882000', '193531.885000', '193531.887000', '193531.890000', '193531.893000', '193531.895000', '193531.898000', '193531.900000', '193531.903000', '193551.790000', '193551.797000', '193551.800000', '193551.802000', '193551.805000', '193551.808000', '193551.810000', '193551.813000', '193551.815000', '193551.818000', '193551.821000', '193551.824000', '193551.826000', '193551.829000', '193551.832000', '193551.834000', '193551.837000', '193551.839000', '193551.842000', '193551.845000', '193551.847000', '193551.850000', '193551.853000', '193551.862000', '193551.865000', '193551.869000', '193551.872000', '193551.874000', '193551.877000', '193551.880000', '193551.882000', '193551.885000', '193551.888000', '193551.890000', '193551.893000', '193551.895000', '193551.898000', '193551.901000', '193551.903000', '193551.906000', '193551.909000', '193551.911000', '193551.914000', '193611.791000', '193611.794000', '193611.797000', '193611.799000', '193611.802000', '193611.804000', '193611.807000', '193611.810000', '193611.812000', '193611.815000', '193611.818000', '193611.820000', '193611.823000', '193611.827000', '193611.829000', '193611.832000', '193611.835000', '193611.837000', '193611.840000', '193611.843000', '193611.846000', '193611.848000', '193611.851000', '193611.853000', '193611.856000', '193611.859000', '193611.861000', '193611.864000', '193611.867000', '193611.869000', '193611.872000', '193611.875000', '193611.877000', '193611.880000', '193611.882000', '193611.885000', '193611.888000', '193611.890000', '193611.893000', '193611.896000', '193611.898000', '193611.901000', '193611.904000', '193611.906000', '193631.790000', '193631.793000', '193631.796000', '193631.799000', '193631.801000', '193631.804000', '193631.807000', '193631.821000', '193631.823000', '193631.826000', '193631.829000', '193631.831000', '193631.834000', '193631.837000', '193631.839000', '193631.842000', '193631.845000', '193631.847000', '193631.850000', '193631.852000', '193631.855000', '193631.858000', '193631.860000', '193631.863000', '193631.866000', '193631.868000', '193631.871000', '193631.874000', '193631.876000', '193631.879000', '193631.881000', '193631.884000', '193631.887000', '193631.889000', '193631.892000', '193631.894000', '193631.897000', '193631.900000', '193631.902000', '193631.905000', '193631.908000', '193631.911000', '193631.914000', '193651.790000', '193651.794000', '193651.796000', '193651.799000', '193651.801000', '193651.804000', '193651.807000', '193651.809000', '193651.812000', '193651.815000', '193651.818000', '193651.821000', '193651.823000', '193651.826000', '193651.828000', '193651.831000', '193651.834000', '193651.836000', '193651.839000', '193651.842000', '193651.844000', '193651.847000', '193651.850000', '193651.852000', '193651.855000', '193651.858000', '193651.860000', '193651.863000', '193651.865000', '193651.868000', '193651.871000', '193651.873000', '193651.876000', '193651.879000', '193651.881000', '193651.884000', '193651.887000', '193651.889000', '193651.892000', '193651.895000', '193651.897000', '193651.900000', '193651.902000', '193651.905000', '193711.790000', '193711.793000', '193711.796000', '193711.799000', '193711.801000', '193711.804000', '193711.806000', '193711.809000', '193711.812000', '193711.814000', '193711.817000', '193711.820000', '193711.822000', '193711.825000', '193711.827000', '193711.830000', '193711.833000', '193711.835000', '193711.838000', '193711.841000', '193711.844000', '193711.847000', '193711.861000', '193711.864000', '193711.866000', '193711.869000', '193711.871000', '193711.874000', '193711.877000', '193711.879000', '193711.882000', '193711.885000', '193711.887000', '193711.890000', '193711.892000', '193711.895000', '193711.898000', '193711.901000', '193711.903000', '193711.906000', '193711.908000', '193711.911000', '193711.914000', '193731.791000', '193731.794000', '193731.796000', '193731.799000', '193731.802000', '193731.804000', '193731.807000', '193731.810000', '193731.813000', '193731.815000', '193731.818000', '193731.820000', '193731.823000', '193731.826000', '193731.828000', '193731.831000', '193731.834000', '193731.836000', '193731.839000', '193731.842000', '193731.844000', '193731.852000', '193731.855000', '193731.857000', '193731.860000', '193731.863000', '193731.865000', '193731.868000', '193731.871000', '193731.873000', '193731.876000', '193731.879000', '193731.882000', '193731.884000', '193731.887000', '193731.889000', '193731.892000', '193731.895000', '193731.897000', '193731.900000', '193731.902000', '193731.905000', '193731.908000', '193731.910000', '193751.790000', '193751.792000', '193751.796000', '193751.799000', '193751.801000', '193751.804000', '193751.807000', '193751.809000', '193751.812000', '193751.815000', '193751.817000', '193751.820000', '193751.823000', '193751.825000', '193751.828000', '193751.831000', '193751.833000', '193751.836000', '193751.839000', '193751.841000', '193751.844000', '193751.846000', '193751.849000', '193751.852000', '193751.854000', '193751.857000', '193751.860000', '193751.862000', '193751.865000', '193751.867000', '193751.870000', '193751.873000', '193751.875000', '193751.878000', '193751.881000', '193751.883000', '193751.886000', '193751.889000', '193751.891000', '193751.894000', '193751.897000', '193751.899000', '193751.902000', '193811.790000', '193811.793000', '193811.795000', '193811.798000', '193811.801000', '193811.803000', '193811.806000', '193811.809000', '193811.812000', '193811.814000', '193811.817000', '193811.820000', '193811.822000', '193811.825000', '193811.827000', '193811.830000', '193811.833000', '193811.835000', '193811.838000', '193811.841000', '193811.843000', '193811.846000', '193811.849000', '193811.851000', '193811.854000', '193811.857000', '193811.860000', '193811.863000', '193811.866000', '193811.868000', '193811.871000', '193811.874000', '193811.876000', '193811.879000', '193811.881000', '193811.884000', '193811.887000', '193811.889000', '193811.892000', '193811.895000', '193811.898000', '193811.900000', '193811.903000', '193811.905000', '193831.791000', '193831.794000', '193831.796000', '193831.799000', '193831.802000', '193831.805000', '193831.807000', '193831.810000', '193831.814000', '193831.817000', '193831.820000', '193831.822000', '193831.825000', '193831.827000', '193831.830000', '193831.833000', '193831.835000', '193831.838000', '193831.841000', '193831.844000', '193831.846000', '193831.849000', '193831.851000', '193831.854000', '193831.857000', '193831.859000', '193831.862000', '193831.864000', '193831.867000', '193831.870000', '193831.872000', '193831.875000', '193831.878000', '193831.881000', '193831.883000', '193831.886000', '193831.888000', '193831.891000', '193831.894000', '193831.896000', '193831.899000', '193831.902000', '193831.904000', '193851.791000', '193851.794000', '193851.797000', '193851.800000', '193851.802000', '193851.805000', '193851.808000', '193851.810000', '193851.813000', '193851.815000', '193851.818000', '193851.821000', '193851.823000', '193851.826000', '193851.829000', '193851.831000', '193851.834000', '193851.837000', '193851.840000', '193851.842000', '193851.845000', '193851.847000', '193851.850000', '193851.853000', '193851.855000', '193851.868000', '193851.871000', '193851.873000', '193851.876000', '193851.879000', '193851.881000', '193851.884000', '193851.887000', '193851.889000', '193851.892000', '193851.895000', '193851.897000', '193851.900000', '193851.903000', '193851.905000', '193851.908000', '193851.910000', '193851.913000', '193851.916000', '193909.234000', '193909.237000', '193909.240000', '193909.243000', '193909.246000', '193909.248000', '193909.251000', '193909.254000', '193909.256000', '193909.259000', '193909.262000', '193909.265000', '193909.267000', '193909.270000', '193909.273000', '193909.276000', '193909.278000', '193909.281000', '193909.284000', '193909.287000', '193909.290000', '193909.293000', '193909.295000', '193909.298000', '193909.301000', '193909.303000', '193909.306000', '193909.309000', '193909.312000', '193909.314000', '193909.318000', '193909.321000', '193909.324000', '193909.327000', '193909.330000', '193909.332000', '193909.335000', '193909.338000'], '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': [9343, 9063, 8629, 11431, 8038, 8785, 7299, 8202, 12605, 8121, 10785, 15479, 8994, 13323, 8851, 12042, 8731, 9681, 15719, 8058, 10210, 7228, 7886, 15415, 7506, 9438, 10541, 8271, 12048, 7740, 10118, 10009, 9016, 15022, 9815, 8902, 13451, 8638, 14421, 8935, 8889, 17520, 9269, 13701, 9292, 8643, 15767, 9966, 10017, 15024, 7506, 12285, 7499, 9247, 12558, 7710, 11141, 8056, 8626, 12641, 8194, 10449, 15273, 8533, 14116, 10884, 11782, 8769, 11823, 13325, 9577, 16822, 8263, 12335, 8996, 8249, 16413, 7712, 14117, 7789, 7003, 7844, 11875, 7509, 9302, 9815, 8139, 12130, 8139, 9882, 7517, 8045, 15598, 7377, 12780, 9006, 10721, 16058, 10725, 17901, 10747, 11699, 11845, 8406, 14899, 10067, 9859, 11004, 8263, 11995, 8089, 8593, 11892, 7650, 13260, 9464, 9967, 14493, 8004, 13209, 8917, 8593, 16016, 7704, 11006, 7739, 8235, 6874, 7715, 9530, 7434, 9343, 7050, 7823, 12467, 7367, 9800, 8017, 8549, 13192, 8720, 11135, 7671, 8253, 13983, 7234, 11820, 8724, 8627, 7377, 9010, 12901, 7476, 9648, 12601, 7562, 13877, 7564, 11214, 8331, 8103, 11055, 7404, 17052, 7495, 12353, 9358, 8924, 17560, 10263, 13830, 10111, 10151, 17644, 8835, 13588, 9581, 8883, 11941, 9051, 13352, 8352, 10044, 7953, 7810, 15479, 7525, 9260, 7071, 7669, 12963, 7618, 10771, 7760, 8284, 10293, 7282, 12863, 7659, 10499, 7673, 8101, 11289, 7289, 10358, 8391, 9827, 7864, 8724, 13541, 8071, 11185, 8341, 9606, 10681, 7988, 15558, 9676, 11059, 10079, 8358, 16641, 7591, 11694, 8355, 8119, 13855, 9539, 10558, 8007, 6944, 7404, 7238, 8763, 15153, 7931, 11217, 11590, 10323, 15061, 8454, 8541, 17440, 10126, 14886, 17409, 11357, 15831, 10986, 10258, 18835, 11662, 16005, 10749, 10221, 16831, 7915, 10159, 7401, 8261, 12184, 7310, 9615, 6982, 7354, 10027, 7507, 8939, 7482, 7857, 10503, 7776, 9284, 7733, 8149, 11354, 8172, 9517, 7581, 7577, 14502, 6934, 8672, 9274, 7729, 9867, 7567, 8790, 7794, 7900, 9406, 7310, 8139, 7599, 8503, 7637, 12005, 8966, 8309, 16883, 7252, 13219, 8945, 9772, 16488, 8618, 12521, 7302, 7796, 12092, 7199, 9074, 7625, 9002, 6917, 7814, 11136, 7579, 9807, 8720, 9179, 7443, 8161, 17364, 7978, 13476, 10049, 10318, 8827, 8439, 16692, 7785, 13546, 8528, 11581, 8324, 8071, 18173, 8540, 13341, 10486, 12506, 7347, 8493, 7416, 7429, 7374, 7356, 8193, 7551, 13187, 7849, 11630, 10063, 8753, 17788, 8012, 15122, 9656, 9365, 15382, 7869, 14765, 7382, 9647, 7532, 8060, 7408, 8547, 7579, 9623, 7919, 9709, 8619, 7675, 17951, 8926, 13389, 9670, 9921, 7752, 8416, 16940, 7925, 10452, 7443, 7892, 7593, 7842, 12043, 7174, 8927, 6878, 7397, 10088, 7800, 10022, 7380, 7754, 7545, 6927, 9139, 14759, 10595, 12272, 8752, 8289, 18453, 7583, 14278, 8507, 8944, 12346, 7608, 13682, 7298, 8852, 7592, 7866, 10765, 7588, 9310, 7046, 9289, 7033, 7459, 10019, 7254, 10865, 7252, 9999, 9129, 7768, 14729, 9175, 12759, 8459, 8530, 12880, 7707, 10706, 8295, 8883, 9043, 7909, 15124, 8556, 10515, 15163, 8930, 17260, 8854, 13463, 8792, 8203, 11235, 7747, 10475, 7881, 9043, 7198, 9583, 7251, 8871, 7116, 8190, 14987, 10494, 11974, 9328, 10098, 19456, 12020, 15946, 10861, 9153, 19870, 10450, 15056, 9967, 11123, 8912, 7800, 14809, 7429, 11025, 7119, 9401, 7087, 7676, 10010, 7200, 11479, 8173, 9934, 14059, 8244, 16481, 11206, 11322, 12743, 8379, 16298, 8835, 9147, 9171, 7516, 16526, 7697, 10892, 8269, 8108, 16113, 7577, 10937, 7184, 8127, 12259, 7301, 10170, 7604, 8630, 11438, 7435, 10582, 7521, 7882, 14515, 7787, 14847, 8582, 8658, 16643, 7418, 11814, 8219, 8586, 17470, 7448, 10235, 7832, 8204, 13420, 8114, 9639, 7388, 7891, 10230, 7840, 9287, 7133, 7585, 7790, 7829, 8516, 7802, 9627, 7521, 8044, 9771, 7713, 14161, 7875, 9165, 13275, 7894, 13475, 9806, 11281, 10435, 8499, 17848, 10751, 12294, 10892, 8006, 18991, 7720, 12779, 8374, 7710, 13449, 7583, 10581, 7352, 9485, 8287, 7560, 7452, 7477, 7391, 7528, 16827, 12550, 12464, 8241, 8649, 18499, 10547, 13569, 15341, 8506, 14124, 8056, 10659, 8279, 8281, 11252, 7583, 9137, 7239, 7787, 11318, 7198, 9479, 9042, 7553, 10258, 7996, 10198, 7295, 9908, 7045, 8714, 13687, 7966, 11674, 8132, 9575, 18519, 10940, 14954, 14172, 9677, 17703, 9240, 13025, 10096, 8383, 17490, 8162, 13403, 7348, 8908, 11451, 7288, 10738, 8196, 10425, 7587, 8803, 17725, 7655, 12864, 9112, 8481, 18595, 7431, 14808, 8544, 8489, 16451, 7521, 13202, 7458, 9218, 13774, 7079, 11532, 7415, 9009, 11967, 7355, 11236, 7381, 8786, 13802, 7443, 11733, 7518, 9318, 14514, 7324, 11087, 7576, 8405, 8156, 7362, 10502, 7637, 9233, 12186, 7373, 10970, 8928, 9761, 7437, 8822, 7014, 9784, 6897, 9745, 7631, 8160, 16582, 7539, 13895, 9261, 9153, 18036, 13164, 14053, 16891, 11044, 18539, 12507, 13945, 18100, 11349, 16487, 10355, 10228, 18733, 7867, 14399, 7437, 9499, 8486, 7820, 11917, 7629, 10055, 7108, 8835, 8922, 7903, 11536, 7767, 9740, 6948, 8089, 15361, 7134, 10459, 7205, 8719, 12233, 7224, 10544, 7188, 10012, 7370, 8908, 12955, 7401, 10473, 7538, 8419, 12937, 6993, 10399, 7447, 9070, 14347, 7631, 11450, 7134, 8538, 8400, 7463, 6793, 7937, 7087, 8840, 12253, 9756, 11054, 7835, 9309, 16980, 11211, 14586, 10376, 9994, 14041, 7814, 11029, 7915, 9274, 7473, 7751, 7305, 7649, 7368, 7986, 11665, 7941, 10231, 8305, 10305, 7995, 10134, 11587, 8419, 17114, 12116, 13958, 9606, 10080, 17973, 7697, 14603, 8262, 8860, 9745, 8240, 10933, 7586, 9242, 7439, 8030, 9550, 7501, 10286, 7920, 9494, 12495, 8064, 16872, 8617, 13353, 9162, 9076, 19300, 12900, 15411, 8067, 11294, 8863, 8042, 12502, 7627, 10537, 7431, 9047, 12651, 7773, 11353, 8495, 9532, 8796, 7692, 17695, 11882, 14325, 8815, 8867, 16252, 7653, 12230, 7635, 9055, 7496, 7428, 13310, 7200, 10236, 7418, 8618, 13195, 7559, 11591], 'WindowCenter': [4515.0, 4491.0, 4491.0, 4501.0, 4451.0, 4476.0, 4455.0, 4475.0, 4504.0, 4465.0, 4497.0, 4525.0, 4475.0, 4513.0, 4474.0, 4504.0, 4463.0, 4467.0, 4534.0, 4465.0, 4484.0, 4454.0, 4466.0, 4523.0, 4455.0, 4486.0, 4495.0, 4476.0, 4503.0, 4466.0, 4495.0, 4483.0, 4487.0, 4537.0, 4485.0, 4474.0, 4513.0, 4465.0, 4513.0, 4445.0, 4463.0, 4533.0, 4473.0, 4513.0, 4461.0, 4463.0, 4521.0, 4453.0, 4484.0, 4511.0, 4442.0, 4491.0, 4426.0, 4472.0, 4483.0, 4455.0, 4505.0, 4465.0, 4475.0, 4503.0, 4465.0, 4496.0, 4523.0, 4464.0, 4511.0, 4483.0, 4490.0, 4457.0, 4507.0, 4514.0, 4474.0, 4532.0, 4453.0, 4502.0, 4460.0, 4453.0, 4522.0, 4454.0, 4512.0, 4443.0, 4431.0, 4464.0, 4491.0, 4441.0, 4461.0, 4471.0, 4453.0, 4492.0, 4453.0, 4482.0, 4443.0, 4454.0, 4510.0, 4441.0, 4490.0, 4450.0, 4470.0, 4509.0, 4469.0, 4508.0, 4468.0, 4478.0, 4466.0, 4438.0, 4497.0, 4456.0, 4456.0, 4455.0, 4437.0, 4466.0, 4427.0, 4438.0, 4466.0, 4428.0, 4476.0, 4447.0, 4457.0, 4485.0, 4426.0, 4475.0, 4435.0, 4436.0, 4495.0, 4426.0, 4456.0, 4426.0, 4436.0, 4387.0, 4428.0, 4457.0, 4440.0, 4460.0, 4441.0, 4453.0, 4501.0, 4425.0, 4483.0, 4464.0, 4476.0, 4515.0, 4476.0, 4505.0, 4455.0, 4447.0, 4512.0, 4444.0, 4504.0, 4464.0, 4463.0, 4453.0, 4475.0, 4515.0, 4457.0, 4488.0, 4516.0, 4456.0, 4514.0, 4466.0, 4478.0, 4465.0, 4449.0, 4494.0, 4456.0, 4534.0, 4456.0, 4505.0, 4476.0, 4486.0, 4517.0, 4484.0, 4515.0, 4472.0, 4483.0, 4522.0, 4445.0, 4503.0, 4461.0, 4463.0, 4472.0, 4461.0, 4500.0, 4465.0, 4483.0, 4440.0, 4442.0, 4510.0, 4441.0, 4462.0, 4443.0, 4454.0, 4502.0, 4453.0, 4474.0, 4442.0, 4464.0, 4483.0, 4426.0, 4502.0, 4453.0, 4482.0, 4441.0, 4454.0, 4494.0, 4455.0, 4483.0, 4464.0, 4484.0, 4452.0, 4465.0, 4514.0, 4454.0, 4493.0, 4463.0, 4474.0, 4482.0, 4452.0, 4523.0, 4455.0, 4493.0, 4472.0, 4453.0, 4522.0, 4441.0, 4492.0, 4464.0, 4454.0, 4501.0, 4455.0, 4496.0, 4454.0, 4432.0, 4442.0, 4454.0, 4464.0, 4511.0, 4452.0, 4483.0, 4481.0, 4482.0, 4512.0, 4452.0, 4462.0, 4520.0, 4469.0, 4500.0, 4507.0, 4467.0, 4498.0, 4438.0, 4447.0, 4494.0, 4453.0, 4483.0, 4441.0, 4432.0, 4480.0, 4410.0, 4429.0, 4399.0, 4412.0, 4450.0, 4400.0, 4431.0, 4402.0, 4414.0, 4442.0, 4415.0, 4446.0, 4427.0, 4421.0, 4467.0, 4439.0, 4459.0, 4439.0, 4451.0, 4480.0, 4450.0, 4460.0, 4424.0, 4441.0, 4499.0, 4431.0, 4461.0, 4442.0, 4442.0, 4471.0, 4453.0, 4463.0, 4424.0, 4447.0, 4485.0, 4456.0, 4466.0, 4468.0, 4470.0, 4483.0, 4522.0, 4477.0, 4467.0, 4524.0, 4426.0, 4489.0, 4444.0, 4457.0, 4504.0, 4434.0, 4492.0, 4423.0, 4443.0, 4490.0, 4444.0, 4462.0, 4436.0, 4475.0, 4446.0, 4449.0, 4496.0, 4468.0, 4487.0, 4477.0, 4487.0, 4457.0, 4478.0, 4547.0, 4478.0, 4515.0, 4487.0, 4497.0, 4487.0, 4461.0, 4537.0, 4456.0, 4516.0, 4476.0, 4487.0, 4447.0, 4448.0, 4546.0, 4466.0, 4485.0, 4484.0, 4487.0, 4444.0, 4465.0, 4443.0, 4445.0, 4455.0, 4458.0, 4466.0, 4468.0, 4517.0, 4462.0, 4509.0, 4485.0, 4465.0, 4534.0, 4466.0, 4495.0, 4485.0, 4457.0, 4524.0, 4449.0, 4511.0, 4444.0, 4486.0, 4453.0, 4434.0, 4443.0, 4463.0, 4438.0, 4487.0, 4448.0, 4474.0, 4463.0, 4453.0, 4522.0, 4462.0, 4502.0, 4461.0, 4471.0, 4440.0, 4452.0, 4520.0, 4423.0, 4464.0, 4444.0, 4454.0, 4441.0, 4434.0, 4491.0, 4424.0, 4462.0, 4414.0, 4444.0, 4484.0, 4456.0, 4497.0, 4457.0, 4465.0, 4466.0, 4456.0, 4488.0, 4539.0, 4480.0, 4506.0, 4464.0, 4465.0, 4533.0, 4443.0, 4512.0, 4462.0, 4475.0, 4492.0, 4443.0, 4501.0, 4424.0, 4444.0, 4453.0, 4436.0, 4482.0, 4455.0, 4473.0, 4446.0, 4475.0, 4457.0, 4469.0, 4468.0, 4457.0, 4495.0, 4457.0, 4486.0, 4474.0, 4439.0, 4496.0, 4476.0, 4503.0, 4464.0, 4465.0, 4504.0, 4467.0, 4496.0, 4466.0, 4477.0, 4457.0, 4449.0, 4507.0, 4458.0, 4479.0, 4514.0, 4465.0, 4534.0, 4464.0, 4503.0, 4464.0, 4447.0, 4481.0, 4454.0, 4483.0, 4454.0, 4474.0, 4439.0, 4469.0, 4459.0, 4490.0, 4460.0, 4462.0, 4539.0, 4509.0, 4508.0, 4459.0, 4488.0, 4545.0, 4486.0, 4507.0, 4484.0, 4474.0, 4533.0, 4482.0, 4493.0, 4471.0, 4481.0, 4450.0, 4425.0, 4500.0, 4431.0, 4470.0, 4415.0, 4462.0, 4416.0, 4455.0, 4471.0, 4444.0, 4482.0, 4453.0, 4485.0, 4513.0, 4465.0, 4523.0, 4482.0, 4482.0, 4490.0, 4451.0, 4510.0, 4432.0, 4461.0, 4460.0, 4413.0, 4508.0, 4421.0, 4468.0, 4439.0, 4422.0, 4507.0, 4430.0, 4469.0, 4419.0, 4440.0, 4460.0, 4431.0, 4469.0, 4422.0, 4451.0, 4479.0, 4431.0, 4470.0, 4423.0, 4452.0, 4483.0, 4423.0, 4500.0, 4450.0, 4433.0, 4510.0, 4424.0, 4462.0, 4450.0, 4451.0, 4519.0, 4430.0, 4470.0, 4429.0, 4452.0, 4500.0, 4440.0, 4461.0, 4429.0, 4434.0, 4470.0, 4452.0, 4460.0, 4432.0, 4442.0, 4442.0, 4453.0, 4434.0, 4436.0, 4473.0, 4454.0, 4455.0, 4474.0, 4455.0, 4513.0, 4452.0, 4475.0, 4504.0, 4439.0, 4503.0, 4475.0, 4495.0, 4483.0, 4465.0, 4534.0, 4485.0, 4478.0, 4483.0, 4454.0, 4533.0, 4443.0, 4503.0, 4453.0, 4445.0, 4503.0, 4454.0, 4481.0, 4444.0, 4457.0, 4448.0, 4437.0, 4455.0, 4457.0, 4455.0, 4452.0, 4549.0, 4488.0, 4494.0, 4452.0, 4453.0, 4521.0, 4471.0, 4502.0, 4500.0, 4451.0, 4489.0, 4440.0, 4452.0, 4420.0, 4440.0, 4455.0, 4430.0, 4460.0, 4430.0, 4441.0, 4479.0, 4432.0, 4473.0, 4462.0, 4444.0, 4453.0, 4425.0, 4453.0, 4443.0, 4472.0, 4414.0, 4465.0, 4495.0, 4437.0, 4495.0, 4465.0, 4486.0, 4516.0, 4485.0, 4515.0, 4502.0, 4473.0, 4520.0, 4462.0, 4502.0, 4470.0, 4437.0, 4520.0, 4451.0, 4500.0, 4430.0, 4461.0, 4480.0, 4427.0, 4470.0, 4452.0, 4481.0, 4423.0, 4462.0, 4503.0, 4435.0, 4474.0, 4432.0, 4452.0, 4520.0, 4431.0, 4500.0, 4450.0, 4433.0, 4509.0, 4440.0, 4489.0, 4429.0, 4460.0, 4487.0, 4413.0, 4462.0, 4428.0, 4432.0, 4478.0, 4429.0, 4468.0, 4411.0, 4451.0, 4470.0, 4411.0, 4478.0, 4427.0, 4431.0, 4487.0, 4411.0, 4463.0, 4440.0, 4451.0, 4439.0, 4442.0, 4470.0, 4441.0, 4461.0, 4475.0, 4443.0, 4464.0, 4463.0, 4485.0, 4427.0, 4464.0, 4444.0, 4473.0, 4444.0, 4456.0, 4428.0, 4446.0, 4505.0, 4455.0, 4515.0, 4475.0, 4476.0, 4534.0, 4503.0, 4503.0, 4492.0, 4470.0, 4509.0, 4478.0, 4489.0, 4507.0, 4457.0, 4497.0, 4445.0, 4428.0, 4505.0, 4410.0, 4474.0, 4414.0, 4445.0, 4423.0, 4415.0, 4464.0, 4427.0, 4446.0, 4406.0, 4437.0, 4435.0, 4427.0, 4466.0, 4427.0, 4430.0, 4417.0, 4438.0, 4478.0, 4418.0, 4457.0, 4399.0, 4449.0, 4478.0, 4430.0, 4458.0, 4420.0, 4459.0, 4429.0, 4460.0, 4471.0, 4414.0, 4472.0, 4441.0, 4452.0, 4490.0, 4431.0, 4471.0, 4431.0, 4444.0, 4500.0, 4441.0, 4462.0, 4432.0, 4452.0, 4451.0, 4443.0, 4433.0, 4447.0, 4447.0, 4471.0, 4506.0, 4469.0, 4478.0, 4455.0, 4476.0, 4524.0, 4483.0, 4496.0, 4473.0, 4472.0, 4501.0, 4454.0, 4464.0, 4453.0, 4456.0, 4415.0, 4425.0, 4443.0, 4455.0, 4427.0, 4448.0, 4476.0, 4437.0, 4485.0, 4467.0, 4468.0, 4450.0, 4487.0, 4477.0, 4467.0, 4517.0, 4495.0, 4515.0, 4444.0, 4474.0, 4505.0, 4426.0, 4512.0, 4434.0, 4445.0, 4462.0, 4453.0, 4482.0, 4443.0, 4464.0, 4443.0, 4436.0, 4473.0, 4445.0, 4484.0, 4455.0, 4457.0, 4494.0, 4437.0, 4506.0, 4464.0, 4503.0, 4444.0, 4445.0, 4503.0, 4473.0, 4501.0, 4441.0, 4481.0, 4433.0, 4439.0, 4492.0, 4443.0, 4465.0, 4443.0, 4464.0, 4475.0, 4437.0, 4466.0, 4454.0, 4456.0, 4435.0, 4438.0, 4505.0, 4483.0, 4484.0, 4451.0, 4463.0, 4510.0, 4442.0, 4492.0, 4454.0, 4464.0, 4414.0, 4443.0, 4484.0, 4443.0, 4472.0, 4443.0, 4464.0, 4492.0, 4444.0, 4483.0], 'WindowWidth': [9938.0, 9894.0, 9894.0, 9890.0, 9822.0, 9863.0, 9831.0, 9860.0, 9896.0, 9843.0, 9890.0, 9925.0, 9856.0, 9904.0, 9854.0, 9894.0, 9837.0, 9834.0, 9939.0, 9846.0, 9869.0, 9829.0, 9847.0, 9921.0, 9831.0, 9877.0, 9886.0, 9863.0, 9896.0, 9849.0, 9888.0, 9866.0, 9879.0, 9947.0, 9872.0, 9855.0, 9906.0, 9842.0, 9905.0, 9798.0, 9838.0, 9934.0, 9849.0, 9903.0, 9831.0, 9839.0, 9913.0, 9809.0, 9866.0, 9898.0, 9809.0, 9873.0, 9778.0, 9851.0, 9850.0, 9830.0, 9899.0, 9845.0, 9857.0, 9892.0, 9844.0, 9888.0, 9916.0, 9840.0, 9900.0, 9863.0, 9870.0, 9822.0, 9903.0, 9908.0, 9854.0, 9931.0, 9823.0, 9889.0, 9829.0, 9822.0, 9915.0, 9828.0, 9901.0, 9809.0, 9793.0, 9842.0, 9872.0, 9803.0, 9832.0, 9845.0, 9826.0, 9874.0, 9824.0, 9862.0, 9811.0, 9826.0, 9898.0, 9803.0, 9867.0, 9812.0, 9839.0, 9891.0, 9837.0, 9891.0, 9832.0, 9847.0, 9826.0, 9794.0, 9872.0, 9814.0, 9814.0, 9811.0, 9789.0, 9826.0, 9775.0, 9792.0, 9829.0, 9780.0, 9841.0, 9803.0, 9818.0, 9852.0, 9774.0, 9838.0, 9782.0, 9785.0, 9864.0, 9775.0, 9812.0, 9775.0, 9788.0, 9707.0, 9780.0, 9817.0, 9802.0, 9829.0, 9806.0, 9825.0, 9886.0, 9774.0, 9865.0, 9841.0, 9859.0, 9911.0, 9860.0, 9899.0, 9829.0, 9807.0, 9900.0, 9815.0, 9894.0, 9840.0, 9840.0, 9827.0, 9860.0, 9912.0, 9838.0, 9880.0, 9916.0, 9835.0, 9909.0, 9848.0, 9849.0, 9843.0, 9812.0, 9882.0, 9834.0, 9937.0, 9833.0, 9899.0, 9859.0, 9877.0, 9903.0, 9867.0, 9909.0, 9847.0, 9862.0, 9916.0, 9800.0, 9892.0, 9831.0, 9837.0, 9831.0, 9829.0, 9883.0, 9843.0, 9863.0, 9801.0, 9806.0, 9895.0, 9805.0, 9833.0, 9810.0, 9825.0, 9890.0, 9825.0, 9838.0, 9808.0, 9841.0, 9865.0, 9777.0, 9887.0, 9824.0, 9862.0, 9806.0, 9825.0, 9881.0, 9829.0, 9863.0, 9841.0, 9867.0, 9822.0, 9842.0, 9909.0, 9827.0, 9877.0, 9837.0, 9851.0, 9860.0, 9822.0, 9919.0, 9813.0, 9877.0, 9846.0, 9824.0, 9915.0, 9805.0, 9876.0, 9840.0, 9826.0, 9884.0, 9810.0, 9886.0, 9825.0, 9792.0, 9805.0, 9828.0, 9840.0, 9899.0, 9819.0, 9863.0, 9857.0, 9861.0, 9903.0, 9819.0, 9834.0, 9911.0, 9835.0, 9879.0, 9885.0, 9828.0, 9874.0, 9773.0, 9800.0, 9865.0, 9803.0, 9846.0, 9781.0, 9770.0, 9835.0, 9740.0, 9764.0, 9724.0, 9745.0, 9794.0, 9728.0, 9771.0, 9733.0, 9753.0, 9787.0, 9757.0, 9800.0, 9776.0, 9758.0, 9830.0, 9797.0, 9825.0, 9798.0, 9816.0, 9855.0, 9814.0, 9827.0, 9765.0, 9802.0, 9878.0, 9788.0, 9830.0, 9788.0, 9806.0, 9845.0, 9822.0, 9837.0, 9769.0, 9807.0, 9872.0, 9834.0, 9849.0, 9854.0, 9845.0, 9884.0, 9933.0, 9862.0, 9847.0, 9921.0, 9774.0, 9863.0, 9797.0, 9817.0, 9878.0, 9783.0, 9873.0, 9767.0, 9809.0, 9869.0, 9812.0, 9835.0, 9791.0, 9856.0, 9820.0, 9815.0, 9887.0, 9854.0, 9877.0, 9864.0, 9876.0, 9836.0, 9865.0, 9958.0, 9867.0, 9913.0, 9874.0, 9889.0, 9877.0, 9835.0, 9947.0, 9834.0, 9912.0, 9860.0, 9861.0, 9806.0, 9809.0, 9957.0, 9844.0, 9853.0, 9866.0, 9861.0, 9814.0, 9843.0, 9809.0, 9815.0, 9830.0, 9839.0, 9848.0, 9855.0, 9920.0, 9838.0, 9909.0, 9868.0, 9843.0, 9938.0, 9847.0, 9870.0, 9870.0, 9822.0, 9922.0, 9816.0, 9899.0, 9813.0, 9875.0, 9825.0, 9784.0, 9810.0, 9839.0, 9796.0, 9878.0, 9809.0, 9854.0, 9835.0, 9823.0, 9915.0, 9832.0, 9887.0, 9829.0, 9841.0, 9801.0, 9818.0, 9907.0, 9765.0, 9824.0, 9814.0, 9827.0, 9804.0, 9784.0, 9870.0, 9771.0, 9834.0, 9756.0, 9812.0, 9869.0, 9832.0, 9892.0, 9838.0, 9845.0, 9848.0, 9835.0, 9880.0, 9952.0, 9857.0, 9898.0, 9838.0, 9840.0, 9931.0, 9807.0, 9899.0, 9834.0, 9856.0, 9872.0, 9809.0, 9884.0, 9768.0, 9796.0, 9822.0, 9791.0, 9862.0, 9830.0, 9851.0, 9819.0, 9855.0, 9839.0, 9858.0, 9836.0, 9837.0, 9884.0, 9834.0, 9873.0, 9854.0, 9797.0, 9872.0, 9855.0, 9891.0, 9838.0, 9842.0, 9895.0, 9851.0, 9887.0, 9847.0, 9863.0, 9819.0, 9811.0, 9889.0, 9822.0, 9851.0, 9907.0, 9843.0, 9935.0, 9838.0, 9889.0, 9838.0, 9805.0, 9858.0, 9824.0, 9863.0, 9828.0, 9853.0, 9802.0, 9841.0, 9842.0, 9885.0, 9845.0, 9837.0, 9952.0, 9911.0, 9908.0, 9824.0, 9876.0, 9955.0, 9856.0, 9888.0, 9864.0, 9851.0, 9932.0, 9859.0, 9860.0, 9841.0, 9855.0, 9812.0, 9771.0, 9882.0, 9789.0, 9841.0, 9758.0, 9831.0, 9761.0, 9828.0, 9844.0, 9811.0, 9860.0, 9822.0, 9869.0, 9903.0, 9841.0, 9918.0, 9857.0, 9859.0, 9865.0, 9815.0, 9894.0, 9775.0, 9826.0, 9824.0, 9750.0, 9890.0, 9759.0, 9835.0, 9795.0, 9762.0, 9885.0, 9783.0, 9834.0, 9768.0, 9797.0, 9810.0, 9789.0, 9837.0, 9762.0, 9816.0, 9850.0, 9788.0, 9840.0, 9766.0, 9818.0, 9844.0, 9764.0, 9880.0, 9812.0, 9777.0, 9894.0, 9767.0, 9817.0, 9812.0, 9816.0, 9905.0, 9786.0, 9838.0, 9783.0, 9818.0, 9880.0, 9799.0, 9829.0, 9784.0, 9781.0, 9840.0, 9819.0, 9828.0, 9790.0, 9804.0, 9805.0, 9823.0, 9781.0, 9787.0, 9849.0, 9823.0, 9826.0, 9850.0, 9828.0, 9904.0, 9821.0, 9853.0, 9892.0, 9795.0, 9890.0, 9854.0, 9882.0, 9863.0, 9840.0, 9937.0, 9867.0, 9847.0, 9860.0, 9825.0, 9932.0, 9807.0, 9887.0, 9822.0, 9812.0, 9888.0, 9826.0, 9858.0, 9811.0, 9819.0, 9807.0, 9792.0, 9829.0, 9834.0, 9830.0, 9824.0, 9965.0, 9860.0, 9877.0, 9817.0, 9820.0, 9913.0, 9841.0, 9885.0, 9879.0, 9813.0, 9864.0, 9798.0, 9800.0, 9753.0, 9798.0, 9806.0, 9784.0, 9823.0, 9783.0, 9802.0, 9850.0, 9790.0, 9848.0, 9830.0, 9810.0, 9806.0, 9770.0, 9806.0, 9811.0, 9847.0, 9756.0, 9841.0, 9868.0, 9792.0, 9883.0, 9843.0, 9873.0, 9900.0, 9866.0, 9911.0, 9886.0, 9846.0, 9909.0, 9830.0, 9885.0, 9838.0, 9787.0, 9909.0, 9815.0, 9880.0, 9785.0, 9826.0, 9851.0, 9774.0, 9838.0, 9817.0, 9855.0, 9764.0, 9832.0, 9875.0, 9786.0, 9837.0, 9776.0, 9818.0, 9909.0, 9787.0, 9880.0, 9812.0, 9778.0, 9891.0, 9799.0, 9863.0, 9782.0, 9825.0, 9860.0, 9753.0, 9815.0, 9780.0, 9774.0, 9844.0, 9782.0, 9833.0, 9746.0, 9813.0, 9822.0, 9744.0, 9846.0, 9777.0, 9771.0, 9857.0, 9745.0, 9818.0, 9798.0, 9813.0, 9797.0, 9804.0, 9840.0, 9802.0, 9830.0, 9837.0, 9808.0, 9822.0, 9832.0, 9866.0, 9775.0, 9837.0, 9812.0, 9848.0, 9812.0, 9814.0, 9778.0, 9802.0, 9882.0, 9829.0, 9911.0, 9853.0, 9857.0, 9936.0, 9887.0, 9886.0, 9854.0, 9835.0, 9892.0, 9843.0, 9861.0, 9883.0, 9813.0, 9869.0, 9794.0, 9759.0, 9878.0, 9737.0, 9830.0, 9750.0, 9793.0, 9762.0, 9755.0, 9819.0, 9773.0, 9798.0, 9744.0, 9786.0, 9781.0, 9775.0, 9824.0, 9774.0, 9765.0, 9759.0, 9791.0, 9829.0, 9763.0, 9814.0, 9725.0, 9807.0, 9844.0, 9782.0, 9817.0, 9770.0, 9822.0, 9782.0, 9825.0, 9825.0, 9753.0, 9843.0, 9801.0, 9816.0, 9864.0, 9787.0, 9840.0, 9786.0, 9793.0, 9878.0, 9801.0, 9814.0, 9789.0, 9817.0, 9813.0, 9807.0, 9797.0, 9806.0, 9821.0, 9844.0, 9899.0, 9836.0, 9848.0, 9827.0, 9855.0, 9919.0, 9862.0, 9867.0, 9845.0, 9845.0, 9882.0, 9823.0, 9822.0, 9822.0, 9813.0, 9756.0, 9771.0, 9807.0, 9827.0, 9777.0, 9808.0, 9842.0, 9791.0, 9868.0, 9848.0, 9835.0, 9813.0, 9875.0, 9845.0, 9845.0, 9898.0, 9880.0, 9908.0, 9795.0, 9848.0, 9880.0, 9772.0, 9899.0, 9780.0, 9796.0, 9830.0, 9821.0, 9859.0, 9808.0, 9836.0, 9806.0, 9787.0, 9849.0, 9815.0, 9864.0, 9827.0, 9817.0, 9875.0, 9789.0, 9882.0, 9835.0, 9888.0, 9791.0, 9796.0, 9875.0, 9829.0, 9879.0, 9798.0, 9852.0, 9776.0, 9793.0, 9871.0, 9806.0, 9822.0, 9807.0, 9838.0, 9836.0, 9789.0, 9826.0, 9823.0, 9812.0, 9782.0, 9792.0, 9882.0, 9859.0, 9848.0, 9813.0, 9832.0, 9893.0, 9803.0, 9870.0, 9825.0, 9838.0, 9753.0, 9807.0, 9847.0, 9807.0, 9845.0, 9808.0, 9837.0, 9871.0, 9809.0, 9860.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.0007343053960964409</td></tr>
<tr><td colspan=3>aqi</td><td>0.024221467738231917</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.258540681770064</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1846510199080456</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779425915057472</td></tr>
<tr><td colspan=3>efc</td><td>0.4614</td></tr>
<tr><td colspan=3>fber</td><td>7372.001</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08596580530866148</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9517795637198623</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.639570614712106</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.57727112037125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8547516592101436</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4866890645549256</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139286</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01114809513092041</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024469193071126938</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.506659264877054</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>21.0095</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8669</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.8773</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>300687.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>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.7109</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5703</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.6172</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3616.2272</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1107.5996</td></tr>
<tr><td colspan=3>tsnr</td><td>37.35738764691632</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>