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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-01/func/sub-0104_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5371ffbf0b60efa3eefeff1b745b59e8</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>16:52:58.547500</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.996525, -0.0408717, -0.0725763, 0.0503074, 0.989791, 0.133351]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.115212</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7806, -7202, 342, -101, -158, -2, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.038</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8df5314c-5736-4bbf-98cc-c8d978e6049d||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.6736037731170654, 0.13497112691402435, -0.17923983931541443, 113.60630798339844], [0.10965587943792343, 2.6555376052856445, 0.3686542212963104, -106.09335327148438], [-0.19471697509288788, -0.3577706217765808, 2.668701410293579, -42.06920623779297], [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': ['165258.547500', '165259.007500', '165259.467500', '165259.927500', '165300.387500', '165300.847500', '165301.307500', '165301.767500', '165302.227500', '165302.687500', '165303.147500', '165303.607500', '165304.067500', '165304.527500', '165304.987500', '165305.447500', '165305.907500', '165306.367500', '165306.827500', '165307.287500', '165307.747500', '165308.207500', '165308.667500', '165309.127500', '165309.587500', '165310.047500', '165310.507500', '165310.967500', '165311.427500', '165311.887500', '165312.347500', '165312.807500', '165313.267500', '165313.727500', '165314.187500', '165314.647500', '165315.107500', '165315.567500', '165316.027500', '165316.487500', '165316.947500', '165317.407500', '165317.867500', '165318.327500', '165318.787500', '165319.247500', '165319.707500', '165320.167500', '165320.627500', '165321.087500', '165321.547500', '165322.007500', '165322.467500', '165322.927500', '165323.387500', '165323.847500', '165324.307500', '165324.767500', '165325.227500', '165325.687500', '165326.147500', '165326.607500', '165327.067500', '165327.527500', '165327.987500', '165328.447500', '165328.907500', '165329.367500', '165329.827500', '165330.287500', '165330.747500', '165331.207500', '165331.667500', '165332.127500', '165332.587500', '165333.047500', '165333.507500', '165333.967500', '165334.427500', '165334.887500', '165335.347500', '165335.807500', '165336.267500', '165336.727500', '165337.187500', '165337.647500', '165338.107500', '165338.567500', '165339.027500', '165339.487500', '165339.947500', '165340.407500', '165340.867500', '165341.327500', '165341.787500', '165342.247500', '165342.707500', '165343.167500', '165343.627500', '165344.087500', '165344.547500', '165345.007500', '165345.467500', '165345.927500', '165346.387500', '165346.847500', '165347.307500', '165347.767500', '165348.227500', '165348.687500', '165349.147500', '165349.607500', '165350.067500', '165350.527500', '165350.987500', '165351.447500', '165351.907500', '165352.367500', '165352.827500', '165353.287500', '165353.747500', '165354.207500', '165354.667500', '165355.127500', '165355.587500', '165356.047500', '165356.507500', '165356.967500', '165357.427500', '165357.887500', '165358.347500', '165358.807500', '165359.267500', '165359.727500', '165400.187500', '165400.647500', '165401.107500', '165401.567500', '165402.027500', '165402.487500', '165402.947500', '165403.407500', '165403.867500', '165404.327500', '165404.787500', '165405.247500', '165405.707500', '165406.167500', '165406.627500', '165407.087500', '165407.547500', '165408.007500', '165408.467500', '165408.927500', '165409.387500', '165409.847500', '165410.307500', '165410.767500', '165411.227500', '165411.687500', '165412.147500', '165412.607500', '165413.067500', '165413.527500', '165413.987500', '165414.447500', '165414.907500', '165415.367500', '165415.827500', '165416.287500', '165416.747500', '165417.207500', '165417.667500', '165418.127500', '165418.587500', '165419.047500', '165419.507500', '165419.967500', '165420.427500', '165420.887500', '165421.347500', '165421.807500', '165422.267500', '165422.727500', '165423.187500', '165423.647500', '165424.107500', '165424.567500', '165425.027500', '165425.487500', '165425.947500', '165426.407500', '165426.867500', '165427.327500', '165427.787500', '165428.247500', '165428.707500', '165429.167500', '165429.627500', '165430.087500', '165430.547500', '165431.007500', '165431.467500', '165431.927500', '165432.387500', '165432.847500', '165433.307500', '165433.767500', '165434.227500', '165434.687500', '165435.147500', '165435.607500', '165436.067500', '165436.527500', '165436.987500', '165437.447500', '165437.907500', '165438.367500', '165438.827500', '165439.287500', '165439.747500', '165440.207500', '165440.667500', '165441.127500', '165441.587500', '165442.047500', '165442.507500', '165442.967500', '165443.427500', '165443.887500', '165444.347500', '165444.807500', '165445.267500', '165445.727500', '165446.187500', '165446.647500', '165447.107500', '165447.567500', '165448.027500', '165448.487500', '165448.947500', '165449.407500', '165449.867500', '165450.327500', '165450.787500', '165451.247500', '165451.707500', '165452.167500', '165452.627500', '165453.087500', '165453.547500', '165454.007500', '165454.467500', '165454.927500', '165455.387500', '165455.847500', '165456.307500', '165456.767500', '165457.227500', '165457.687500', '165458.147500', '165458.607500', '165459.067500', '165459.527500', '165459.987500', '165500.447500', '165500.907500', '165501.367500', '165501.827500', '165502.287500', '165502.747500', '165503.207500', '165503.667500', '165504.127500', '165504.587500', '165505.047500', '165505.507500', '165505.967500', '165506.427500', '165506.887500', '165507.347500', '165507.807500', '165508.267500', '165508.727500', '165509.187500', '165509.647500', '165510.107500', '165510.567500', '165511.027500', '165511.487500', '165511.947500', '165512.407500', '165512.867500', '165513.327500', '165513.787500', '165514.247500', '165514.707500', '165515.167500', '165515.627500', '165516.087500', '165516.547500', '165517.007500', '165517.467500', '165517.927500', '165518.387500', '165518.847500', '165519.307500', '165519.767500', '165520.227500', '165520.687500', '165521.147500', '165521.607500', '165522.067500', '165522.527500', '165522.987500', '165523.447500', '165523.907500', '165524.367500', '165524.827500', '165525.287500', '165525.747500', '165526.207500', '165526.667500', '165527.127500', '165527.587500', '165528.047500', '165528.507500', '165528.967500', '165529.427500', '165529.887500', '165530.347500', '165530.807500', '165531.267500', '165531.727500', '165532.187500', '165532.647500', '165533.107500', '165533.567500', '165534.027500', '165534.487500', '165534.947500', '165535.407500', '165535.867500', '165536.327500', '165536.787500', '165537.247500', '165537.707500', '165538.167500', '165538.627500', '165539.087500', '165539.547500', '165540.007500', '165540.467500', '165540.927500', '165541.387500', '165541.847500', '165542.307500', '165542.767500', '165543.227500', '165543.687500', '165544.147500', '165544.607500', '165545.067500', '165545.527500', '165545.987500', '165546.447500', '165546.907500', '165547.367500', '165547.827500', '165548.287500', '165548.747500', '165549.207500', '165549.667500', '165550.127500', '165550.587500', '165551.047500', '165551.507500', '165551.967500', '165552.427500', '165552.887500', '165553.347500', '165553.807500', '165554.267500', '165554.727500', '165555.187500', '165555.647500', '165556.107500', '165556.567500', '165557.027500', '165557.487500', '165557.947500', '165558.407500', '165558.867500', '165559.327500', '165559.787500', '165600.247500', '165600.707500', '165601.167500', '165601.627500', '165602.087500', '165602.547500', '165603.007500', '165603.467500', '165603.927500', '165604.387500', '165604.847500', '165605.307500', '165605.767500', '165606.227500', '165606.687500', '165607.147500', '165607.607500', '165608.067500', '165608.527500', '165608.987500', '165609.447500', '165609.907500', '165610.367500', '165610.827500', '165611.287500', '165611.747500', '165612.207500', '165612.667500', '165613.127500', '165613.587500', '165614.047500', '165614.507500', '165614.967500', '165615.427500', '165615.887500', '165616.347500', '165616.807500', '165617.267500', '165617.727500', '165618.187500', '165618.647500', '165619.107500', '165619.567500', '165620.027500', '165620.487500', '165620.947500', '165621.407500', '165621.867500', '165622.327500', '165622.787500', '165623.247500', '165623.707500', '165624.167500', '165624.627500', '165625.087500', '165625.547500', '165626.007500', '165626.467500', '165626.927500', '165627.387500', '165627.847500', '165628.307500', '165628.767500', '165629.227500', '165629.687500', '165630.147500', '165630.607500', '165631.067500', '165631.527500', '165631.987500', '165632.447500', '165632.907500', '165633.367500', '165633.827500', '165634.287500', '165634.747500', '165635.207500', '165635.667500', '165636.127500', '165636.587500', '165637.047500', '165637.507500', '165637.967500', '165638.427500', '165638.887500', '165639.347500', '165639.807500', '165640.267500', '165640.727500', '165641.187500', '165641.647500', '165642.107500', '165642.567500', '165643.027500', '165643.487500', '165643.947500', '165644.407500', '165644.867500', '165645.327500', '165645.787500', '165646.247500', '165646.707500', '165647.167500', '165647.627500', '165648.087500', '165648.547500', '165649.007500', '165649.467500', '165649.927500', '165650.387500', '165650.847500', '165651.307500', '165651.767500', '165652.227500', '165652.687500', '165653.147500', '165653.607500', '165654.067500', '165654.527500', '165654.987500', '165655.447500', '165655.907500', '165656.367500', '165656.827500', '165657.287500', '165657.747500', '165658.207500', '165658.667500', '165659.127500', '165659.587500', '165700.047500', '165700.507500', '165700.967500', '165701.427500', '165701.887500', '165702.347500', '165702.807500', '165703.267500', '165703.727500', '165704.187500', '165704.647500', '165705.107500', '165705.567500', '165706.027500', '165706.487500', '165706.947500', '165707.407500', '165707.867500', '165708.327500', '165708.787500', '165709.247500', '165709.707500', '165710.167500', '165710.627500', '165711.087500', '165711.547500', '165712.007500', '165712.467500', '165712.927500', '165713.387500', '165713.847500', '165714.307500', '165714.767500', '165715.227500', '165715.687500', '165716.147500', '165716.607500', '165717.067500', '165717.527500', '165717.987500', '165718.447500', '165718.907500', '165719.367500', '165719.827500', '165720.287500', '165720.747500', '165721.207500', '165721.667500', '165722.127500', '165722.587500', '165723.047500', '165723.507500', '165723.967500', '165724.427500', '165724.887500', '165725.347500', '165725.807500', '165726.267500', '165726.727500', '165727.187500', '165727.647500', '165728.107500', '165728.567500', '165729.027500', '165729.487500', '165729.947500', '165730.407500', '165730.867500', '165731.327500', '165731.787500', '165732.247500', '165732.707500', '165733.167500', '165733.627500', '165734.087500', '165734.547500', '165735.007500', '165735.467500', '165735.927500', '165736.387500', '165736.847500', '165737.307500', '165737.767500', '165738.227500', '165738.687500', '165739.147500', '165739.607500', '165740.067500', '165740.527500', '165740.987500', '165741.447500', '165741.907500', '165742.367500', '165742.827500', '165743.287500', '165743.747500', '165744.207500', '165744.667500', '165745.127500', '165745.587500', '165746.047500', '165746.507500', '165746.967500', '165747.427500', '165747.887500', '165748.347500', '165748.807500', '165749.267500', '165749.727500', '165750.187500', '165750.647500', '165751.107500', '165751.567500', '165752.027500', '165752.487500', '165752.947500', '165753.407500', '165753.867500', '165754.327500', '165754.787500', '165755.247500', '165755.707500', '165756.167500', '165756.627500', '165757.087500', '165757.547500', '165758.007500', '165758.467500', '165758.927500', '165759.387500', '165759.847500', '165800.307500', '165800.767500', '165801.227500', '165801.687500', '165802.147500', '165802.607500', '165803.067500', '165803.527500', '165803.987500', '165804.447500', '165804.907500', '165805.367500', '165805.827500', '165806.287500', '165806.747500', '165807.207500', '165807.667500', '165808.127500', '165808.587500', '165809.047500', '165809.507500', '165809.967500', '165810.427500', '165810.887500', '165811.347500', '165811.807500', '165812.267500', '165812.727500', '165813.187500', '165813.647500', '165814.107500', '165814.567500', '165815.027500', '165815.487500', '165815.947500', '165816.407500', '165816.867500', '165817.327500', '165817.787500', '165818.247500', '165818.707500', '165819.167500', '165819.627500', '165820.087500', '165820.547500', '165821.007500', '165821.467500', '165821.927500', '165822.387500', '165822.847500', '165823.307500', '165823.767500', '165824.227500', '165824.687500', '165825.147500', '165825.607500', '165826.067500', '165826.527500', '165826.987500', '165827.447500', '165827.907500', '165828.367500', '165828.827500', '165829.287500', '165829.747500', '165830.207500', '165830.667500', '165831.127500', '165831.587500', '165832.047500', '165832.507500', '165832.967500', '165833.427500', '165833.887500', '165834.347500', '165834.807500', '165835.267500', '165835.727500', '165836.187500', '165836.647500', '165837.107500', '165837.567500', '165838.027500', '165838.487500', '165838.947500', '165839.407500', '165839.867500', '165840.327500', '165840.787500', '165841.247500', '165841.707500', '165842.167500', '165842.627500', '165843.087500', '165843.547500', '165844.007500', '165844.467500', '165844.927500', '165845.387500', '165845.847500', '165846.307500', '165846.767500', '165847.227500', '165847.687500', '165848.147500', '165848.607500', '165849.067500', '165849.527500', '165849.987500', '165850.447500', '165850.907500', '165851.367500', '165851.827500', '165852.287500', '165852.747500', '165853.207500', '165853.667500', '165854.127500', '165854.587500', '165855.047500', '165855.507500', '165855.967500', '165856.427500', '165856.887500', '165857.347500', '165857.807500', '165858.267500', '165858.727500', '165859.187500', '165859.647500', '165900.107500', '165900.567500', '165901.027500', '165901.487500', '165901.947500', '165902.407500', '165902.867500', '165903.327500', '165903.787500', '165904.247500', '165904.707500', '165905.167500', '165905.627500', '165906.087500', '165906.547500', '165907.007500', '165907.467500', '165907.927500', '165908.387500', '165908.847500', '165909.307500', '165909.767500', '165910.227500', '165910.687500', '165911.147500', '165911.607500', '165912.067500', '165912.527500', '165912.987500', '165913.447500', '165913.907500', '165914.367500', '165914.827500', '165915.287500', '165915.747500', '165916.207500', '165916.667500', '165917.127500', '165917.587500', '165918.047500', '165918.507500', '165918.967500', '165919.427500', '165919.887500', '165920.347500', '165920.807500', '165921.267500', '165921.727500', '165922.187500', '165922.647500', '165923.107500', '165923.567500', '165924.027500', '165924.487500', '165924.947500', '165925.407500', '165925.867500', '165926.327500', '165926.787500', '165927.247500', '165927.707500', '165928.167500', '165928.627500', '165929.087500', '165929.547500', '165930.007500', '165930.467500', '165930.927500', '165931.387500', '165931.847500', '165932.307500', '165932.767500', '165933.227500', '165933.687500', '165934.147500', '165934.607500', '165935.067500', '165935.527500', '165935.987500', '165936.447500', '165936.907500', '165937.367500', '165937.827500', '165938.287500', '165938.747500', '165939.207500'], 'ContentTime': ['165313.140000', '165313.143000', '165313.146000', '165313.148000', '165313.151000', '165313.154000', '165313.156000', '165313.159000', '165313.161000', '165313.168000', '165313.170000', '165313.179000', '165313.182000', '165313.184000', '165313.187000', '165313.190000', '165313.192000', '165313.195000', '165313.198000', '165313.200000', '165313.203000', '165313.205000', '165313.208000', '165313.211000', '165313.213000', '165313.216000', '165313.218000', '165313.221000', '165313.224000', '165313.226000', '165333.114000', '165333.117000', '165333.120000', '165333.123000', '165333.125000', '165333.128000', '165333.130000', '165333.139000', '165333.142000', '165333.144000', '165333.147000', '165333.150000', '165333.153000', '165333.155000', '165333.158000', '165333.160000', '165333.163000', '165333.166000', '165333.168000', '165333.171000', '165333.173000', '165333.176000', '165333.179000', '165333.181000', '165333.184000', '165333.186000', '165333.189000', '165333.192000', '165333.194000', '165333.197000', '165333.199000', '165333.202000', '165333.205000', '165333.207000', '165333.211000', '165333.214000', '165333.216000', '165333.219000', '165333.221000', '165333.224000', '165333.227000', '165333.229000', '165333.232000', '165353.114000', '165353.117000', '165353.120000', '165353.122000', '165353.125000', '165353.128000', '165353.130000', '165353.133000', '165353.135000', '165353.138000', '165353.141000', '165353.143000', '165353.146000', '165353.148000', '165353.151000', '165353.154000', '165353.156000', '165353.159000', '165353.161000', '165353.164000', '165353.167000', '165353.169000', '165353.172000', '165353.175000', '165353.180000', '165353.183000', '165353.186000', '165353.188000', '165353.191000', '165353.193000', '165353.196000', '165353.199000', '165353.201000', '165353.204000', '165353.206000', '165353.209000', '165353.211000', '165353.214000', '165353.217000', '165353.219000', '165353.222000', '165353.224000', '165353.227000', '165353.230000', '165413.114000', '165413.117000', '165413.120000', '165413.122000', '165413.125000', '165413.128000', '165413.130000', '165413.133000', '165413.136000', '165413.138000', '165413.141000', '165413.143000', '165413.146000', '165413.149000', '165413.151000', '165413.154000', '165413.157000', '165413.159000', '165413.162000', '165413.164000', '165413.167000', '165413.170000', '165413.172000', '165413.175000', '165413.177000', '165413.180000', '165413.183000', '165413.186000', '165413.189000', '165413.191000', '165413.194000', '165413.197000', '165413.199000', '165413.202000', '165413.204000', '165413.207000', '165413.210000', '165413.212000', '165413.215000', '165413.217000', '165413.220000', '165413.223000', '165413.225000', '165433.113000', '165433.116000', '165433.119000', '165433.122000', '165433.124000', '165433.127000', '165433.129000', '165433.132000', '165433.135000', '165433.137000', '165433.140000', '165433.143000', '165433.145000', '165433.148000', '165433.151000', '165433.153000', '165433.156000', '165433.158000', '165433.161000', '165433.163000', '165433.166000', '165433.169000', '165433.171000', '165433.183000', '165433.186000', '165433.188000', '165433.191000', '165433.193000', '165433.196000', '165433.199000', '165433.201000', '165433.204000', '165433.206000', '165433.209000', '165433.212000', '165433.214000', '165433.217000', '165433.220000', '165433.222000', '165433.225000', '165433.227000', '165433.230000', '165433.232000', '165433.235000', '165453.114000', '165453.117000', '165453.120000', '165453.123000', '165453.125000', '165453.128000', '165453.130000', '165453.133000', '165453.136000', '165453.138000', '165453.141000', '165453.144000', '165453.146000', '165453.149000', '165453.151000', '165453.154000', '165453.157000', '165453.159000', '165453.162000', '165453.164000', '165453.167000', '165453.169000', '165453.172000', '165453.175000', '165453.178000', '165453.180000', '165453.183000', '165453.186000', '165453.188000', '165453.191000', '165453.194000', '165453.196000', '165453.199000', '165453.201000', '165453.204000', '165453.207000', '165453.209000', '165453.212000', '165453.215000', '165453.217000', '165453.220000', '165453.222000', '165453.225000', '165513.114000', '165513.117000', '165513.120000', '165513.122000', '165513.125000', '165513.128000', '165513.130000', '165513.133000', '165513.135000', '165513.138000', '165513.141000', '165513.143000', '165513.146000', '165513.149000', '165513.151000', '165513.154000', '165513.156000', '165513.159000', '165513.162000', '165513.164000', '165513.167000', '165513.170000', '165513.172000', '165513.175000', '165513.177000', '165513.180000', '165513.183000', '165513.185000', '165513.188000', '165513.191000', '165513.193000', '165513.196000', '165513.199000', '165513.201000', '165513.204000', '165513.207000', '165513.209000', '165513.212000', '165513.214000', '165513.217000', '165513.220000', '165513.222000', '165513.225000', '165513.228000', '165533.114000', '165533.117000', '165533.120000', '165533.123000', '165533.125000', '165533.128000', '165533.131000', '165533.133000', '165533.136000', '165533.138000', '165533.141000', '165533.144000', '165533.146000', '165533.149000', '165533.151000', '165533.154000', '165533.157000', '165533.159000', '165533.162000', '165533.164000', '165533.167000', '165533.170000', '165533.172000', '165533.175000', '165533.177000', '165533.180000', '165533.183000', '165533.185000', '165533.188000', '165533.191000', '165533.193000', '165533.196000', '165533.198000', '165533.201000', '165533.204000', '165533.207000', '165533.209000', '165533.212000', '165533.214000', '165533.217000', '165533.220000', '165533.222000', '165533.225000', '165553.115000', '165553.117000', '165553.120000', '165553.123000', '165553.126000', '165553.128000', '165553.131000', '165553.134000', '165553.136000', '165553.139000', '165553.141000', '165553.144000', '165553.147000', '165553.149000', '165553.152000', '165553.155000', '165553.157000', '165553.160000', '165553.163000', '165553.165000', '165553.168000', '165553.171000', '165553.173000', '165553.176000', '165553.178000', '165553.181000', '165553.184000', '165553.186000', '165553.189000', '165553.192000', '165553.194000', '165553.197000', '165553.200000', '165553.203000', '165553.205000', '165553.208000', '165553.210000', '165553.213000', '165553.216000', '165553.218000', '165553.221000', '165553.224000', '165553.226000', '165553.229000', '165613.115000', '165613.118000', '165613.120000', '165613.123000', '165613.157000', '165613.160000', '165613.163000', '165613.165000', '165613.168000', '165613.171000', '165613.173000', '165613.176000', '165613.178000', '165613.181000', '165613.184000', '165613.186000', '165613.189000', '165613.192000', '165613.194000', '165613.197000', '165613.199000', '165613.202000', '165613.205000', '165613.207000', '165613.210000', '165613.212000', '165613.215000', '165613.218000', '165613.220000', '165613.223000', '165613.226000', '165613.228000', '165613.231000', '165613.234000', '165613.236000', '165613.239000', '165613.241000', '165613.244000', '165613.247000', '165613.249000', '165613.252000', '165613.255000', '165613.257000', '165633.114000', '165633.117000', '165633.120000', '165633.123000', '165633.125000', '165633.128000', '165633.130000', '165633.133000', '165633.136000', '165633.138000', '165633.141000', '165633.143000', '165633.146000', '165633.149000', '165633.151000', '165633.154000', '165633.156000', '165633.159000', '165633.162000', '165633.164000', '165633.167000', '165633.169000', '165633.172000', '165633.175000', '165633.177000', '165633.180000', '165633.183000', '165633.185000', '165633.188000', '165633.190000', '165633.193000', '165633.196000', '165633.198000', '165633.201000', '165633.204000', '165633.206000', '165633.209000', '165633.211000', '165633.214000', '165633.216000', '165633.219000', '165633.221000', '165633.224000', '165633.227000', '165653.114000', '165653.116000', '165653.119000', '165653.122000', '165653.124000', '165653.127000', '165653.130000', '165653.132000', '165653.135000', '165653.137000', '165653.140000', '165653.143000', '165653.145000', '165653.148000', '165653.151000', '165653.153000', '165653.156000', '165653.159000', '165653.161000', '165653.164000', '165653.167000', '165653.169000', '165653.172000', '165653.174000', '165653.177000', '165653.180000', '165653.182000', '165653.185000', '165653.189000', '165653.191000', '165653.194000', '165653.197000', '165653.200000', '165653.203000', '165653.205000', '165653.208000', '165653.211000', '165653.213000', '165653.216000', '165653.219000', '165653.221000', '165653.224000', '165653.227000', '165713.114000', '165713.117000', '165713.120000', '165713.123000', '165713.125000', '165713.128000', '165713.131000', '165713.134000', '165713.136000', '165713.139000', '165713.142000', '165713.144000', '165713.147000', '165713.150000', '165713.152000', '165713.155000', '165713.157000', '165713.160000', '165713.163000', '165713.165000', '165713.168000', '165713.171000', '165713.174000', '165713.176000', '165713.179000', '165713.182000', '165713.184000', '165713.187000', '165713.190000', '165713.192000', '165713.195000', '165713.197000', '165713.200000', '165713.203000', '165713.206000', '165713.208000', '165713.211000', '165713.213000', '165713.216000', '165713.219000', '165713.221000', '165713.224000', '165713.227000', '165713.229000', '165733.115000', '165733.117000', '165733.120000', '165733.123000', '165733.125000', '165733.128000', '165733.131000', '165733.133000', '165733.136000', '165733.138000', '165733.141000', '165733.144000', '165733.146000', '165733.149000', '165733.151000', '165733.154000', '165733.157000', '165733.159000', '165733.162000', '165733.165000', '165733.168000', '165733.170000', '165733.173000', '165733.175000', '165733.178000', '165733.180000', '165733.183000', '165733.186000', '165733.188000', '165733.202000', '165733.205000', '165733.208000', '165733.210000', '165733.213000', '165733.215000', '165733.218000', '165733.221000', '165733.223000', '165733.226000', '165733.229000', '165733.231000', '165733.234000', '165733.236000', '165753.115000', '165753.117000', '165753.120000', '165753.122000', '165753.125000', '165753.128000', '165753.130000', '165753.133000', '165753.136000', '165753.138000', '165753.141000', '165753.143000', '165753.146000', '165753.149000', '165753.151000', '165753.154000', '165753.157000', '165753.159000', '165753.162000', '165753.164000', '165753.167000', '165753.170000', '165753.172000', '165753.175000', '165753.178000', '165753.180000', '165753.183000', '165753.185000', '165753.188000', '165753.191000', '165753.194000', '165753.196000', '165753.199000', '165753.202000', '165753.204000', '165753.207000', '165753.210000', '165753.212000', '165753.215000', '165753.217000', '165753.220000', '165753.223000', '165753.225000', '165813.115000', '165813.117000', '165813.120000', '165813.123000', '165813.125000', '165813.128000', '165813.131000', '165813.133000', '165813.136000', '165813.139000', '165813.141000', '165813.144000', '165813.147000', '165813.149000', '165813.152000', '165813.155000', '165813.157000', '165813.160000', '165813.162000', '165813.165000', '165813.168000', '165813.170000', '165813.173000', '165813.176000', '165813.178000', '165813.181000', '165813.183000', '165813.186000', '165813.189000', '165813.191000', '165813.194000', '165813.197000', '165813.200000', '165813.202000', '165813.205000', '165813.208000', '165813.210000', '165813.213000', '165813.215000', '165813.218000', '165813.221000', '165813.223000', '165813.226000', '165813.229000', '165833.115000', '165833.117000', '165833.120000', '165833.123000', '165833.125000', '165833.128000', '165833.131000', '165833.134000', '165833.137000', '165833.139000', '165833.142000', '165833.145000', '165833.147000', '165833.150000', '165833.152000', '165833.155000', '165833.158000', '165833.160000', '165833.163000', '165833.165000', '165833.168000', '165833.171000', '165833.173000', '165833.176000', '165833.178000', '165833.181000', '165833.184000', '165833.187000', '165833.189000', '165833.192000', '165833.195000', '165833.197000', '165833.200000', '165833.203000', '165833.205000', '165833.208000', '165833.210000', '165833.213000', '165833.216000', '165833.218000', '165833.221000', '165833.224000', '165833.226000', '165833.229000', '165853.115000', '165853.118000', '165853.120000', '165853.123000', '165853.125000', '165853.128000', '165853.131000', '165853.133000', '165853.136000', '165853.139000', '165853.141000', '165853.144000', '165853.146000', '165853.149000', '165853.152000', '165853.154000', '165853.157000', '165853.160000', '165853.162000', '165853.165000', '165853.167000', '165853.170000', '165853.173000', '165853.175000', '165853.178000', '165853.181000', '165853.183000', '165853.186000', '165853.189000', '165853.191000', '165853.194000', '165853.197000', '165853.199000', '165853.202000', '165853.205000', '165853.207000', '165853.210000', '165853.213000', '165853.215000', '165853.218000', '165853.230000', '165853.242000', '165853.245000', '165913.113000', '165913.116000', '165913.119000', '165913.122000', '165913.124000', '165913.127000', '165913.130000', '165913.132000', '165913.135000', '165913.137000', '165913.140000', '165913.143000', '165913.145000', '165913.148000', '165913.151000', '165913.153000', '165913.156000', '165913.159000', '165913.163000', '165913.165000', '165913.168000', '165913.170000', '165913.173000', '165913.176000', '165913.178000', '165913.181000', '165913.184000', '165913.186000', '165913.189000', '165913.192000', '165913.194000', '165913.197000', '165913.199000', '165913.202000', '165913.205000', '165913.207000', '165913.210000', '165913.212000', '165913.215000', '165913.218000', '165913.220000', '165913.223000', '165913.225000', '165913.228000', '165933.115000', '165933.117000', '165933.120000', '165933.123000', '165933.126000', '165933.128000', '165933.131000', '165933.134000', '165933.136000', '165933.139000', '165933.142000', '165933.144000', '165933.147000', '165933.150000', '165933.152000', '165933.155000', '165933.158000', '165933.160000', '165933.163000', '165933.165000', '165933.168000', '165933.171000', '165933.173000', '165933.176000', '165933.179000', '165933.181000', '165933.184000', '165933.186000', '165933.189000', '165933.192000', '165933.194000', '165933.197000', '165933.200000', '165933.202000', '165933.205000', '165933.208000', '165933.210000', '165933.213000', '165933.216000', '165933.218000', '165933.221000', '165933.223000', '165933.226000', '165940.219000', '165940.223000', '165940.226000', '165940.228000', '165940.231000', '165940.234000', '165940.236000', '165940.239000', '165940.241000', '165940.244000', '165940.247000', '165940.249000', '165940.252000', '165940.255000', '165940.257000', '165940.260000'], 'InstanceCreationTime': ['165313.140000', '165313.143000', '165313.146000', '165313.148000', '165313.151000', '165313.154000', '165313.156000', '165313.159000', '165313.161000', '165313.168000', '165313.170000', '165313.179000', '165313.182000', '165313.184000', '165313.187000', '165313.190000', '165313.192000', '165313.195000', '165313.198000', '165313.200000', '165313.203000', '165313.205000', '165313.208000', '165313.211000', '165313.213000', '165313.216000', '165313.218000', '165313.221000', '165313.224000', '165313.226000', '165333.114000', '165333.117000', '165333.120000', '165333.123000', '165333.125000', '165333.128000', '165333.130000', '165333.139000', '165333.142000', '165333.144000', '165333.147000', '165333.150000', '165333.153000', '165333.155000', '165333.158000', '165333.160000', '165333.163000', '165333.166000', '165333.168000', '165333.171000', '165333.173000', '165333.176000', '165333.179000', '165333.181000', '165333.184000', '165333.186000', '165333.189000', '165333.192000', '165333.194000', '165333.197000', '165333.199000', '165333.202000', '165333.205000', '165333.207000', '165333.211000', '165333.214000', '165333.216000', '165333.219000', '165333.221000', '165333.224000', '165333.227000', '165333.229000', '165333.232000', '165353.114000', '165353.117000', '165353.120000', '165353.122000', '165353.125000', '165353.128000', '165353.130000', '165353.133000', '165353.135000', '165353.138000', '165353.141000', '165353.143000', '165353.146000', '165353.148000', '165353.151000', '165353.154000', '165353.156000', '165353.159000', '165353.161000', '165353.164000', '165353.167000', '165353.169000', '165353.172000', '165353.175000', '165353.180000', '165353.183000', '165353.186000', '165353.188000', '165353.191000', '165353.193000', '165353.196000', '165353.199000', '165353.201000', '165353.204000', '165353.206000', '165353.209000', '165353.211000', '165353.214000', '165353.217000', '165353.219000', '165353.222000', '165353.224000', '165353.227000', '165353.230000', '165413.114000', '165413.117000', '165413.120000', '165413.122000', '165413.125000', '165413.128000', '165413.130000', '165413.133000', '165413.136000', '165413.138000', '165413.141000', '165413.143000', '165413.146000', '165413.149000', '165413.151000', '165413.154000', '165413.157000', '165413.159000', '165413.162000', '165413.164000', '165413.167000', '165413.170000', '165413.172000', '165413.175000', '165413.177000', '165413.180000', '165413.183000', '165413.186000', '165413.189000', '165413.191000', '165413.194000', '165413.197000', '165413.199000', '165413.202000', '165413.204000', '165413.207000', '165413.210000', '165413.212000', '165413.215000', '165413.217000', '165413.220000', '165413.223000', '165413.225000', '165433.113000', '165433.116000', '165433.119000', '165433.122000', '165433.124000', '165433.127000', '165433.129000', '165433.132000', '165433.135000', '165433.137000', '165433.140000', '165433.143000', '165433.145000', '165433.148000', '165433.151000', '165433.153000', '165433.156000', '165433.158000', '165433.161000', '165433.163000', '165433.166000', '165433.169000', '165433.171000', '165433.183000', '165433.186000', '165433.188000', '165433.191000', '165433.193000', '165433.196000', '165433.199000', '165433.201000', '165433.204000', '165433.206000', '165433.209000', '165433.212000', '165433.214000', '165433.217000', '165433.220000', '165433.222000', '165433.225000', '165433.227000', '165433.230000', '165433.232000', '165433.235000', '165453.114000', '165453.117000', '165453.120000', '165453.123000', '165453.125000', '165453.128000', '165453.130000', '165453.133000', '165453.136000', '165453.138000', '165453.141000', '165453.144000', '165453.146000', '165453.149000', '165453.151000', '165453.154000', '165453.157000', '165453.159000', '165453.162000', '165453.164000', '165453.167000', '165453.169000', '165453.172000', '165453.175000', '165453.178000', '165453.180000', '165453.183000', '165453.186000', '165453.188000', '165453.191000', '165453.194000', '165453.196000', '165453.199000', '165453.201000', '165453.204000', '165453.207000', '165453.209000', '165453.212000', '165453.215000', '165453.217000', '165453.220000', '165453.222000', '165453.225000', '165513.114000', '165513.117000', '165513.120000', '165513.122000', '165513.125000', '165513.128000', '165513.130000', '165513.133000', '165513.135000', '165513.138000', '165513.141000', '165513.143000', '165513.146000', '165513.149000', '165513.151000', '165513.154000', '165513.156000', '165513.159000', '165513.162000', '165513.164000', '165513.167000', '165513.170000', '165513.172000', '165513.175000', '165513.177000', '165513.180000', '165513.183000', '165513.185000', '165513.188000', '165513.191000', '165513.193000', '165513.196000', '165513.199000', '165513.201000', '165513.204000', '165513.207000', '165513.209000', '165513.212000', '165513.214000', '165513.217000', '165513.220000', '165513.222000', '165513.225000', '165513.228000', '165533.114000', '165533.117000', '165533.120000', '165533.123000', '165533.125000', '165533.128000', '165533.131000', '165533.133000', '165533.136000', '165533.138000', '165533.141000', '165533.144000', '165533.146000', '165533.149000', '165533.151000', '165533.154000', '165533.157000', '165533.159000', '165533.162000', '165533.164000', '165533.167000', '165533.170000', '165533.172000', '165533.175000', '165533.177000', '165533.180000', '165533.183000', '165533.185000', '165533.188000', '165533.191000', '165533.193000', '165533.196000', '165533.198000', '165533.201000', '165533.204000', '165533.207000', '165533.209000', '165533.212000', '165533.214000', '165533.217000', '165533.220000', '165533.222000', '165533.225000', '165553.115000', '165553.117000', '165553.120000', '165553.123000', '165553.126000', '165553.128000', '165553.131000', '165553.134000', '165553.136000', '165553.139000', '165553.141000', '165553.144000', '165553.147000', '165553.149000', '165553.152000', '165553.155000', '165553.157000', '165553.160000', '165553.163000', '165553.165000', '165553.168000', '165553.171000', '165553.173000', '165553.176000', '165553.178000', '165553.181000', '165553.184000', '165553.186000', '165553.189000', '165553.192000', '165553.194000', '165553.197000', '165553.200000', '165553.203000', '165553.205000', '165553.208000', '165553.210000', '165553.213000', '165553.216000', '165553.218000', '165553.221000', '165553.224000', '165553.226000', '165553.229000', '165613.115000', '165613.118000', '165613.120000', '165613.123000', '165613.157000', '165613.160000', '165613.163000', '165613.165000', '165613.168000', '165613.171000', '165613.173000', '165613.176000', '165613.178000', '165613.181000', '165613.184000', '165613.186000', '165613.189000', '165613.192000', '165613.194000', '165613.197000', '165613.199000', '165613.202000', '165613.205000', '165613.207000', '165613.210000', '165613.212000', '165613.215000', '165613.218000', '165613.220000', '165613.223000', '165613.226000', '165613.228000', '165613.231000', '165613.234000', '165613.236000', '165613.239000', '165613.241000', '165613.244000', '165613.247000', '165613.249000', '165613.252000', '165613.255000', '165613.257000', '165633.114000', '165633.117000', '165633.120000', '165633.123000', '165633.125000', '165633.128000', '165633.130000', '165633.133000', '165633.136000', '165633.138000', '165633.141000', '165633.143000', '165633.146000', '165633.149000', '165633.151000', '165633.154000', '165633.156000', '165633.159000', '165633.162000', '165633.164000', '165633.167000', '165633.169000', '165633.172000', '165633.175000', '165633.177000', '165633.180000', '165633.183000', '165633.185000', '165633.188000', '165633.190000', '165633.193000', '165633.196000', '165633.198000', '165633.201000', '165633.204000', '165633.206000', '165633.209000', '165633.211000', '165633.214000', '165633.216000', '165633.219000', '165633.221000', '165633.224000', '165633.227000', '165653.114000', '165653.116000', '165653.119000', '165653.122000', '165653.124000', '165653.127000', '165653.130000', '165653.132000', '165653.135000', '165653.137000', '165653.140000', '165653.143000', '165653.145000', '165653.148000', '165653.151000', '165653.153000', '165653.156000', '165653.159000', '165653.161000', '165653.164000', '165653.167000', '165653.169000', '165653.172000', '165653.174000', '165653.177000', '165653.180000', '165653.182000', '165653.185000', '165653.189000', '165653.191000', '165653.194000', '165653.197000', '165653.200000', '165653.203000', '165653.205000', '165653.208000', '165653.211000', '165653.213000', '165653.216000', '165653.219000', '165653.221000', '165653.224000', '165653.227000', '165713.114000', '165713.117000', '165713.120000', '165713.123000', '165713.125000', '165713.128000', '165713.131000', '165713.134000', '165713.136000', '165713.139000', '165713.142000', '165713.144000', '165713.147000', '165713.150000', '165713.152000', '165713.155000', '165713.157000', '165713.160000', '165713.163000', '165713.165000', '165713.168000', '165713.171000', '165713.174000', '165713.176000', '165713.179000', '165713.182000', '165713.184000', '165713.187000', '165713.190000', '165713.192000', '165713.195000', '165713.197000', '165713.200000', '165713.203000', '165713.206000', '165713.208000', '165713.211000', '165713.213000', '165713.216000', '165713.219000', '165713.221000', '165713.224000', '165713.227000', '165713.229000', '165733.115000', '165733.117000', '165733.120000', '165733.123000', '165733.125000', '165733.128000', '165733.131000', '165733.133000', '165733.136000', '165733.138000', '165733.141000', '165733.144000', '165733.146000', '165733.149000', '165733.151000', '165733.154000', '165733.157000', '165733.159000', '165733.162000', '165733.165000', '165733.168000', '165733.170000', '165733.173000', '165733.175000', '165733.178000', '165733.180000', '165733.183000', '165733.186000', '165733.188000', '165733.202000', '165733.205000', '165733.208000', '165733.210000', '165733.213000', '165733.215000', '165733.218000', '165733.221000', '165733.223000', '165733.226000', '165733.229000', '165733.231000', '165733.234000', '165733.236000', '165753.115000', '165753.117000', '165753.120000', '165753.122000', '165753.125000', '165753.128000', '165753.130000', '165753.133000', '165753.136000', '165753.138000', '165753.141000', '165753.143000', '165753.146000', '165753.149000', '165753.151000', '165753.154000', '165753.157000', '165753.159000', '165753.162000', '165753.164000', '165753.167000', '165753.170000', '165753.172000', '165753.175000', '165753.178000', '165753.180000', '165753.183000', '165753.185000', '165753.188000', '165753.191000', '165753.194000', '165753.196000', '165753.199000', '165753.202000', '165753.204000', '165753.207000', '165753.210000', '165753.212000', '165753.215000', '165753.217000', '165753.220000', '165753.223000', '165753.225000', '165813.115000', '165813.117000', '165813.120000', '165813.123000', '165813.125000', '165813.128000', '165813.131000', '165813.133000', '165813.136000', '165813.139000', '165813.141000', '165813.144000', '165813.147000', '165813.149000', '165813.152000', '165813.155000', '165813.157000', '165813.160000', '165813.162000', '165813.165000', '165813.168000', '165813.170000', '165813.173000', '165813.176000', '165813.178000', '165813.181000', '165813.183000', '165813.186000', '165813.189000', '165813.191000', '165813.194000', '165813.197000', '165813.200000', '165813.202000', '165813.205000', '165813.208000', '165813.210000', '165813.213000', '165813.215000', '165813.218000', '165813.221000', '165813.223000', '165813.226000', '165813.229000', '165833.115000', '165833.117000', '165833.120000', '165833.123000', '165833.125000', '165833.128000', '165833.131000', '165833.134000', '165833.137000', '165833.139000', '165833.142000', '165833.145000', '165833.147000', '165833.150000', '165833.152000', '165833.155000', '165833.158000', '165833.160000', '165833.163000', '165833.165000', '165833.168000', '165833.171000', '165833.173000', '165833.176000', '165833.178000', '165833.181000', '165833.184000', '165833.187000', '165833.189000', '165833.192000', '165833.195000', '165833.197000', '165833.200000', '165833.203000', '165833.205000', '165833.208000', '165833.210000', '165833.213000', '165833.216000', '165833.218000', '165833.221000', '165833.224000', '165833.226000', '165833.229000', '165853.115000', '165853.118000', '165853.120000', '165853.123000', '165853.125000', '165853.128000', '165853.131000', '165853.133000', '165853.136000', '165853.139000', '165853.141000', '165853.144000', '165853.146000', '165853.149000', '165853.152000', '165853.154000', '165853.157000', '165853.160000', '165853.162000', '165853.165000', '165853.167000', '165853.170000', '165853.173000', '165853.175000', '165853.178000', '165853.181000', '165853.183000', '165853.186000', '165853.189000', '165853.191000', '165853.194000', '165853.197000', '165853.199000', '165853.202000', '165853.205000', '165853.207000', '165853.210000', '165853.213000', '165853.215000', '165853.218000', '165853.230000', '165853.242000', '165853.245000', '165913.113000', '165913.116000', '165913.119000', '165913.122000', '165913.124000', '165913.127000', '165913.130000', '165913.132000', '165913.135000', '165913.137000', '165913.140000', '165913.143000', '165913.145000', '165913.148000', '165913.151000', '165913.153000', '165913.156000', '165913.159000', '165913.163000', '165913.165000', '165913.168000', '165913.170000', '165913.173000', '165913.176000', '165913.178000', '165913.181000', '165913.184000', '165913.186000', '165913.189000', '165913.192000', '165913.194000', '165913.197000', '165913.199000', '165913.202000', '165913.205000', '165913.207000', '165913.210000', '165913.212000', '165913.215000', '165913.218000', '165913.220000', '165913.223000', '165913.225000', '165913.228000', '165933.115000', '165933.117000', '165933.120000', '165933.123000', '165933.126000', '165933.128000', '165933.131000', '165933.134000', '165933.136000', '165933.139000', '165933.142000', '165933.144000', '165933.147000', '165933.150000', '165933.152000', '165933.155000', '165933.158000', '165933.160000', '165933.163000', '165933.165000', '165933.168000', '165933.171000', '165933.173000', '165933.176000', '165933.179000', '165933.181000', '165933.184000', '165933.186000', '165933.189000', '165933.192000', '165933.194000', '165933.197000', '165933.200000', '165933.202000', '165933.205000', '165933.208000', '165933.210000', '165933.213000', '165933.216000', '165933.218000', '165933.221000', '165933.223000', '165933.226000', '165940.219000', '165940.223000', '165940.226000', '165940.228000', '165940.231000', '165940.234000', '165940.236000', '165940.239000', '165940.241000', '165940.244000', '165940.247000', '165940.249000', '165940.252000', '165940.255000', '165940.257000', '165940.260000'], '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': [7397, 7197, 15341, 7133, 10178, 11338, 7741, 13588, 6590, 9661, 7253, 7374, 14434, 7459, 13254, 7096, 7946, 7355, 6918, 14567, 6615, 10623, 6976, 7366, 8053, 6873, 12032, 7049, 10634, 7944, 7974, 8051, 6728, 14160, 7088, 9544, 7386, 7484, 8298, 6875, 11476, 7064, 9798, 9759, 9178, 15582, 6890, 14481, 7478, 11250, 14259, 10908, 15067, 6829, 10658, 7039, 8464, 15685, 8493, 14014, 6579, 8072, 7554, 7139, 14217, 6769, 12417, 7473, 7429, 7165, 7499, 14605, 6605, 13467, 7304, 7496, 7389, 7007, 13913, 6937, 13132, 7169, 8659, 7171, 7160, 15601, 6702, 13539, 8155, 11396, 7192, 7277, 15856, 7098, 14448, 10662, 11481, 7957, 7294, 15028, 7345, 10125, 11847, 7718, 12707, 6833, 9743, 6972, 7261, 11377, 7250, 8200, 6811, 11193, 7022, 8104, 11659, 7703, 11789, 6728, 11504, 8032, 9799, 14592, 9962, 14545, 6829, 12674, 7408, 10484, 14854, 9808, 14557, 6610, 9080, 7447, 7249, 15811, 8450, 10329, 7092, 7226, 12937, 6709, 11631, 7137, 8054, 7781, 7080, 13368, 6890, 11254, 7016, 11997, 7146, 7225, 14629, 6864, 14099, 9452, 14440, 8238, 7279, 14981, 6703, 11397, 10170, 10286, 14093, 7042, 10799, 6956, 7549, 8823, 7000, 14380, 7043, 9618, 7251, 7456, 10541, 7136, 14465, 8300, 11948, 7304, 8931, 14476, 7247, 14575, 8390, 13775, 7457, 7593, 12520, 7196, 15484, 8409, 9412, 7053, 7173, 13576, 6847, 13401, 7140, 7909, 7151, 7109, 14319, 6865, 13430, 6952, 9437, 8009, 7169, 15182, 7649, 14015, 9691, 11215, 14015, 7338, 13516, 6911, 12692, 9394, 9951, 9334, 7421, 6940, 8351, 7131, 14151, 14468, 9179, 13513, 6824, 8288, 13187, 7004, 12713, 7129, 7837, 7676, 7071, 12666, 6738, 11227, 7063, 13489, 7598, 11190, 7605, 8873, 15090, 6709, 9025, 11794, 7170, 12597, 10319, 8817, 15800, 8720, 10184, 7365, 7683, 14914, 7521, 10552, 14062, 9855, 14871, 7332, 11511, 12673, 7971, 16246, 9274, 11285, 11831, 8114, 14044, 7346, 11064, 6731, 7733, 14820, 7216, 13004, 6892, 8172, 6762, 7707, 14429, 7082, 8957, 6936, 7984, 6964, 7384, 10656, 7122, 11635, 6887, 8461, 11297, 7718, 13946, 6839, 8657, 11609, 7306, 14635, 8294, 9069, 6864, 7803, 10896, 7430, 14776, 7372, 12334, 6947, 7423, 13841, 7097, 12900, 6934, 10917, 7189, 7517, 8305, 7165, 14916, 6880, 11413, 7807, 7890, 9183, 7034, 14895, 7218, 9539, 10947, 8105, 13426, 6967, 10252, 7052, 7696, 14693, 8391, 9794, 7043, 7708, 7904, 7193, 13980, 7805, 11622, 7168, 7844, 12871, 7446, 14564, 7756, 12469, 7149, 7641, 14659, 7464, 13930, 8592, 10697, 7885, 7361, 13656, 7062, 10575, 12646, 8633, 15100, 7000, 10657, 7083, 9125, 15888, 8736, 14019, 6863, 8725, 9316, 7448, 15271, 7685, 14166, 7285, 7719, 9999, 7374, 13785, 7067, 13720, 9039, 8570, 7985, 7121, 13969, 6967, 10789, 7601, 8015, 8117, 7113, 13466, 6913, 11722, 8627, 8128, 10110, 7198, 12107, 7045, 10059, 8679, 8291, 13665, 7180, 11865, 7007, 10957, 12193, 8558, 15041, 6915, 11535, 7025, 9610, 14516, 8423, 12709, 7012, 8215, 7543, 7641, 15121, 8502, 12764, 6974, 9105, 6753, 10689, 12333, 10698, 14482, 7500, 14222, 7297, 14032, 10620, 12331, 13316, 7561, 13720, 6683, 11276, 10344, 8501, 15148, 7188, 10675, 6933, 8724, 7699, 7628, 8374, 7097, 11428, 6880, 8812, 8501, 8109, 9610, 7125, 11307, 7059, 10092, 9284, 8291, 14862, 7113, 12365, 8740, 9290, 15901, 8673, 13485, 6979, 8001, 13403, 7454, 14272, 8064, 10871, 7750, 7514, 15305, 7336, 13471, 7687, 7768, 10873, 7359, 12376, 6948, 10604, 12785, 8088, 13705, 6885, 9684, 8422, 7736, 15560, 8001, 13067, 6840, 7605, 12486, 7540, 14353, 8183, 8794, 7113, 7611, 14745, 7147, 13705, 7584, 11787, 6894, 7504, 12149, 7558, 15268, 9652, 12835, 7239, 7405, 15290, 7274, 12511, 7245, 9352, 7887, 7543, 14615, 7143, 13565, 8695, 13029, 7102, 7791, 14816, 7367, 14349, 9270, 13116, 7738, 7509, 14520, 7056, 10724, 7005, 7969, 8191, 7416, 13342, 7035, 12478, 7569, 10166, 7958, 7332, 14459, 7234, 13237, 6972, 12210, 7923, 7466, 13569, 6937, 12403, 7488, 9190, 8129, 7458, 13920, 6984, 12789, 7896, 10059, 8042, 7511, 14725, 7313, 14507, 8346, 12955, 7738, 7432, 15778, 7959, 15099, 8071, 12416, 7038, 7523, 14442, 7210, 12698, 7171, 7988, 8224, 7533, 11735, 6800, 9606, 8930, 7718, 14074, 7291, 12275, 6863, 13344, 9207, 10322, 11503, 7471, 14803, 8485, 12459, 13515, 7750, 14107, 6875, 8217, 8335, 7707, 14450, 8058, 9524, 6752, 7424, 13224, 7538, 14203, 8575, 11600, 8090, 7490, 13763, 6776, 10450, 13079, 8775, 12490, 6832, 7995, 7393, 7667, 13409, 7881, 9981, 6880, 8342, 7156, 10032, 11816, 7615, 15011, 7184, 10171, 7301, 10113, 8409, 7486, 14612, 7127, 14589, 8958, 15107, 7017, 8233, 15152, 7531, 14296, 9600, 11836, 8237, 7571, 13566, 7114, 13363, 8017, 7910, 13592, 7446, 11372, 6809, 11846, 8936, 7991, 14152, 7407, 12920, 7601, 10257, 14354, 7400, 11339, 6811, 8153, 7221, 7811, 12680, 7535, 13336, 7004, 11081, 6934, 12606, 11797, 9345, 15470, 7214, 13642, 7214, 13174, 7272, 7968, 7947, 7481, 12790, 7275, 13243, 7887, 12212, 7297, 7502, 14765, 7084, 9773, 7839, 8204, 12689, 7127, 9431, 7155, 9020, 10649, 8430, 14504, 7206, 12629, 8450, 10496, 10493, 8054, 14962, 7161, 13003, 8845, 7457, 15463, 9086, 13069, 7099, 7886, 9933, 7577, 14327, 7958, 10571, 7981, 7572, 12798, 7043, 12933, 8048, 9247, 10181, 7312, 12985, 6780, 9934, 7865, 7810, 12340, 7152, 12157, 8549, 9734, 15584, 10240, 13171, 6940, 8127, 10771, 7418, 14987, 8920, 12866, 6978, 7961, 7535, 10857, 15201, 8666, 14042, 7039, 9259, 9182, 8401, 15520, 11249, 14533, 6981, 10139, 12775, 7450, 15263, 7642, 9213, 7448, 7405, 12908, 7320, 13152, 7069, 10435, 7702, 7580, 12347, 7027, 10382, 7632, 8758, 13092, 7263, 10741, 6944, 10183, 11229, 9198, 13810, 7178, 11093, 6995, 10572, 10478, 8589, 14377, 7291, 12935, 6873, 11592, 13495, 9573, 14129], 'WindowCenter': [4042.0, 4028.0, 4105.0, 4012.0, 4063.0, 4060.0, 4009.0, 4069.0, 3987.0, 4038.0, 3996.0, 4006.0, 4078.0, 4001.0, 4069.0, 3998.0, 4018.0, 4007.0, 3998.0, 4079.0, 3997.0, 4048.0, 3998.0, 4010.0, 4018.0, 3999.0, 4070.0, 4011.0, 4062.0, 4020.0, 4021.0, 4019.0, 4000.0, 4081.0, 4011.0, 4052.0, 4010.0, 4011.0, 4023.0, 4000.0, 4071.0, 4012.0, 4046.0, 4050.0, 4042.0, 4091.0, 3999.0, 4079.0, 4009.0, 4055.0, 4073.0, 4050.0, 4078.0, 3987.0, 4047.0, 3996.0, 4030.0, 4078.0, 4028.0, 4068.0, 3987.0, 4017.0, 4006.0, 3998.0, 4078.0, 3987.0, 4069.0, 4008.0, 4007.0, 3997.0, 4008.0, 4077.0, 3988.0, 4069.0, 4008.0, 3997.0, 3997.0, 3999.0, 4079.0, 4010.0, 4081.0, 3996.0, 4030.0, 4009.0, 4011.0, 4091.0, 4001.0, 4082.0, 4020.0, 4062.0, 3999.0, 4010.0, 4090.0, 3999.0, 4081.0, 4048.0, 4060.0, 4005.0, 3997.0, 4078.0, 3996.0, 4048.0, 4047.0, 4007.0, 4055.0, 3985.0, 4037.0, 3997.0, 4009.0, 4058.0, 4006.0, 4017.0, 3999.0, 4056.0, 4003.0, 4021.0, 4053.0, 4020.0, 4060.0, 4000.0, 4061.0, 4019.0, 4052.0, 4080.0, 4051.0, 4080.0, 3988.0, 4070.0, 3997.0, 4050.0, 4079.0, 4039.0, 4068.0, 3987.0, 4024.0, 3995.0, 4008.0, 4078.0, 4014.0, 4037.0, 3984.0, 3996.0, 4056.0, 3986.0, 4058.0, 3996.0, 4018.0, 4006.0, 3997.0, 4068.0, 3991.0, 4049.0, 3997.0, 4060.0, 3997.0, 4009.0, 4078.0, 3999.0, 4081.0, 4033.0, 4081.0, 4018.0, 4009.0, 4077.0, 3987.0, 4060.0, 4037.0, 4039.0, 4068.0, 3990.0, 4047.0, 3993.0, 4008.0, 4028.0, 3998.0, 4079.0, 3999.0, 4038.0, 4008.0, 4008.0, 4050.0, 4000.0, 4073.0, 4030.0, 4059.0, 4009.0, 4041.0, 4080.0, 4010.0, 4081.0, 4019.0, 4070.0, 3998.0, 4009.0, 4057.0, 3999.0, 4080.0, 4019.0, 4039.0, 3998.0, 3998.0, 4069.0, 3993.0, 4081.0, 3999.0, 4019.0, 3998.0, 4000.0, 4079.0, 4000.0, 4071.0, 3999.0, 4040.0, 4008.0, 3999.0, 4080.0, 4009.0, 4070.0, 4027.0, 4049.0, 4067.0, 3990.0, 4057.0, 3997.0, 4058.0, 4026.0, 4038.0, 4026.0, 3996.0, 3997.0, 4017.0, 4010.0, 4095.0, 4077.0, 4030.0, 4068.0, 3986.0, 4017.0, 4057.0, 3997.0, 4058.0, 3986.0, 4005.0, 3995.0, 3997.0, 4058.0, 3988.0, 4050.0, 3998.0, 4070.0, 4007.0, 4051.0, 4012.0, 4042.0, 4079.0, 3987.0, 4028.0, 4058.0, 3999.0, 4072.0, 4050.0, 4042.0, 4091.0, 4031.0, 4051.0, 3997.0, 4008.0, 4066.0, 3996.0, 4038.0, 4067.0, 4027.0, 4068.0, 3984.0, 4035.0, 4043.0, 3992.0, 4063.0, 4011.0, 4022.0, 4031.0, 3981.0, 4041.0, 3980.0, 4032.0, 3959.0, 3981.0, 4051.0, 3982.0, 4042.0, 3970.0, 4002.0, 3971.0, 3991.0, 4048.0, 3984.0, 4014.0, 3981.0, 4005.0, 3985.0, 3997.0, 4047.0, 3997.0, 4058.0, 3998.0, 4019.0, 4042.0, 4008.0, 4067.0, 3987.0, 4029.0, 4048.0, 4009.0, 4080.0, 4017.0, 4028.0, 3988.0, 4009.0, 4049.0, 4010.0, 4081.0, 4009.0, 4071.0, 3998.0, 4010.0, 4063.0, 3999.0, 4070.0, 4000.0, 4061.0, 4000.0, 4011.0, 4020.0, 4000.0, 4092.0, 4011.0, 4062.0, 4008.0, 4021.0, 4040.0, 4001.0, 4092.0, 4010.0, 4052.0, 4049.0, 4019.0, 4070.0, 3988.0, 4051.0, 3999.0, 4021.0, 4080.0, 4031.0, 4040.0, 4000.0, 4021.0, 4020.0, 4012.0, 4082.0, 4023.0, 4073.0, 4011.0, 4031.0, 4072.0, 4012.0, 4082.0, 4011.0, 4073.0, 4000.0, 4011.0, 4080.0, 4010.0, 4082.0, 4030.0, 4051.0, 4019.0, 4011.0, 4081.0, 4000.0, 4063.0, 4071.0, 4032.0, 4081.0, 4000.0, 4049.0, 3999.0, 4042.0, 4091.0, 4029.0, 4080.0, 3988.0, 4030.0, 4028.0, 3998.0, 4079.0, 4008.0, 4070.0, 3998.0, 4008.0, 4038.0, 3998.0, 4069.0, 3999.0, 4070.0, 4029.0, 4019.0, 4007.0, 3999.0, 4069.0, 3998.0, 4051.0, 4008.0, 4020.0, 4018.0, 4000.0, 4071.0, 4001.0, 4066.0, 4029.0, 4021.0, 4049.0, 3999.0, 4060.0, 4000.0, 4051.0, 4030.0, 4020.0, 4081.0, 4000.0, 4061.0, 3999.0, 4063.0, 4061.0, 4031.0, 4080.0, 3998.0, 4059.0, 3999.0, 4041.0, 4069.0, 4019.0, 4059.0, 3987.0, 4019.0, 3996.0, 4010.0, 4079.0, 4030.0, 4060.0, 3998.0, 4029.0, 3989.0, 4052.0, 4061.0, 4052.0, 4081.0, 4010.0, 4070.0, 4010.0, 4082.0, 4050.0, 4072.0, 4068.0, 4010.0, 4067.0, 3982.0, 4060.0, 4038.0, 4029.0, 4068.0, 3996.0, 4036.0, 3999.0, 4028.0, 4004.0, 4009.0, 4017.0, 3999.0, 4060.0, 3999.0, 4036.0, 4030.0, 4022.0, 4040.0, 4001.0, 4061.0, 4009.0, 4052.0, 4041.0, 4031.0, 4081.0, 4001.0, 4072.0, 4031.0, 4042.0, 4080.0, 4020.0, 4070.0, 3997.0, 4009.0, 4069.0, 3999.0, 4079.0, 4008.0, 4050.0, 4007.0, 3998.0, 4079.0, 3999.0, 4070.0, 3997.0, 4008.0, 4048.0, 3998.0, 4058.0, 3999.0, 4050.0, 4059.0, 4009.0, 4069.0, 3998.0, 4040.0, 4019.0, 4010.0, 4080.0, 4009.0, 4059.0, 3987.0, 4007.0, 4059.0, 4009.0, 4068.0, 4017.0, 4018.0, 3987.0, 4010.0, 4080.0, 4000.0, 4079.0, 4009.0, 4058.0, 3998.0, 4010.0, 4059.0, 4010.0, 4081.0, 4040.0, 4060.0, 3998.0, 3999.0, 4079.0, 3999.0, 4059.0, 3998.0, 4030.0, 4008.0, 4006.0, 4080.0, 3998.0, 4071.0, 4018.0, 4070.0, 3987.0, 4009.0, 4069.0, 3999.0, 4070.0, 4029.0, 4058.0, 3995.0, 3996.0, 4068.0, 3987.0, 4049.0, 3986.0, 4008.0, 4017.0, 4009.0, 4068.0, 3997.0, 4061.0, 4008.0, 4050.0, 4008.0, 4009.0, 4079.0, 4010.0, 4071.0, 3999.0, 4060.0, 4007.0, 4007.0, 4070.0, 4000.0, 4055.0, 3995.0, 4040.0, 4008.0, 3999.0, 4081.0, 4001.0, 4072.0, 4020.0, 4052.0, 4009.0, 4011.0, 4081.0, 4010.0, 4082.0, 4019.0, 4072.0, 4009.0, 4000.0, 4080.0, 4009.0, 4077.0, 4008.0, 4059.0, 3987.0, 4009.0, 4068.0, 4010.0, 4071.0, 3988.0, 4003.0, 4019.0, 4011.0, 4058.0, 3988.0, 4041.0, 4030.0, 4011.0, 4070.0, 4000.0, 4061.0, 3989.0, 4066.0, 4041.0, 4052.0, 4050.0, 3999.0, 4081.0, 4030.0, 4073.0, 4070.0, 4009.0, 4069.0, 3987.0, 4019.0, 4017.0, 4010.0, 4069.0, 4009.0, 4039.0, 3987.0, 4009.0, 4069.0, 4009.0, 4081.0, 4020.0, 4050.0, 4007.0, 3998.0, 4066.0, 3988.0, 4050.0, 4055.0, 4019.0, 4056.0, 3987.0, 4008.0, 3998.0, 4010.0, 4070.0, 4020.0, 4039.0, 4000.0, 4020.0, 4010.0, 4053.0, 4074.0, 4023.0, 4079.0, 4013.0, 4054.0, 4013.0, 4050.0, 4021.0, 4012.0, 4083.0, 4001.0, 4083.0, 4032.0, 4083.0, 4000.0, 4032.0, 4081.0, 4008.0, 4082.0, 4041.0, 4060.0, 4018.0, 4007.0, 4067.0, 3998.0, 4068.0, 4008.0, 4009.0, 4058.0, 3997.0, 4045.0, 3989.0, 4054.0, 4017.0, 4009.0, 4068.0, 3998.0, 4059.0, 4007.0, 4040.0, 4068.0, 3998.0, 4047.0, 3985.0, 4006.0, 3999.0, 4011.0, 4059.0, 4010.0, 4070.0, 3999.0, 4058.0, 4001.0, 4073.0, 4062.0, 4032.0, 4081.0, 4000.0, 4070.0, 3999.0, 4070.0, 3998.0, 4009.0, 4009.0, 4010.0, 4070.0, 4012.0, 4073.0, 4022.0, 4073.0, 4010.0, 4012.0, 4081.0, 4001.0, 4052.0, 4010.0, 4022.0, 4071.0, 4001.0, 4041.0, 4000.0, 4029.0, 4051.0, 4020.0, 4082.0, 4012.0, 4059.0, 4021.0, 4051.0, 4049.0, 4010.0, 4079.0, 4000.0, 4072.0, 4030.0, 4011.0, 4080.0, 4031.0, 4071.0, 3998.0, 4018.0, 4040.0, 4012.0, 4082.0, 4021.0, 4052.0, 4007.0, 4010.0, 4059.0, 4000.0, 4070.0, 4010.0, 4031.0, 4038.0, 4000.0, 4070.0, 3990.0, 4042.0, 4010.0, 4010.0, 4072.0, 4001.0, 4074.0, 4032.0, 4044.0, 4093.0, 4054.0, 4070.0, 3990.0, 4021.0, 4061.0, 4010.0, 4081.0, 4032.0, 4071.0, 3998.0, 4021.0, 4011.0, 4064.0, 4092.0, 4033.0, 4082.0, 4001.0, 4043.0, 4042.0, 4032.0, 4091.0, 4062.0, 4081.0, 4001.0, 4053.0, 4071.0, 4011.0, 4082.0, 4010.0, 4030.0, 3999.0, 3997.0, 4059.0, 4011.0, 4069.0, 3983.0, 4051.0, 4009.0, 4009.0, 4056.0, 3994.0, 4051.0, 4005.0, 4031.0, 4070.0, 4011.0, 4048.0, 4000.0, 4052.0, 4050.0, 4031.0, 4069.0, 4000.0, 4050.0, 4001.0, 4046.0, 4051.0, 4030.0, 4081.0, 4011.0, 4072.0, 3990.0, 4063.0, 4071.0, 4041.0, 4069.0], 'WindowWidth': [9035.0, 9009.0, 9103.0, 8974.0, 9041.0, 9031.0, 8964.0, 9041.0, 8931.0, 8997.0, 8941.0, 8955.0, 9052.0, 8946.0, 9040.0, 8946.0, 8972.0, 8956.0, 8946.0, 9055.0, 8947.0, 9015.0, 8947.0, 8965.0, 8972.0, 8950.0, 9043.0, 8970.0, 9037.0, 8978.0, 8981.0, 8976.0, 8955.0, 9061.0, 8972.0, 9025.0, 8965.0, 8970.0, 8977.0, 8954.0, 9047.0, 8972.0, 9013.0, 9018.0, 9011.0, 9072.0, 8950.0, 9056.0, 8962.0, 9021.0, 9040.0, 9015.0, 9051.0, 8928.0, 9008.0, 8941.0, 8990.0, 9052.0, 8986.0, 9037.0, 8930.0, 8970.0, 8952.0, 8946.0, 9051.0, 8931.0, 9041.0, 8961.0, 8957.0, 8943.0, 8961.0, 9050.0, 8935.0, 9041.0, 8959.0, 8944.0, 8942.0, 8948.0, 9055.0, 8967.0, 9059.0, 8945.0, 8991.0, 8964.0, 8969.0, 9074.0, 8956.0, 9065.0, 8979.0, 9035.0, 8948.0, 8966.0, 9071.0, 8950.0, 9060.0, 9011.0, 9028.0, 8951.0, 8943.0, 9050.0, 8941.0, 9012.0, 9006.0, 8955.0, 9015.0, 8924.0, 8993.0, 8943.0, 8961.0, 9023.0, 8956.0, 8969.0, 8950.0, 9022.0, 8952.0, 8982.0, 9016.0, 8978.0, 9029.0, 8952.0, 9034.0, 8976.0, 9022.0, 9056.0, 9020.0, 9054.0, 8933.0, 9041.0, 8944.0, 9018.0, 9052.0, 9000.0, 9036.0, 8929.0, 8976.0, 8937.0, 8959.0, 9050.0, 8962.0, 8994.0, 8921.0, 8939.0, 9018.0, 8929.0, 9025.0, 8940.0, 8971.0, 8951.0, 8943.0, 9035.0, 8932.0, 9013.0, 8942.0, 9029.0, 8944.0, 8963.0, 9052.0, 8949.0, 9059.0, 8988.0, 9058.0, 8971.0, 8961.0, 9049.0, 8931.0, 9031.0, 8995.0, 8999.0, 9035.0, 8928.0, 9006.0, 8934.0, 8958.0, 8984.0, 8946.0, 9054.0, 8949.0, 8998.0, 8960.0, 8960.0, 9016.0, 8952.0, 9042.0, 8992.0, 9027.0, 8962.0, 9006.0, 9056.0, 8965.0, 9057.0, 8974.0, 9041.0, 8945.0, 8961.0, 9022.0, 8951.0, 9055.0, 8974.0, 8999.0, 8945.0, 8945.0, 9041.0, 8940.0, 9057.0, 8950.0, 8974.0, 8946.0, 8951.0, 9055.0, 8953.0, 9044.0, 8950.0, 9003.0, 8957.0, 8947.0, 9056.0, 8961.0, 9043.0, 8981.0, 9012.0, 9033.0, 8926.0, 9019.0, 8942.0, 9024.0, 8976.0, 8994.0, 8978.0, 8939.0, 8945.0, 8971.0, 8967.0, 9085.0, 9050.0, 8988.0, 9036.0, 8926.0, 8968.0, 9019.0, 8942.0, 9021.0, 8925.0, 8950.0, 8936.0, 8942.0, 9022.0, 8934.0, 9014.0, 8945.0, 9041.0, 8954.0, 9016.0, 8968.0, 9008.0, 9054.0, 8928.0, 8984.0, 9023.0, 8947.0, 9048.0, 9016.0, 9010.0, 9073.0, 8991.0, 9017.0, 8940.0, 8956.0, 9031.0, 8936.0, 8994.0, 9030.0, 8979.0, 9030.0, 8918.0, 8986.0, 8992.0, 8924.0, 9017.0, 8948.0, 8962.0, 8970.0, 8906.0, 8984.0, 8906.0, 8976.0, 8875.0, 8907.0, 9002.0, 8912.0, 8991.0, 8895.0, 8938.0, 8896.0, 8925.0, 8997.0, 8920.0, 8958.0, 8914.0, 8948.0, 8922.0, 8942.0, 9006.0, 8943.0, 9022.0, 8946.0, 8974.0, 8996.0, 8958.0, 9034.0, 8929.0, 8986.0, 9009.0, 8961.0, 9053.0, 8969.0, 8983.0, 8932.0, 8961.0, 9012.0, 8964.0, 9059.0, 8962.0, 9045.0, 8946.0, 8964.0, 9028.0, 8949.0, 9042.0, 8953.0, 9033.0, 8950.0, 8966.0, 8976.0, 8950.0, 9075.0, 8968.0, 9035.0, 8960.0, 8980.0, 9002.0, 8953.0, 9074.0, 8963.0, 9022.0, 9013.0, 8976.0, 9042.0, 8928.0, 9018.0, 8947.0, 8982.0, 9055.0, 8993.0, 9003.0, 8953.0, 8981.0, 8978.0, 8972.0, 9062.0, 8986.0, 9051.0, 8969.0, 8995.0, 9048.0, 8972.0, 9062.0, 8967.0, 9050.0, 8950.0, 8968.0, 9056.0, 8966.0, 9063.0, 8990.0, 9019.0, 8975.0, 8966.0, 9059.0, 8951.0, 9039.0, 9045.0, 8994.0, 9058.0, 8951.0, 9014.0, 8947.0, 9008.0, 9070.0, 8988.0, 9055.0, 8931.0, 8988.0, 8982.0, 8945.0, 9052.0, 8957.0, 9040.0, 8942.0, 8956.0, 8995.0, 8944.0, 9038.0, 8946.0, 9043.0, 8984.0, 8972.0, 8955.0, 8946.0, 9040.0, 8947.0, 9018.0, 8958.0, 8977.0, 8971.0, 8950.0, 9043.0, 8953.0, 9035.0, 8987.0, 8978.0, 9013.0, 8948.0, 9029.0, 8952.0, 9020.0, 8988.0, 8978.0, 9057.0, 8951.0, 9031.0, 8951.0, 9038.0, 9030.0, 8992.0, 9055.0, 8946.0, 9026.0, 8947.0, 9005.0, 9038.0, 8973.0, 9024.0, 8928.0, 8972.0, 8938.0, 8964.0, 9052.0, 8989.0, 9027.0, 8946.0, 8987.0, 8934.0, 9021.0, 9029.0, 9020.0, 9057.0, 8964.0, 9043.0, 8964.0, 9063.0, 9014.0, 9047.0, 9037.0, 8961.0, 9034.0, 8920.0, 9029.0, 8995.0, 8987.0, 9034.0, 8939.0, 8991.0, 8947.0, 8986.0, 8948.0, 8961.0, 8967.0, 8949.0, 9028.0, 8949.0, 8996.0, 8988.0, 8982.0, 9003.0, 8954.0, 9033.0, 8964.0, 9024.0, 9005.0, 8994.0, 9059.0, 8953.0, 9049.0, 8991.0, 9010.0, 9054.0, 8976.0, 9039.0, 8941.0, 8959.0, 9038.0, 8947.0, 9052.0, 8958.0, 9014.0, 8954.0, 8944.0, 9052.0, 8946.0, 9040.0, 8940.0, 8956.0, 9006.0, 8943.0, 9022.0, 8949.0, 9016.0, 9025.0, 8959.0, 9038.0, 8945.0, 9001.0, 8972.0, 8963.0, 9052.0, 8959.0, 9023.0, 8927.0, 8955.0, 9024.0, 8960.0, 9036.0, 8969.0, 8971.0, 8927.0, 8961.0, 9055.0, 8950.0, 9053.0, 8960.0, 9024.0, 8944.0, 8962.0, 9026.0, 8964.0, 9057.0, 9002.0, 9026.0, 8942.0, 8946.0, 9052.0, 8946.0, 9025.0, 8942.0, 8988.0, 8955.0, 8954.0, 9053.0, 8945.0, 9042.0, 8969.0, 9041.0, 8929.0, 8961.0, 9037.0, 8946.0, 9040.0, 8984.0, 9022.0, 8934.0, 8939.0, 9035.0, 8928.0, 9011.0, 8924.0, 8958.0, 8967.0, 8960.0, 9037.0, 8943.0, 9029.0, 8956.0, 9015.0, 8956.0, 8961.0, 9051.0, 8962.0, 9043.0, 8946.0, 9029.0, 8955.0, 8957.0, 9042.0, 8949.0, 9019.0, 8938.0, 9002.0, 8957.0, 8947.0, 9056.0, 8952.0, 9048.0, 8975.0, 9021.0, 8960.0, 8966.0, 9057.0, 8965.0, 9059.0, 8974.0, 9046.0, 8958.0, 8947.0, 9054.0, 8961.0, 9047.0, 8956.0, 9025.0, 8928.0, 8960.0, 9036.0, 8963.0, 9045.0, 8932.0, 8948.0, 8971.0, 8965.0, 9025.0, 8932.0, 9003.0, 8986.0, 8965.0, 9041.0, 8948.0, 9029.0, 8937.0, 9036.0, 9004.0, 9019.0, 9013.0, 8948.0, 9056.0, 8990.0, 9050.0, 9040.0, 8958.0, 9036.0, 8928.0, 8972.0, 8967.0, 8961.0, 9038.0, 8960.0, 8997.0, 8929.0, 8960.0, 9038.0, 8961.0, 9058.0, 8974.0, 9013.0, 8952.0, 8944.0, 9030.0, 8930.0, 9015.0, 9015.0, 8972.0, 9018.0, 8928.0, 8955.0, 8944.0, 8964.0, 9040.0, 8976.0, 8999.0, 8951.0, 8977.0, 8966.0, 9024.0, 9053.0, 8986.0, 9055.0, 8971.0, 9028.0, 8970.0, 9019.0, 8979.0, 8969.0, 9065.0, 8955.0, 9063.0, 8994.0, 9062.0, 8950.0, 8996.0, 9057.0, 8959.0, 9061.0, 9003.0, 9029.0, 8968.0, 8956.0, 9034.0, 8945.0, 9037.0, 8956.0, 8959.0, 9021.0, 8941.0, 9002.0, 8932.0, 9016.0, 8967.0, 8958.0, 9034.0, 8943.0, 9026.0, 8956.0, 9000.0, 9033.0, 8943.0, 9004.0, 8923.0, 8954.0, 8947.0, 8964.0, 9025.0, 8962.0, 9041.0, 8948.0, 9025.0, 8953.0, 9051.0, 9031.0, 8994.0, 9057.0, 8948.0, 9041.0, 8946.0, 9042.0, 8943.0, 8959.0, 8958.0, 8963.0, 9042.0, 8970.0, 9049.0, 8981.0, 9049.0, 8965.0, 8968.0, 9058.0, 8952.0, 9020.0, 8962.0, 8981.0, 9043.0, 8952.0, 9004.0, 8951.0, 8989.0, 9017.0, 8977.0, 9058.0, 8967.0, 9026.0, 8977.0, 9018.0, 9012.0, 8963.0, 9053.0, 8949.0, 9047.0, 8987.0, 8966.0, 9054.0, 8990.0, 9042.0, 8946.0, 8971.0, 9001.0, 8968.0, 9059.0, 8978.0, 9018.0, 8955.0, 8962.0, 9025.0, 8950.0, 9042.0, 8959.0, 8989.0, 8995.0, 8947.0, 9041.0, 8939.0, 9007.0, 8961.0, 8964.0, 9046.0, 8954.0, 9053.0, 8995.0, 9013.0, 9075.0, 9025.0, 9041.0, 8929.0, 8979.0, 9031.0, 8964.0, 9058.0, 8993.0, 9043.0, 8945.0, 8979.0, 8967.0, 9038.0, 9074.0, 8996.0, 9061.0, 8954.0, 9011.0, 9008.0, 8997.0, 9072.0, 9035.0, 9059.0, 8953.0, 9022.0, 9044.0, 8966.0, 9057.0, 8961.0, 8987.0, 8944.0, 8942.0, 9024.0, 8965.0, 9038.0, 8920.0, 9017.0, 8957.0, 8960.0, 9020.0, 8938.0, 9019.0, 8952.0, 8991.0, 9041.0, 8964.0, 9010.0, 8951.0, 9020.0, 9013.0, 8991.0, 9039.0, 8950.0, 9015.0, 8952.0, 9008.0, 9017.0, 8990.0, 9056.0, 8964.0, 9046.0, 8936.0, 9037.0, 9043.0, 9003.0, 9038.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.00023386206896551723</td></tr>
<tr><td colspan=3>aqi</td><td>0.0185939483908046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.99135224385497</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1711625243153039</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9822302653855004</td></tr>
<tr><td colspan=3>efc</td><td>0.4756</td></tr>
<tr><td colspan=3>fber</td><td>4490.3389</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07394580366534119</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4408154125063724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.36897248897384</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7656772976974784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1877964508477987</td></tr>
<tr><td colspan=3>gcor</td><td>0.00570573</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020470965653657913</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02559460513293743</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.6059773932301007</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>28.477</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6389</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5365</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.4789</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7746</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.9291</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3202.9715</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.8138</td></tr>
<tr><td colspan=3>tsnr</td><td>39.3432515199529</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>