<?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-0093_ses-03_task-social_acq-mb8_run-03_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-0093_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-03_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-03_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-0093/ses-03/func/sub-0093_ses-03_task-social_acq-mb8_run-03_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>3beaf6d87b0e22d1d6f7544833894d5f</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:51:8.365000</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.999388, 0.0345778, 0.00529612, -0.0348994, 0.975221, 0.218462]</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-03_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.100104</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7803, -7257, 348, -106, -244, 29, 45]</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>229.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bf8b549c-8742-4a48-bbc2-3b001ccb1578||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.6812849044799805, -0.0936325192451477, -0.0064504556357860565, 116.146728515625], [-0.09276978671550751, 2.6164469718933105, 0.5899860262870789, -101.13699340820312], [0.014209112152457237, -0.5861181616783142, 2.6347436904907227, -51.96849060058594], [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': ['195108.365000', '195108.825000', '195109.285000', '195109.745000', '195110.205000', '195110.665000', '195111.125000', '195111.585000', '195112.045000', '195112.505000', '195112.965000', '195113.425000', '195113.885000', '195114.345000', '195114.805000', '195115.265000', '195115.725000', '195116.185000', '195116.645000', '195117.105000', '195117.565000', '195118.025000', '195118.485000', '195118.945000', '195119.405000', '195119.865000', '195120.325000', '195120.785000', '195121.245000', '195121.705000', '195122.165000', '195122.625000', '195123.085000', '195123.545000', '195124.005000', '195124.465000', '195124.925000', '195125.385000', '195125.845000', '195126.305000', '195126.765000', '195127.225000', '195127.685000', '195128.145000', '195128.605000', '195129.065000', '195129.525000', '195129.985000', '195130.445000', '195130.905000', '195131.365000', '195131.825000', '195132.285000', '195132.745000', '195133.205000', '195133.665000', '195134.125000', '195134.585000', '195135.045000', '195135.505000', '195135.965000', '195136.425000', '195136.885000', '195137.345000', '195137.805000', '195138.265000', '195138.725000', '195139.185000', '195139.645000', '195140.105000', '195140.565000', '195141.025000', '195141.485000', '195141.945000', '195142.405000', '195142.865000', '195143.325000', '195143.785000', '195144.245000', '195144.705000', '195145.165000', '195145.625000', '195146.085000', '195146.545000', '195147.005000', '195147.465000', '195147.925000', '195148.385000', '195148.845000', '195149.305000', '195149.765000', '195150.225000', '195150.685000', '195151.145000', '195151.605000', '195152.065000', '195152.525000', '195152.985000', '195153.445000', '195153.905000', '195154.365000', '195154.825000', '195155.285000', '195155.745000', '195156.205000', '195156.665000', '195157.125000', '195157.585000', '195158.045000', '195158.505000', '195158.965000', '195159.425000', '195159.885000', '195200.345000', '195200.805000', '195201.265000', '195201.725000', '195202.185000', '195202.645000', '195203.105000', '195203.565000', '195204.025000', '195204.485000', '195204.945000', '195205.405000', '195205.865000', '195206.325000', '195206.785000', '195207.245000', '195207.705000', '195208.165000', '195208.625000', '195209.085000', '195209.545000', '195210.005000', '195210.465000', '195210.925000', '195211.385000', '195211.845000', '195212.305000', '195212.765000', '195213.225000', '195213.685000', '195214.145000', '195214.605000', '195215.065000', '195215.525000', '195215.985000', '195216.445000', '195216.905000', '195217.365000', '195217.825000', '195218.285000', '195218.745000', '195219.205000', '195219.665000', '195220.125000', '195220.585000', '195221.045000', '195221.505000', '195221.965000', '195222.425000', '195222.885000', '195223.345000', '195223.805000', '195224.265000', '195224.725000', '195225.185000', '195225.645000', '195226.105000', '195226.565000', '195227.025000', '195227.485000', '195227.945000', '195228.405000', '195228.865000', '195229.325000', '195229.785000', '195230.245000', '195230.705000', '195231.165000', '195231.625000', '195232.085000', '195232.545000', '195233.005000', '195233.465000', '195233.925000', '195234.385000', '195234.845000', '195235.305000', '195235.765000', '195236.225000', '195236.685000', '195237.145000', '195237.605000', '195238.065000', '195238.525000', '195238.985000', '195239.445000', '195239.905000', '195240.365000', '195240.825000', '195241.285000', '195241.745000', '195242.205000', '195242.665000', '195243.125000', '195243.585000', '195244.045000', '195244.505000', '195244.965000', '195245.425000', '195245.885000', '195246.345000', '195246.805000', '195247.265000', '195247.725000', '195248.185000', '195248.645000', '195249.105000', '195249.565000', '195250.025000', '195250.485000', '195250.945000', '195251.405000', '195251.865000', '195252.325000', '195252.785000', '195253.245000', '195253.705000', '195254.165000', '195254.625000', '195255.085000', '195255.545000', '195256.005000', '195256.465000', '195256.925000', '195257.385000', '195257.845000', '195258.305000', '195258.765000', '195259.225000', '195259.685000', '195300.145000', '195300.605000', '195301.065000', '195301.525000', '195301.985000', '195302.445000', '195302.905000', '195303.365000', '195303.825000', '195304.285000', '195304.745000', '195305.205000', '195305.665000', '195306.125000', '195306.585000', '195307.045000', '195307.505000', '195307.965000', '195308.425000', '195308.885000', '195309.345000', '195309.805000', '195310.265000', '195310.725000', '195311.185000', '195311.645000', '195312.105000', '195312.565000', '195313.025000', '195313.485000', '195313.945000', '195314.405000', '195314.865000', '195315.325000', '195315.785000', '195316.245000', '195316.705000', '195317.165000', '195317.625000', '195318.085000', '195318.545000', '195319.005000', '195319.465000', '195319.925000', '195320.385000', '195320.845000', '195321.305000', '195321.765000', '195322.225000', '195322.685000', '195323.145000', '195323.605000', '195324.065000', '195324.525000', '195324.985000', '195325.445000', '195325.905000', '195326.365000', '195326.825000', '195327.285000', '195327.745000', '195328.205000', '195328.665000', '195329.125000', '195329.585000', '195330.045000', '195330.505000', '195330.965000', '195331.425000', '195331.885000', '195332.345000', '195332.805000', '195333.265000', '195333.725000', '195334.185000', '195334.645000', '195335.105000', '195335.565000', '195336.025000', '195336.485000', '195336.945000', '195337.405000', '195337.865000', '195338.325000', '195338.785000', '195339.245000', '195339.705000', '195340.165000', '195340.625000', '195341.085000', '195341.545000', '195342.005000', '195342.465000', '195342.925000', '195343.385000', '195343.845000', '195344.305000', '195344.765000', '195345.225000', '195345.685000', '195346.145000', '195346.605000', '195347.065000', '195347.525000', '195347.985000', '195348.445000', '195348.905000', '195349.365000', '195349.825000', '195350.285000', '195350.745000', '195351.205000', '195351.665000', '195352.125000', '195352.585000', '195353.045000', '195353.505000', '195353.965000', '195354.425000', '195354.885000', '195355.345000', '195355.805000', '195356.265000', '195356.725000', '195357.185000', '195357.645000', '195358.105000', '195358.565000', '195359.025000', '195359.485000', '195359.945000', '195400.405000', '195400.865000', '195401.325000', '195401.785000', '195402.245000', '195402.705000', '195403.165000', '195403.625000', '195404.085000', '195404.545000', '195405.005000', '195405.465000', '195405.925000', '195406.385000', '195406.845000', '195407.305000', '195407.765000', '195408.225000', '195408.685000', '195409.145000', '195409.605000', '195410.065000', '195410.525000', '195410.985000', '195411.445000', '195411.905000', '195412.365000', '195412.825000', '195413.285000', '195413.745000', '195414.205000', '195414.665000', '195415.125000', '195415.585000', '195416.045000', '195416.505000', '195416.965000', '195417.425000', '195417.885000', '195418.345000', '195418.805000', '195419.265000', '195419.725000', '195420.185000', '195420.645000', '195421.105000', '195421.565000', '195422.025000', '195422.485000', '195422.945000', '195423.405000', '195423.865000', '195424.325000', '195424.785000', '195425.245000', '195425.705000', '195426.165000', '195426.625000', '195427.085000', '195427.545000', '195428.005000', '195428.465000', '195428.925000', '195429.385000', '195429.845000', '195430.305000', '195430.765000', '195431.225000', '195431.685000', '195432.145000', '195432.605000', '195433.065000', '195433.525000', '195433.985000', '195434.445000', '195434.905000', '195435.365000', '195435.825000', '195436.285000', '195436.745000', '195437.205000', '195437.665000', '195438.125000', '195438.585000', '195439.045000', '195439.505000', '195439.965000', '195440.425000', '195440.885000', '195441.345000', '195441.805000', '195442.265000', '195442.725000', '195443.185000', '195443.645000', '195444.105000', '195444.565000', '195445.025000', '195445.485000', '195445.945000', '195446.405000', '195446.865000', '195447.325000', '195447.785000', '195448.245000', '195448.705000', '195449.165000', '195449.625000', '195450.085000', '195450.545000', '195451.005000', '195451.465000', '195451.925000', '195452.385000', '195452.845000', '195453.305000', '195453.765000', '195454.225000', '195454.685000', '195455.145000', '195455.605000', '195456.065000', '195456.525000', '195456.985000', '195457.445000', '195457.905000', '195458.365000', '195458.825000', '195459.285000', '195459.745000', '195500.205000', '195500.665000', '195501.125000', '195501.585000', '195502.045000', '195502.505000', '195502.965000', '195503.425000', '195503.885000', '195504.345000', '195504.805000', '195505.265000', '195505.725000', '195506.185000', '195506.645000', '195507.105000', '195507.565000', '195508.025000', '195508.485000', '195508.945000', '195509.405000', '195509.865000', '195510.325000', '195510.785000', '195511.245000', '195511.705000', '195512.165000', '195512.625000', '195513.085000', '195513.545000', '195514.005000', '195514.465000', '195514.925000', '195515.385000', '195515.845000', '195516.305000', '195516.765000', '195517.225000', '195517.685000', '195518.145000', '195518.605000', '195519.065000', '195519.525000', '195519.985000', '195520.445000', '195520.905000', '195521.365000', '195521.825000', '195522.285000', '195522.745000', '195523.205000', '195523.665000', '195524.125000', '195524.585000', '195525.045000', '195525.505000', '195525.965000', '195526.425000', '195526.885000', '195527.345000', '195527.805000', '195528.265000', '195528.725000', '195529.185000', '195529.645000', '195530.105000', '195530.565000', '195531.025000', '195531.485000', '195531.945000', '195532.405000', '195532.865000', '195533.325000', '195533.785000', '195534.245000', '195534.705000', '195535.165000', '195535.625000', '195536.085000', '195536.545000', '195537.005000', '195537.465000', '195537.925000', '195538.385000', '195538.845000', '195539.305000', '195539.765000', '195540.225000', '195540.685000', '195541.145000', '195541.605000', '195542.065000', '195542.525000', '195542.985000', '195543.445000', '195543.905000', '195544.365000', '195544.825000', '195545.285000', '195545.745000', '195546.205000', '195546.665000', '195547.125000', '195547.585000', '195548.045000', '195548.505000', '195548.965000', '195549.425000', '195549.885000', '195550.345000', '195550.805000', '195551.265000', '195551.725000', '195552.185000', '195552.645000', '195553.105000', '195553.565000', '195554.025000', '195554.485000', '195554.945000', '195555.405000', '195555.865000', '195556.325000', '195556.785000', '195557.245000', '195557.705000', '195558.165000', '195558.625000', '195559.085000', '195559.545000', '195600.005000', '195600.465000', '195600.925000', '195601.385000', '195601.845000', '195602.305000', '195602.765000', '195603.225000', '195603.685000', '195604.145000', '195604.605000', '195605.065000', '195605.525000', '195605.985000', '195606.445000', '195606.905000', '195607.365000', '195607.825000', '195608.285000', '195608.745000', '195609.205000', '195609.665000', '195610.125000', '195610.585000', '195611.045000', '195611.505000', '195611.965000', '195612.425000', '195612.885000', '195613.345000', '195613.805000', '195614.265000', '195614.725000', '195615.185000', '195615.645000', '195616.105000', '195616.565000', '195617.025000', '195617.485000', '195617.945000', '195618.405000', '195618.865000', '195619.325000', '195619.785000', '195620.245000', '195620.705000', '195621.165000', '195621.625000', '195622.085000', '195622.545000', '195623.005000', '195623.465000', '195623.925000', '195624.385000', '195624.845000', '195625.305000', '195625.765000', '195626.225000', '195626.685000', '195627.145000', '195627.605000', '195628.065000', '195628.525000', '195628.985000', '195629.445000', '195629.905000', '195630.365000', '195630.825000', '195631.285000', '195631.745000', '195632.205000', '195632.665000', '195633.125000', '195633.585000', '195634.045000', '195634.505000', '195634.965000', '195635.425000', '195635.885000', '195636.345000', '195636.805000', '195637.265000', '195637.725000', '195638.185000', '195638.645000', '195639.105000', '195639.565000', '195640.025000', '195640.485000', '195640.945000', '195641.405000', '195641.865000', '195642.325000', '195642.785000', '195643.245000', '195643.705000', '195644.165000', '195644.625000', '195645.085000', '195645.545000', '195646.005000', '195646.465000', '195646.925000', '195647.385000', '195647.845000', '195648.305000', '195648.765000', '195649.225000', '195649.685000', '195650.145000', '195650.605000', '195651.065000', '195651.525000', '195651.985000', '195652.445000', '195652.905000', '195653.365000', '195653.825000', '195654.285000', '195654.745000', '195655.205000', '195655.665000', '195656.125000', '195656.585000', '195657.045000', '195657.505000', '195657.965000', '195658.425000', '195658.885000', '195659.345000', '195659.805000', '195700.265000', '195700.725000', '195701.185000', '195701.645000', '195702.105000', '195702.565000', '195703.025000', '195703.485000', '195703.945000', '195704.405000', '195704.865000', '195705.325000', '195705.785000', '195706.245000', '195706.705000', '195707.165000', '195707.625000', '195708.085000', '195708.545000', '195709.005000', '195709.465000', '195709.925000', '195710.385000', '195710.845000', '195711.305000', '195711.765000', '195712.225000', '195712.685000', '195713.145000', '195713.605000', '195714.065000', '195714.525000', '195714.985000', '195715.445000', '195715.905000', '195716.365000', '195716.825000', '195717.285000', '195717.745000', '195718.205000', '195718.665000', '195719.125000', '195719.585000', '195720.045000', '195720.505000', '195720.965000', '195721.425000', '195721.885000', '195722.345000', '195722.805000', '195723.265000', '195723.725000', '195724.185000', '195724.645000', '195725.105000', '195725.565000', '195726.025000', '195726.485000', '195726.945000', '195727.405000', '195727.865000', '195728.325000', '195728.785000', '195729.245000', '195729.705000', '195730.165000', '195730.625000', '195731.085000', '195731.545000', '195732.005000', '195732.465000', '195732.925000', '195733.385000', '195733.845000', '195734.305000', '195734.765000', '195735.225000', '195735.685000', '195736.145000', '195736.605000', '195737.065000', '195737.525000', '195737.985000', '195738.445000', '195738.905000', '195739.365000', '195739.825000', '195740.285000', '195740.745000', '195741.205000', '195741.665000', '195742.125000', '195742.585000', '195743.045000', '195743.505000', '195743.965000', '195744.425000', '195744.885000', '195745.345000', '195745.805000', '195746.265000', '195746.725000', '195747.185000', '195747.645000', '195748.105000', '195748.565000', '195749.025000'], 'ContentTime': ['195118.261000', '195118.264000', '195118.275000', '195118.278000', '195118.280000', '195118.283000', '195118.285000', '195118.288000', '195118.290000', '195118.293000', '195118.296000', '195118.298000', '195118.301000', '195118.303000', '195118.306000', '195118.315000', '195118.318000', '195118.320000', '195118.323000', '195118.325000', '195138.210000', '195138.213000', '195138.216000', '195138.219000', '195138.221000', '195138.224000', '195138.226000', '195138.229000', '195138.232000', '195138.234000', '195138.237000', '195138.245000', '195138.247000', '195138.250000', '195138.253000', '195138.255000', '195138.258000', '195138.261000', '195138.263000', '195138.266000', '195138.268000', '195138.271000', '195138.274000', '195138.276000', '195138.279000', '195138.281000', '195138.284000', '195138.286000', '195138.296000', '195138.299000', '195138.302000', '195138.304000', '195138.307000', '195138.310000', '195138.312000', '195138.315000', '195138.318000', '195138.320000', '195138.323000', '195138.326000', '195138.328000', '195138.331000', '195138.333000', '195158.210000', '195158.213000', '195158.216000', '195158.218000', '195158.221000', '195158.224000', '195158.226000', '195158.229000', '195158.231000', '195158.234000', '195158.237000', '195158.239000', '195158.242000', '195158.244000', '195158.247000', '195158.249000', '195158.252000', '195158.255000', '195158.257000', '195158.260000', '195158.263000', '195158.265000', '195158.268000', '195158.270000', '195158.273000', '195158.276000', '195158.278000', '195158.281000', '195158.283000', '195158.286000', '195158.289000', '195158.291000', '195158.294000', '195158.297000', '195158.299000', '195158.302000', '195158.304000', '195158.307000', '195158.309000', '195158.312000', '195158.315000', '195158.317000', '195158.320000', '195158.322000', '195218.210000', '195218.213000', '195218.216000', '195218.219000', '195218.221000', '195218.224000', '195218.227000', '195218.229000', '195218.232000', '195218.235000', '195218.237000', '195218.240000', '195218.242000', '195218.245000', '195218.248000', '195218.250000', '195218.253000', '195218.256000', '195218.258000', '195218.261000', '195218.264000', '195218.266000', '195218.269000', '195218.271000', '195218.274000', '195218.277000', '195218.279000', '195218.282000', '195218.284000', '195218.287000', '195218.290000', '195218.292000', '195218.295000', '195218.297000', '195218.300000', '195218.303000', '195218.305000', '195218.308000', '195218.311000', '195218.313000', '195218.316000', '195218.318000', '195218.321000', '195238.210000', '195238.213000', '195238.216000', '195238.219000', '195238.222000', '195238.225000', '195238.227000', '195238.230000', '195238.233000', '195238.235000', '195238.238000', '195238.241000', '195238.243000', '195238.246000', '195238.248000', '195238.251000', '195238.254000', '195238.256000', '195238.259000', '195238.262000', '195238.264000', '195238.267000', '195238.269000', '195238.272000', '195238.275000', '195238.278000', '195238.280000', '195238.283000', '195238.286000', '195238.288000', '195238.291000', '195238.294000', '195238.296000', '195238.343000', '195238.345000', '195238.348000', '195238.351000', '195238.353000', '195238.356000', '195238.359000', '195238.361000', '195238.364000', '195238.366000', '195238.369000', '195258.210000', '195258.213000', '195258.216000', '195258.219000', '195258.221000', '195258.224000', '195258.227000', '195258.229000', '195258.232000', '195258.234000', '195258.237000', '195258.240000', '195258.242000', '195258.245000', '195258.247000', '195258.250000', '195258.253000', '195258.255000', '195258.258000', '195258.261000', '195258.272000', '195258.275000', '195258.278000', '195258.280000', '195258.283000', '195258.286000', '195258.288000', '195258.291000', '195258.294000', '195258.296000', '195258.299000', '195258.301000', '195258.304000', '195258.307000', '195258.309000', '195258.312000', '195258.315000', '195258.317000', '195258.320000', '195258.323000', '195258.325000', '195258.328000', '195258.330000', '195318.210000', '195318.212000', '195318.215000', '195318.218000', '195318.220000', '195318.223000', '195318.226000', '195318.228000', '195318.231000', '195318.234000', '195318.236000', '195318.239000', '195318.242000', '195318.244000', '195318.250000', '195318.252000', '195318.255000', '195318.258000', '195318.260000', '195318.263000', '195318.265000', '195318.268000', '195318.271000', '195318.273000', '195318.276000', '195318.278000', '195318.281000', '195318.284000', '195318.286000', '195318.289000', '195318.292000', '195318.294000', '195318.297000', '195318.299000', '195318.302000', '195318.305000', '195318.307000', '195318.310000', '195318.312000', '195318.315000', '195318.318000', '195318.320000', '195318.323000', '195318.325000', '195338.211000', '195338.214000', '195338.216000', '195338.219000', '195338.222000', '195338.225000', '195338.227000', '195338.230000', '195338.233000', '195338.235000', '195338.238000', '195338.240000', '195338.243000', '195338.246000', '195338.248000', '195338.251000', '195338.253000', '195338.256000', '195338.259000', '195338.261000', '195338.264000', '195338.267000', '195338.269000', '195338.272000', '195338.274000', '195338.277000', '195338.280000', '195338.282000', '195338.285000', '195338.288000', '195338.290000', '195338.293000', '195338.296000', '195338.298000', '195338.301000', '195338.304000', '195338.306000', '195338.309000', '195338.311000', '195338.314000', '195338.317000', '195338.319000', '195338.322000', '195358.211000', '195358.214000', '195358.223000', '195358.225000', '195358.228000', '195358.231000', '195358.233000', '195358.236000', '195358.238000', '195358.241000', '195358.244000', '195358.246000', '195358.249000', '195358.251000', '195358.254000', '195358.257000', '195358.259000', '195358.263000', '195358.265000', '195358.268000', '195358.271000', '195358.273000', '195358.276000', '195358.278000', '195358.281000', '195358.284000', '195358.286000', '195358.289000', '195358.291000', '195358.294000', '195358.297000', '195358.299000', '195358.302000', '195358.305000', '195358.307000', '195358.310000', '195358.312000', '195358.315000', '195358.318000', '195358.321000', '195358.323000', '195358.326000', '195358.329000', '195418.210000', '195418.213000', '195418.216000', '195418.218000', '195418.221000', '195418.224000', '195418.226000', '195418.229000', '195418.232000', '195418.235000', '195418.237000', '195418.240000', '195418.242000', '195418.245000', '195418.248000', '195418.250000', '195418.253000', '195418.256000', '195418.258000', '195418.261000', '195418.263000', '195418.266000', '195418.269000', '195418.271000', '195418.274000', '195418.277000', '195418.279000', '195418.282000', '195418.285000', '195418.301000', '195418.303000', '195418.306000', '195418.309000', '195418.311000', '195418.314000', '195418.317000', '195418.319000', '195418.322000', '195418.325000', '195418.327000', '195418.330000', '195418.333000', '195418.335000', '195418.338000', '195438.210000', '195438.213000', '195438.216000', '195438.219000', '195438.221000', '195438.224000', '195438.227000', '195438.229000', '195438.232000', '195438.234000', '195438.237000', '195438.240000', '195438.243000', '195438.245000', '195438.248000', '195438.251000', '195438.254000', '195438.258000', '195438.261000', '195438.264000', '195438.266000', '195438.269000', '195438.272000', '195438.274000', '195438.277000', '195438.280000', '195438.282000', '195438.285000', '195438.288000', '195438.291000', '195438.293000', '195438.296000', '195438.299000', '195438.301000', '195438.304000', '195438.307000', '195438.309000', '195438.312000', '195438.315000', '195438.317000', '195438.320000', '195438.323000', '195438.325000', '195458.210000', '195458.213000', '195458.216000', '195458.219000', '195458.222000', '195458.224000', '195458.227000', '195458.230000', '195458.232000', '195458.235000', '195458.237000', '195458.240000', '195458.243000', '195458.245000', '195458.248000', '195458.251000', '195458.253000', '195458.256000', '195458.259000', '195458.261000', '195458.264000', '195458.266000', '195458.269000', '195458.272000', '195458.274000', '195458.277000', '195458.279000', '195458.282000', '195458.285000', '195458.287000', '195458.290000', '195458.293000', '195458.295000', '195458.298000', '195458.300000', '195458.303000', '195458.306000', '195458.308000', '195458.311000', '195458.314000', '195458.316000', '195458.319000', '195458.322000', '195458.324000', '195518.210000', '195518.214000', '195518.216000', '195518.219000', '195518.222000', '195518.224000', '195518.227000', '195518.229000', '195518.232000', '195518.235000', '195518.237000', '195518.240000', '195518.242000', '195518.245000', '195518.248000', '195518.250000', '195518.253000', '195518.256000', '195518.258000', '195518.261000', '195518.265000', '195518.268000', '195518.270000', '195518.273000', '195518.276000', '195518.278000', '195518.281000', '195518.284000', '195518.286000', '195518.289000', '195518.292000', '195518.295000', '195518.297000', '195518.301000', '195518.303000', '195518.306000', '195518.309000', '195518.312000', '195518.314000', '195518.317000', '195518.320000', '195518.322000', '195518.325000', '195538.209000', '195538.212000', '195538.215000', '195538.218000', '195538.220000', '195538.223000', '195538.226000', '195538.228000', '195538.231000', '195538.233000', '195538.236000', '195538.239000', '195538.241000', '195538.244000', '195538.247000', '195538.249000', '195538.252000', '195538.254000', '195538.257000', '195538.260000', '195538.263000', '195538.266000', '195538.269000', '195538.271000', '195538.274000', '195538.276000', '195538.279000', '195538.282000', '195538.284000', '195538.287000', '195538.290000', '195538.292000', '195538.295000', '195538.297000', '195538.300000', '195538.302000', '195538.305000', '195538.308000', '195538.310000', '195538.313000', '195538.316000', '195538.318000', '195538.321000', '195538.323000', '195558.211000', '195558.213000', '195558.216000', '195558.219000', '195558.222000', '195558.224000', '195558.227000', '195558.229000', '195558.232000', '195558.235000', '195558.262000', '195558.265000', '195558.268000', '195558.271000', '195558.274000', '195558.277000', '195558.279000', '195558.282000', '195558.285000', '195558.287000', '195558.290000', '195558.293000', '195558.295000', '195558.298000', '195558.301000', '195558.303000', '195558.306000', '195558.308000', '195558.311000', '195558.314000', '195558.316000', '195558.319000', '195558.322000', '195558.324000', '195558.327000', '195558.330000', '195558.332000', '195558.335000', '195558.338000', '195558.340000', '195558.343000', '195558.345000', '195558.348000', '195618.210000', '195618.217000', '195618.219000', '195618.222000', '195618.224000', '195618.227000', '195618.230000', '195618.232000', '195618.235000', '195618.237000', '195618.240000', '195618.243000', '195618.245000', '195618.248000', '195618.250000', '195618.253000', '195618.256000', '195618.258000', '195618.261000', '195618.263000', '195618.266000', '195618.268000', '195618.271000', '195618.273000', '195618.276000', '195618.279000', '195618.281000', '195618.284000', '195618.287000', '195618.289000', '195618.292000', '195618.295000', '195618.297000', '195618.300000', '195618.302000', '195618.305000', '195618.308000', '195618.310000', '195618.313000', '195618.316000', '195618.318000', '195618.321000', '195618.323000', '195618.326000', '195638.210000', '195638.213000', '195638.216000', '195638.219000', '195638.221000', '195638.224000', '195638.226000', '195638.229000', '195638.232000', '195638.234000', '195638.237000', '195638.240000', '195638.242000', '195638.245000', '195638.247000', '195638.250000', '195638.253000', '195638.255000', '195638.258000', '195638.261000', '195638.263000', '195638.266000', '195638.269000', '195638.271000', '195638.274000', '195638.276000', '195638.279000', '195638.282000', '195638.284000', '195638.287000', '195638.290000', '195638.293000', '195638.295000', '195638.298000', '195638.301000', '195638.303000', '195638.314000', '195638.317000', '195638.320000', '195638.322000', '195638.325000', '195638.328000', '195638.331000', '195658.211000', '195658.214000', '195658.216000', '195658.219000', '195658.222000', '195658.224000', '195658.227000', '195658.230000', '195658.233000', '195658.235000', '195658.238000', '195658.240000', '195658.243000', '195658.246000', '195658.248000', '195658.251000', '195658.254000', '195658.256000', '195658.259000', '195658.262000', '195658.264000', '195658.267000', '195658.269000', '195658.272000', '195658.275000', '195658.277000', '195658.280000', '195658.283000', '195658.285000', '195658.288000', '195658.291000', '195658.293000', '195658.296000', '195658.298000', '195658.301000', '195658.304000', '195658.306000', '195658.309000', '195658.312000', '195658.314000', '195658.317000', '195658.320000', '195658.322000', '195658.325000', '195718.210000', '195718.213000', '195718.216000', '195718.219000', '195718.221000', '195718.224000', '195718.227000', '195718.229000', '195718.232000', '195718.234000', '195718.237000', '195718.240000', '195718.242000', '195718.246000', '195718.249000', '195718.252000', '195718.254000', '195718.257000', '195718.260000', '195718.262000', '195718.265000', '195718.273000', '195718.276000', '195718.279000', '195718.281000', '195718.284000', '195718.287000', '195718.289000', '195718.292000', '195718.294000', '195718.297000', '195718.300000', '195718.302000', '195718.305000', '195718.308000', '195718.311000', '195718.316000', '195718.318000', '195718.321000', '195718.324000', '195718.326000', '195718.329000', '195718.331000', '195738.211000', '195738.213000', '195738.216000', '195738.219000', '195738.221000', '195738.224000', '195738.227000', '195738.229000', '195738.232000', '195738.234000', '195738.237000', '195738.240000', '195738.242000', '195738.245000', '195738.247000', '195738.250000', '195738.253000', '195738.255000', '195738.258000', '195738.260000', '195738.263000', '195738.266000', '195738.268000', '195738.271000', '195738.273000', '195738.276000', '195738.279000', '195738.281000', '195738.284000', '195738.286000', '195738.289000', '195738.292000', '195738.294000', '195738.297000', '195738.300000', '195738.303000', '195738.305000', '195738.308000', '195738.311000', '195738.313000', '195738.316000', '195738.319000', '195738.321000', '195738.324000', '195750.053000', '195750.056000', '195750.059000', '195750.062000', '195750.064000', '195750.067000', '195750.070000', '195750.073000', '195750.076000', '195750.079000', '195750.081000', '195750.084000', '195750.087000', '195750.090000', '195750.093000', '195750.096000', '195750.100000', '195750.103000', '195750.106000', '195750.109000', '195750.112000', '195750.115000', '195750.118000', '195750.121000', '195750.123000', '195750.127000'], 'InstanceCreationTime': ['195118.261000', '195118.264000', '195118.275000', '195118.278000', '195118.280000', '195118.283000', '195118.285000', '195118.288000', '195118.290000', '195118.293000', '195118.296000', '195118.298000', '195118.301000', '195118.303000', '195118.306000', '195118.315000', '195118.318000', '195118.320000', '195118.323000', '195118.325000', '195138.210000', '195138.213000', '195138.216000', '195138.219000', '195138.221000', '195138.224000', '195138.226000', '195138.229000', '195138.232000', '195138.234000', '195138.237000', '195138.245000', '195138.247000', '195138.250000', '195138.253000', '195138.255000', '195138.258000', '195138.261000', '195138.263000', '195138.266000', '195138.268000', '195138.271000', '195138.274000', '195138.276000', '195138.279000', '195138.281000', '195138.284000', '195138.286000', '195138.296000', '195138.299000', '195138.302000', '195138.304000', '195138.307000', '195138.310000', '195138.312000', '195138.315000', '195138.318000', '195138.320000', '195138.323000', '195138.326000', '195138.328000', '195138.331000', '195138.333000', '195158.210000', '195158.213000', '195158.216000', '195158.218000', '195158.221000', '195158.224000', '195158.226000', '195158.229000', '195158.231000', '195158.234000', '195158.237000', '195158.239000', '195158.242000', '195158.244000', '195158.247000', '195158.249000', '195158.252000', '195158.255000', '195158.257000', '195158.260000', '195158.263000', '195158.265000', '195158.268000', '195158.270000', '195158.273000', '195158.276000', '195158.278000', '195158.281000', '195158.283000', '195158.286000', '195158.289000', '195158.291000', '195158.294000', '195158.297000', '195158.299000', '195158.302000', '195158.304000', '195158.307000', '195158.309000', '195158.312000', '195158.315000', '195158.317000', '195158.320000', '195158.322000', '195218.210000', '195218.213000', '195218.216000', '195218.219000', '195218.221000', '195218.224000', '195218.227000', '195218.229000', '195218.232000', '195218.235000', '195218.237000', '195218.240000', '195218.242000', '195218.245000', '195218.248000', '195218.250000', '195218.253000', '195218.256000', '195218.258000', '195218.261000', '195218.264000', '195218.266000', '195218.269000', '195218.271000', '195218.274000', '195218.277000', '195218.279000', '195218.282000', '195218.284000', '195218.287000', '195218.290000', '195218.292000', '195218.295000', '195218.297000', '195218.300000', '195218.303000', '195218.305000', '195218.308000', '195218.311000', '195218.313000', '195218.316000', '195218.318000', '195218.321000', '195238.210000', '195238.213000', '195238.216000', '195238.219000', '195238.222000', '195238.225000', '195238.227000', '195238.230000', '195238.233000', '195238.235000', '195238.238000', '195238.241000', '195238.243000', '195238.246000', '195238.248000', '195238.251000', '195238.254000', '195238.256000', '195238.259000', '195238.262000', '195238.264000', '195238.267000', '195238.269000', '195238.272000', '195238.275000', '195238.278000', '195238.280000', '195238.283000', '195238.286000', '195238.288000', '195238.291000', '195238.294000', '195238.296000', '195238.343000', '195238.345000', '195238.348000', '195238.351000', '195238.353000', '195238.356000', '195238.359000', '195238.361000', '195238.364000', '195238.366000', '195238.369000', '195258.210000', '195258.213000', '195258.216000', '195258.219000', '195258.221000', '195258.224000', '195258.227000', '195258.229000', '195258.232000', '195258.234000', '195258.237000', '195258.240000', '195258.242000', '195258.245000', '195258.247000', '195258.250000', '195258.253000', '195258.255000', '195258.258000', '195258.261000', '195258.272000', '195258.275000', '195258.278000', '195258.280000', '195258.283000', '195258.286000', '195258.288000', '195258.291000', '195258.294000', '195258.296000', '195258.299000', '195258.301000', '195258.304000', '195258.307000', '195258.309000', '195258.312000', '195258.315000', '195258.317000', '195258.320000', '195258.323000', '195258.325000', '195258.328000', '195258.330000', '195318.210000', '195318.212000', '195318.215000', '195318.218000', '195318.220000', '195318.223000', '195318.226000', '195318.228000', '195318.231000', '195318.234000', '195318.236000', '195318.239000', '195318.242000', '195318.244000', '195318.250000', '195318.252000', '195318.255000', '195318.258000', '195318.260000', '195318.263000', '195318.265000', '195318.268000', '195318.271000', '195318.273000', '195318.276000', '195318.278000', '195318.281000', '195318.284000', '195318.286000', '195318.289000', '195318.292000', '195318.294000', '195318.297000', '195318.299000', '195318.302000', '195318.305000', '195318.307000', '195318.310000', '195318.312000', '195318.315000', '195318.318000', '195318.320000', '195318.323000', '195318.325000', '195338.211000', '195338.214000', '195338.216000', '195338.219000', '195338.222000', '195338.225000', '195338.227000', '195338.230000', '195338.233000', '195338.235000', '195338.238000', '195338.240000', '195338.243000', '195338.246000', '195338.248000', '195338.251000', '195338.253000', '195338.256000', '195338.259000', '195338.261000', '195338.264000', '195338.267000', '195338.269000', '195338.272000', '195338.274000', '195338.277000', '195338.280000', '195338.282000', '195338.285000', '195338.288000', '195338.290000', '195338.293000', '195338.296000', '195338.298000', '195338.301000', '195338.304000', '195338.306000', '195338.309000', '195338.311000', '195338.314000', '195338.317000', '195338.319000', '195338.322000', '195358.211000', '195358.214000', '195358.223000', '195358.225000', '195358.228000', '195358.231000', '195358.233000', '195358.236000', '195358.238000', '195358.241000', '195358.244000', '195358.246000', '195358.249000', '195358.251000', '195358.254000', '195358.257000', '195358.259000', '195358.263000', '195358.265000', '195358.268000', '195358.271000', '195358.273000', '195358.276000', '195358.278000', '195358.281000', '195358.284000', '195358.286000', '195358.289000', '195358.291000', '195358.294000', '195358.297000', '195358.299000', '195358.302000', '195358.305000', '195358.307000', '195358.310000', '195358.312000', '195358.315000', '195358.318000', '195358.321000', '195358.323000', '195358.326000', '195358.329000', '195418.210000', '195418.213000', '195418.216000', '195418.218000', '195418.221000', '195418.224000', '195418.226000', '195418.229000', '195418.232000', '195418.235000', '195418.237000', '195418.240000', '195418.242000', '195418.245000', '195418.248000', '195418.250000', '195418.253000', '195418.256000', '195418.258000', '195418.261000', '195418.263000', '195418.266000', '195418.269000', '195418.271000', '195418.274000', '195418.277000', '195418.279000', '195418.282000', '195418.285000', '195418.301000', '195418.303000', '195418.306000', '195418.309000', '195418.311000', '195418.314000', '195418.317000', '195418.319000', '195418.322000', '195418.325000', '195418.327000', '195418.330000', '195418.333000', '195418.335000', '195418.338000', '195438.210000', '195438.213000', '195438.216000', '195438.219000', '195438.221000', '195438.224000', '195438.227000', '195438.229000', '195438.232000', '195438.234000', '195438.237000', '195438.240000', '195438.243000', '195438.245000', '195438.248000', '195438.251000', '195438.254000', '195438.258000', '195438.261000', '195438.264000', '195438.266000', '195438.269000', '195438.272000', '195438.274000', '195438.277000', '195438.280000', '195438.282000', '195438.285000', '195438.288000', '195438.291000', '195438.293000', '195438.296000', '195438.299000', '195438.301000', '195438.304000', '195438.307000', '195438.309000', '195438.312000', '195438.315000', '195438.317000', '195438.320000', '195438.323000', '195438.325000', '195458.210000', '195458.213000', '195458.216000', '195458.219000', '195458.222000', '195458.224000', '195458.227000', '195458.230000', '195458.232000', '195458.235000', '195458.237000', '195458.240000', '195458.243000', '195458.245000', '195458.248000', '195458.251000', '195458.253000', '195458.256000', '195458.259000', '195458.261000', '195458.264000', '195458.266000', '195458.269000', '195458.272000', '195458.274000', '195458.277000', '195458.279000', '195458.282000', '195458.285000', '195458.287000', '195458.290000', '195458.293000', '195458.295000', '195458.298000', '195458.300000', '195458.303000', '195458.306000', '195458.308000', '195458.311000', '195458.314000', '195458.316000', '195458.319000', '195458.322000', '195458.324000', '195518.210000', '195518.214000', '195518.216000', '195518.219000', '195518.222000', '195518.224000', '195518.227000', '195518.229000', '195518.232000', '195518.235000', '195518.237000', '195518.240000', '195518.242000', '195518.245000', '195518.248000', '195518.250000', '195518.253000', '195518.256000', '195518.258000', '195518.261000', '195518.265000', '195518.268000', '195518.270000', '195518.273000', '195518.276000', '195518.278000', '195518.281000', '195518.284000', '195518.286000', '195518.289000', '195518.292000', '195518.295000', '195518.297000', '195518.301000', '195518.303000', '195518.306000', '195518.309000', '195518.312000', '195518.314000', '195518.317000', '195518.320000', '195518.322000', '195518.325000', '195538.209000', '195538.212000', '195538.215000', '195538.218000', '195538.220000', '195538.223000', '195538.226000', '195538.228000', '195538.231000', '195538.233000', '195538.236000', '195538.239000', '195538.241000', '195538.244000', '195538.247000', '195538.249000', '195538.252000', '195538.254000', '195538.257000', '195538.260000', '195538.263000', '195538.266000', '195538.269000', '195538.271000', '195538.274000', '195538.276000', '195538.279000', '195538.282000', '195538.284000', '195538.287000', '195538.290000', '195538.292000', '195538.295000', '195538.297000', '195538.300000', '195538.302000', '195538.305000', '195538.308000', '195538.310000', '195538.313000', '195538.316000', '195538.318000', '195538.321000', '195538.323000', '195558.211000', '195558.213000', '195558.216000', '195558.219000', '195558.222000', '195558.224000', '195558.227000', '195558.229000', '195558.232000', '195558.235000', '195558.262000', '195558.265000', '195558.268000', '195558.271000', '195558.274000', '195558.277000', '195558.279000', '195558.282000', '195558.285000', '195558.287000', '195558.290000', '195558.293000', '195558.295000', '195558.298000', '195558.301000', '195558.303000', '195558.306000', '195558.308000', '195558.311000', '195558.314000', '195558.316000', '195558.319000', '195558.322000', '195558.324000', '195558.327000', '195558.330000', '195558.332000', '195558.335000', '195558.338000', '195558.340000', '195558.343000', '195558.345000', '195558.348000', '195618.210000', '195618.217000', '195618.219000', '195618.222000', '195618.224000', '195618.227000', '195618.230000', '195618.232000', '195618.235000', '195618.237000', '195618.240000', '195618.243000', '195618.245000', '195618.248000', '195618.250000', '195618.253000', '195618.256000', '195618.258000', '195618.261000', '195618.263000', '195618.266000', '195618.268000', '195618.271000', '195618.273000', '195618.276000', '195618.279000', '195618.281000', '195618.284000', '195618.287000', '195618.289000', '195618.292000', '195618.295000', '195618.297000', '195618.300000', '195618.302000', '195618.305000', '195618.308000', '195618.310000', '195618.313000', '195618.316000', '195618.318000', '195618.321000', '195618.323000', '195618.326000', '195638.210000', '195638.213000', '195638.216000', '195638.219000', '195638.221000', '195638.224000', '195638.226000', '195638.229000', '195638.232000', '195638.234000', '195638.237000', '195638.240000', '195638.242000', '195638.245000', '195638.247000', '195638.250000', '195638.253000', '195638.255000', '195638.258000', '195638.261000', '195638.263000', '195638.266000', '195638.269000', '195638.271000', '195638.274000', '195638.276000', '195638.279000', '195638.282000', '195638.284000', '195638.287000', '195638.290000', '195638.293000', '195638.295000', '195638.298000', '195638.301000', '195638.303000', '195638.314000', '195638.317000', '195638.320000', '195638.322000', '195638.325000', '195638.328000', '195638.331000', '195658.211000', '195658.214000', '195658.216000', '195658.219000', '195658.222000', '195658.224000', '195658.227000', '195658.230000', '195658.233000', '195658.235000', '195658.238000', '195658.240000', '195658.243000', '195658.246000', '195658.248000', '195658.251000', '195658.254000', '195658.256000', '195658.259000', '195658.262000', '195658.264000', '195658.267000', '195658.269000', '195658.272000', '195658.275000', '195658.277000', '195658.280000', '195658.283000', '195658.285000', '195658.288000', '195658.291000', '195658.293000', '195658.296000', '195658.298000', '195658.301000', '195658.304000', '195658.306000', '195658.309000', '195658.312000', '195658.314000', '195658.317000', '195658.320000', '195658.322000', '195658.325000', '195718.210000', '195718.213000', '195718.216000', '195718.219000', '195718.221000', '195718.224000', '195718.227000', '195718.229000', '195718.232000', '195718.234000', '195718.237000', '195718.240000', '195718.242000', '195718.246000', '195718.249000', '195718.252000', '195718.254000', '195718.257000', '195718.260000', '195718.262000', '195718.265000', '195718.273000', '195718.276000', '195718.279000', '195718.281000', '195718.284000', '195718.287000', '195718.289000', '195718.292000', '195718.294000', '195718.297000', '195718.300000', '195718.302000', '195718.305000', '195718.308000', '195718.311000', '195718.316000', '195718.318000', '195718.321000', '195718.324000', '195718.326000', '195718.329000', '195718.331000', '195738.211000', '195738.213000', '195738.216000', '195738.219000', '195738.221000', '195738.224000', '195738.227000', '195738.229000', '195738.232000', '195738.234000', '195738.237000', '195738.240000', '195738.242000', '195738.245000', '195738.247000', '195738.250000', '195738.253000', '195738.255000', '195738.258000', '195738.260000', '195738.263000', '195738.266000', '195738.268000', '195738.271000', '195738.273000', '195738.276000', '195738.279000', '195738.281000', '195738.284000', '195738.286000', '195738.289000', '195738.292000', '195738.294000', '195738.297000', '195738.300000', '195738.303000', '195738.305000', '195738.308000', '195738.311000', '195738.313000', '195738.316000', '195738.319000', '195738.321000', '195738.324000', '195750.053000', '195750.056000', '195750.059000', '195750.062000', '195750.064000', '195750.067000', '195750.070000', '195750.073000', '195750.076000', '195750.079000', '195750.081000', '195750.084000', '195750.087000', '195750.090000', '195750.093000', '195750.096000', '195750.100000', '195750.103000', '195750.106000', '195750.109000', '195750.112000', '195750.115000', '195750.118000', '195750.121000', '195750.123000', '195750.127000'], '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': [8223, 10248, 7716, 9652, 7154, 8887, 7137, 8911, 7492, 9999, 7311, 10881, 7241, 8669, 6791, 8835, 7032, 9565, 7064, 9482, 6879, 9632, 7245, 8186, 7350, 9567, 10381, 9464, 11453, 6897, 8686, 6771, 8848, 6969, 9376, 6762, 10435, 7248, 9974, 7021, 9120, 7133, 9515, 7042, 8160, 7104, 7134, 7363, 6913, 8448, 7426, 9470, 7636, 12102, 7496, 11501, 6745, 10324, 7023, 10036, 7289, 12254, 9104, 14466, 10461, 10983, 7717, 8837, 8321, 7906, 9019, 7408, 9967, 7107, 12216, 9064, 14788, 10533, 11299, 7984, 7397, 8885, 7239, 9518, 7849, 10170, 7617, 11315, 7036, 10024, 7122, 10194, 7084, 10009, 7606, 10732, 8295, 11279, 7135, 8610, 7348, 8104, 7679, 8496, 8904, 8260, 9438, 7089, 8881, 7327, 9557, 7355, 10653, 8405, 12323, 7985, 12295, 7415, 10623, 7485, 11162, 7570, 13085, 8386, 12319, 7533, 10222, 7596, 8878, 8155, 7795, 9059, 7427, 9258, 7353, 11294, 7224, 9831, 7127, 9869, 7254, 9364, 8498, 7698, 8822, 7456, 9009, 7452, 10800, 7908, 12428, 9101, 12712, 7397, 10312, 7389, 11920, 8974, 12362, 8363, 7356, 7704, 7638, 9198, 7912, 11801, 7591, 11211, 7026, 10255, 7053, 10626, 7670, 12133, 8069, 11500, 7110, 9644, 7289, 9747, 7626, 11434, 8789, 13069, 12384, 12280, 10688, 7964, 8201, 7156, 8596, 6868, 8924, 6919, 9993, 7211, 10708, 7508, 11034, 7267, 10003, 7370, 10763, 8085, 12937, 8937, 11434, 8083, 8457, 7972, 8085, 8201, 8720, 9643, 8548, 11364, 7545, 9336, 7277, 9242, 7381, 10189, 7050, 11236, 8126, 11349, 7826, 11112, 7357, 10200, 7400, 10317, 7372, 11091, 7921, 10866, 7167, 8783, 7218, 8403, 7980, 8149, 9897, 7615, 10500, 7133, 8692, 7094, 8300, 6909, 9439, 7383, 8728, 7281, 7005, 7713, 6801, 8809, 7280, 10405, 7344, 10520, 7180, 10495, 7469, 11073, 7385, 10282, 7740, 8179, 9409, 7204, 9555, 6962, 9236, 6636, 8536, 6858, 9037, 7283, 8388, 8194, 6828, 8641, 6814, 10341, 7046, 10334, 7290, 8953, 10219, 7952, 11632, 7012, 11088, 7048, 10809, 7424, 12696, 9012, 13757, 7407, 10779, 7043, 9103, 7128, 10345, 8095, 10515, 10096, 8073, 8485, 6851, 8686, 7516, 8443, 8987, 8879, 9661, 9669, 8204, 8996, 6676, 7972, 7028, 8262, 8073, 8323, 8440, 9054, 7150, 8889, 7445, 8766, 7250, 8985, 7292, 9926, 7578, 12836, 8376, 10491, 6941, 9467, 6938, 8663, 7249, 8432, 7899, 7733, 10290, 6766, 9419, 6767, 9721, 6876, 10148, 7269, 11650, 8571, 12950, 7657, 11560, 6989, 10033, 6990, 10882, 7786, 13088, 10307, 12373, 6831, 10320, 6999, 9880, 7214, 11600, 8094, 13020, 7314, 10852, 7033, 9535, 6861, 9588, 7161, 10193, 7102, 10181, 6979, 9968, 7134, 10309, 7014, 10299, 7019, 9736, 6976, 9637, 7041, 9295, 6958, 7923, 7591, 7317, 7981, 6985, 8314, 8487, 9365, 8095, 11326, 8448, 10947, 7104, 8187, 7158, 8692, 7464, 8746, 10266, 6756, 9905, 6878, 9145, 7111, 11102, 9545, 13955, 9320, 13035, 8216, 10736, 6916, 10843, 7523, 13571, 9538, 13569, 7250, 10323, 7139, 9342, 7122, 9141, 6843, 9437, 7485, 11734, 7906, 11470, 7259, 10088, 6999, 9907, 7127, 9855, 7463, 10509, 7243, 9635, 6919, 8773, 7280, 9042, 7410, 7327, 7604, 6700, 7518, 7105, 7897, 7295, 8359, 7131, 9752, 6667, 8835, 6785, 8556, 6813, 8773, 6939, 9591, 7361, 10129, 7196, 8718, 7242, 8309, 7500, 7855, 8324, 7001, 10720, 6735, 9759, 6639, 9710, 6939, 11133, 7654, 12375, 7571, 11990, 7370, 11227, 7465, 9993, 9502, 11066, 10994, 6607, 7862, 7103, 8584, 6639, 10311, 7481, 10415, 6938, 9954, 7123, 9567, 7209, 8576, 7954, 7067, 9362, 6752, 8563, 6620, 9038, 6671, 10545, 8163, 12358, 9015, 12432, 7077, 11736, 7496, 11977, 7460, 11669, 8623, 9251, 7548, 6845, 9047, 7473, 12963, 8048, 11911, 6937, 8918, 7041, 9331, 7113, 10579, 7531, 8431, 7113, 7592, 7243, 7425, 8109, 7356, 9148, 6942, 9724, 6767, 9547, 6882, 10083, 7050, 10760, 7322, 10514, 8093, 9646, 6982, 8284, 6883, 7800, 6992, 7727, 7351, 7531, 8303, 6739, 7983, 6841, 8452, 7103, 10301, 8109, 12463, 7429, 11202, 6917, 10607, 7021, 11282, 7472, 12572, 7702, 11033, 7065, 10216, 7036, 10920, 7364, 11067, 7381, 10948, 8451, 12436, 7476, 7986, 7306, 7639, 7057, 7366, 8620, 6847, 8479, 6783, 8243, 6949, 9484, 6856, 10745, 8101, 11207, 7363, 11266, 7413, 11484, 7349, 10358, 7701, 7978, 8227, 7061, 8733, 7532, 9418, 6803, 9644, 7296, 9840, 8470, 6876, 9069, 6786, 9898, 6913, 10777, 7383, 8223, 8669, 6708, 9482, 6383, 8236, 7748, 12195, 9243, 11824, 8858, 9885, 8889, 6734, 10846, 7082, 12643, 8067, 12607, 10699, 10050, 11915, 6677, 9454, 6794, 10021, 6759, 9818, 6856, 10332, 7760, 11348, 7373, 12271, 7269, 11776, 7334, 11648, 8210, 10986, 7216, 10075, 7090, 10278, 7061, 8584, 7894, 7271, 8611, 6840, 10335, 8620, 10192, 7242, 7595, 7222, 7028, 7349, 7113, 7905, 6804, 8758, 6939, 9898, 7214, 11242, 9476, 12699, 9336, 13342, 9967, 13319, 9223, 13252, 8781, 12898, 7885, 11809, 7811, 10790, 7574, 10265, 7104, 10088, 7238, 10178, 7279, 10010, 7184, 9138, 7440, 8471, 7753, 8421, 7480, 8525, 7185, 8839, 7392, 8415, 6894, 8744, 6774, 8300, 7108, 8022, 7338, 7040, 8820, 7117, 9070, 6586, 8906, 6622, 9808, 7312, 10563, 8669, 13664, 9792, 14030, 12020, 11779, 14975, 9699, 16179, 9412, 16302, 9297, 13901, 9744, 13504, 7445, 12046, 7544, 11546, 7586, 11252, 7701, 10881, 7494, 10068, 7275, 9488, 7247, 9050, 7117, 7081, 7058, 7529, 7528, 7178, 8457, 7093, 9106, 7033, 9798, 7768, 10174, 7268, 9025, 7433, 7518, 8426, 6991, 10193, 7828, 11208, 7340, 11315, 7642, 11986, 7892, 9765, 8874, 7315, 9394, 7123, 10022, 7129, 10481, 7377, 10206, 7549, 11307, 8064, 10630, 7947, 8490, 7861, 7503, 8510, 7065, 10846, 7465, 12404, 7711, 11637, 8190, 8487, 9839, 7044, 9220, 6989, 10302, 7259, 11046, 7490, 11279, 7833, 11651, 8302], 'WindowCenter': [4041.0, 4047.0, 4014.0, 4033.0, 3989.0, 4007.0, 3987.0, 4006.0, 3986.0, 4018.0, 3987.0, 4018.0, 3987.0, 4006.0, 3974.0, 3993.0, 3974.0, 4005.0, 3974.0, 4005.0, 3975.0, 4016.0, 3986.0, 3995.0, 3984.0, 4004.0, 4018.0, 4007.0, 4028.0, 3976.0, 3994.0, 3973.0, 3993.0, 3974.0, 4005.0, 3975.0, 4017.0, 3987.0, 4018.0, 3987.0, 4017.0, 3987.0, 4004.0, 3986.0, 3997.0, 3987.0, 3987.0, 3988.0, 3987.0, 4008.0, 3986.0, 4017.0, 3997.0, 4039.0, 3988.0, 4039.0, 3988.0, 4018.0, 3987.0, 4015.0, 3986.0, 4027.0, 4006.0, 4036.0, 4017.0, 4016.0, 3985.0, 3992.0, 3982.0, 3970.0, 3992.0, 3971.0, 4003.0, 3963.0, 4023.0, 3994.0, 4036.0, 4015.0, 4014.0, 3983.0, 3971.0, 3992.0, 3971.0, 3992.0, 3981.0, 4003.0, 3983.0, 4014.0, 3973.0, 4004.0, 3973.0, 4003.0, 3960.0, 3991.0, 3983.0, 4014.0, 3994.0, 4015.0, 3974.0, 3993.0, 3973.0, 3983.0, 3985.0, 3992.0, 3995.0, 3995.0, 4005.0, 3975.0, 4006.0, 3984.0, 4005.0, 3974.0, 4016.0, 3995.0, 4025.0, 3994.0, 4026.0, 3973.0, 4013.0, 3973.0, 4012.0, 3973.0, 4023.0, 3985.0, 4014.0, 3983.0, 4003.0, 3972.0, 3992.0, 3981.0, 3971.0, 3992.0, 3972.0, 4005.0, 3985.0, 4016.0, 3986.0, 4016.0, 3974.0, 4003.0, 3986.0, 4006.0, 4008.0, 3986.0, 4008.0, 3987.0, 4006.0, 3984.0, 4014.0, 3985.0, 4039.0, 4008.0, 4037.0, 3985.0, 4004.0, 3975.0, 4024.0, 3997.0, 4027.0, 3997.0, 3985.0, 3982.0, 3983.0, 4004.0, 3984.0, 4025.0, 3984.0, 4015.0, 3975.0, 4004.0, 3972.0, 4002.0, 3971.0, 4024.0, 3983.0, 4015.0, 3974.0, 4004.0, 3972.0, 3991.0, 3984.0, 4013.0, 3996.0, 4037.0, 4039.0, 4027.0, 4016.0, 3983.0, 3994.0, 3973.0, 3981.0, 3962.0, 3992.0, 3972.0, 4004.0, 3986.0, 4016.0, 3986.0, 4016.0, 3973.0, 4002.0, 3973.0, 4012.0, 3985.0, 4024.0, 3995.0, 4014.0, 3983.0, 3982.0, 3982.0, 3970.0, 3980.0, 3980.0, 3991.0, 3980.0, 4014.0, 3984.0, 4004.0, 3972.0, 3992.0, 3970.0, 4000.0, 3962.0, 4013.0, 3983.0, 4014.0, 3984.0, 4013.0, 3974.0, 4002.0, 3972.0, 4002.0, 3974.0, 4014.0, 3986.0, 4015.0, 3974.0, 3993.0, 3984.0, 3994.0, 3984.0, 3984.0, 4006.0, 3986.0, 4015.0, 3985.0, 4006.0, 3975.0, 3995.0, 3977.0, 4006.0, 3988.0, 4008.0, 3998.0, 3988.0, 3998.0, 3976.0, 4007.0, 3986.0, 4018.0, 3986.0, 4018.0, 3985.0, 4016.0, 3986.0, 4026.0, 3985.0, 4015.0, 3985.0, 3996.0, 4008.0, 3987.0, 4017.0, 3986.0, 4006.0, 3978.0, 4006.0, 3976.0, 4007.0, 3988.0, 4009.0, 4010.0, 3990.0, 4010.0, 3989.0, 4027.0, 3987.0, 4016.0, 3987.0, 4007.0, 4029.0, 3998.0, 4040.0, 3989.0, 4027.0, 3976.0, 4015.0, 3975.0, 4025.0, 4007.0, 4037.0, 3986.0, 4016.0, 3977.0, 4005.0, 3974.0, 4004.0, 3985.0, 4016.0, 4017.0, 3984.0, 3995.0, 3962.0, 3994.0, 3972.0, 3981.0, 3993.0, 3993.0, 3993.0, 4006.0, 3993.0, 3995.0, 3973.0, 3984.0, 3971.0, 3982.0, 3981.0, 3982.0, 3983.0, 3995.0, 3974.0, 3995.0, 3972.0, 3994.0, 3972.0, 3993.0, 3973.0, 4005.0, 3986.0, 4038.0, 3997.0, 4018.0, 3986.0, 4006.0, 3976.0, 3995.0, 3986.0, 3996.0, 3998.0, 3998.0, 4030.0, 3989.0, 4019.0, 3977.0, 4006.0, 3974.0, 4015.0, 3985.0, 4027.0, 4008.0, 4040.0, 3998.0, 4027.0, 3975.0, 4004.0, 3974.0, 4014.0, 3985.0, 4025.0, 4016.0, 4025.0, 3974.0, 4002.0, 3972.0, 4001.0, 3972.0, 4013.0, 3984.0, 4024.0, 3972.0, 4013.0, 3972.0, 3991.0, 3961.0, 3991.0, 3961.0, 4001.0, 3973.0, 4002.0, 3962.0, 4002.0, 3973.0, 4001.0, 3972.0, 4002.0, 3973.0, 4003.0, 3973.0, 4002.0, 3973.0, 3992.0, 3975.0, 3993.0, 3998.0, 3987.0, 3999.0, 3989.0, 4008.0, 3993.0, 4019.0, 3998.0, 4017.0, 3997.0, 4018.0, 3987.0, 3997.0, 3988.0, 3996.0, 3988.0, 3999.0, 4020.0, 3978.0, 4019.0, 3976.0, 4006.0, 3973.0, 4016.0, 4006.0, 4037.0, 4006.0, 4027.0, 3985.0, 4014.0, 3962.0, 4002.0, 3972.0, 4026.0, 3994.0, 4023.0, 3972.0, 4002.0, 3961.0, 3991.0, 3961.0, 3991.0, 3960.0, 3992.0, 3973.0, 4014.0, 3983.0, 4013.0, 3972.0, 4002.0, 3960.0, 3990.0, 3960.0, 3991.0, 3972.0, 4002.0, 3973.0, 4002.0, 3972.0, 3981.0, 3972.0, 3981.0, 3972.0, 3972.0, 3983.0, 3962.0, 3974.0, 3973.0, 3984.0, 3973.0, 3995.0, 3975.0, 4005.0, 3976.0, 4006.0, 3975.0, 3994.0, 3976.0, 4006.0, 3988.0, 4019.0, 4000.0, 4029.0, 3990.0, 4008.0, 3988.0, 3997.0, 3988.0, 3998.0, 4009.0, 3989.0, 4030.0, 3989.0, 4018.0, 3977.0, 4016.0, 3987.0, 4028.0, 3998.0, 4038.0, 3998.0, 4027.0, 3987.0, 4016.0, 3986.0, 4015.0, 4018.0, 4027.0, 4028.0, 3974.0, 3986.0, 3974.0, 3995.0, 3974.0, 4016.0, 3986.0, 4016.0, 3986.0, 4017.0, 3976.0, 4006.0, 3986.0, 3996.0, 3998.0, 3977.0, 4009.0, 3988.0, 4008.0, 3977.0, 4006.0, 3975.0, 4017.0, 3997.0, 4039.0, 4009.0, 4038.0, 3976.0, 4025.0, 3974.0, 4013.0, 3974.0, 4015.0, 3994.0, 3993.0, 3983.0, 3963.0, 3994.0, 3973.0, 4026.0, 3983.0, 4013.0, 3961.0, 3981.0, 3961.0, 3990.0, 3961.0, 4002.0, 3983.0, 3983.0, 3973.0, 3983.0, 3973.0, 3971.0, 3983.0, 3972.0, 4003.0, 3974.0, 4006.0, 3975.0, 4005.0, 3975.0, 4015.0, 3975.0, 4016.0, 3986.0, 4016.0, 3997.0, 4017.0, 3988.0, 3998.0, 3987.0, 3997.0, 3988.0, 3986.0, 3989.0, 3998.0, 4010.0, 3990.0, 4010.0, 3988.0, 3996.0, 3976.0, 4018.0, 3997.0, 4039.0, 3988.0, 4028.0, 3976.0, 4017.0, 3975.0, 4016.0, 3975.0, 4025.0, 3984.0, 4014.0, 3974.0, 4003.0, 3972.0, 4013.0, 3972.0, 4013.0, 3973.0, 4014.0, 3994.0, 4024.0, 3974.0, 3982.0, 3972.0, 3970.0, 3962.0, 3973.0, 3995.0, 3974.0, 3996.0, 3974.0, 3994.0, 3973.0, 4003.0, 3974.0, 4016.0, 3996.0, 4025.0, 3984.0, 4015.0, 3985.0, 4026.0, 3986.0, 4015.0, 3986.0, 3996.0, 4009.0, 3986.0, 4008.0, 3985.0, 4006.0, 3975.0, 4016.0, 3986.0, 4019.0, 4009.0, 3978.0, 4019.0, 3989.0, 4020.0, 3988.0, 4029.0, 3988.0, 4010.0, 4011.0, 3990.0, 4030.0, 3979.0, 3998.0, 3987.0, 4039.0, 4020.0, 4028.0, 4008.0, 4018.0, 4008.0, 3975.0, 4016.0, 3976.0, 4038.0, 3988.0, 4028.0, 4019.0, 4018.0, 4028.0, 3976.0, 4005.0, 3964.0, 4004.0, 3963.0, 4003.0, 3964.0, 4004.0, 3986.0, 4017.0, 3986.0, 4024.0, 3973.0, 4012.0, 3972.0, 4001.0, 3983.0, 4002.0, 3973.0, 3992.0, 3974.0, 4003.0, 3973.0, 3982.0, 3984.0, 3974.0, 4009.0, 3975.0, 4018.0, 3996.0, 4005.0, 3986.0, 3986.0, 3975.0, 3973.0, 3976.0, 3977.0, 3998.0, 3979.0, 4010.0, 3991.0, 4032.0, 4000.0, 4030.0, 4009.0, 4028.0, 4008.0, 4026.0, 4006.0, 4025.0, 3994.0, 4013.0, 3981.0, 4011.0, 3971.0, 4000.0, 3971.0, 4000.0, 3958.0, 3990.0, 3948.0, 3988.0, 3958.0, 3988.0, 3958.0, 3989.0, 3948.0, 3979.0, 3959.0, 3980.0, 3970.0, 3981.0, 3971.0, 3992.0, 3972.0, 3994.0, 3974.0, 4009.0, 3986.0, 4008.0, 3978.0, 3997.0, 3976.0, 3986.0, 3988.0, 3976.0, 4008.0, 3976.0, 3995.0, 3964.0, 3996.0, 3966.0, 4018.0, 3988.0, 4030.0, 4009.0, 4041.0, 4007.0, 4039.0, 4015.0, 4005.0, 4022.0, 3981.0, 4033.0, 3981.0, 4021.0, 3981.0, 4010.0, 3980.0, 4009.0, 3959.0, 3998.0, 3957.0, 3987.0, 3957.0, 3987.0, 3958.0, 3989.0, 3947.0, 3977.0, 3958.0, 3979.0, 3960.0, 3980.0, 3961.0, 3961.0, 3962.0, 3971.0, 3972.0, 3962.0, 3984.0, 3961.0, 3995.0, 3988.0, 4020.0, 3998.0, 4017.0, 3988.0, 3995.0, 3987.0, 3987.0, 3998.0, 3978.0, 4030.0, 4000.0, 4030.0, 3989.0, 4029.0, 3988.0, 4027.0, 3987.0, 4007.0, 4008.0, 3987.0, 4007.0, 3976.0, 4018.0, 3977.0, 4017.0, 3976.0, 4017.0, 3988.0, 4028.0, 4000.0, 4018.0, 3998.0, 3996.0, 3987.0, 3975.0, 3996.0, 3976.0, 4017.0, 3988.0, 4038.0, 3988.0, 4027.0, 3997.0, 3997.0, 4007.0, 3976.0, 4006.0, 3975.0, 4005.0, 3977.0, 4015.0, 3975.0, 4016.0, 3986.0, 4027.0, 3997.0], 'WindowWidth': [9019.0, 9017.0, 8964.0, 8985.0, 8921.0, 8941.0, 8914.0, 8937.0, 8908.0, 8954.0, 8913.0, 8954.0, 8913.0, 8936.0, 8891.0, 8915.0, 8890.0, 8931.0, 8888.0, 8929.0, 8893.0, 8950.0, 8910.0, 8921.0, 8906.0, 8932.0, 8956.0, 8939.0, 8968.0, 8896.0, 8917.0, 8888.0, 8913.0, 8888.0, 8932.0, 8894.0, 8953.0, 8914.0, 8954.0, 8914.0, 8953.0, 8910.0, 8930.0, 8910.0, 8926.0, 8914.0, 8913.0, 8918.0, 8914.0, 8944.0, 8911.0, 8953.0, 8927.0, 8987.0, 8917.0, 8986.0, 8917.0, 8956.0, 8913.0, 8945.0, 8909.0, 8964.0, 8938.0, 8979.0, 8951.0, 8947.0, 8904.0, 8909.0, 8896.0, 8877.0, 8909.0, 8880.0, 8924.0, 8872.0, 8954.0, 8917.0, 8977.0, 8945.0, 8942.0, 8899.0, 8879.0, 8909.0, 8879.0, 8908.0, 8893.0, 8926.0, 8899.0, 8942.0, 8888.0, 8927.0, 8885.0, 8923.0, 8864.0, 8906.0, 8900.0, 8941.0, 8917.0, 8944.0, 8890.0, 8914.0, 8888.0, 8898.0, 8904.0, 8910.0, 8919.0, 8920.0, 8933.0, 8895.0, 8936.0, 8905.0, 8931.0, 8890.0, 8947.0, 8920.0, 8961.0, 8918.0, 8963.0, 8889.0, 8940.0, 8887.0, 8935.0, 8887.0, 8954.0, 8905.0, 8942.0, 8901.0, 8924.0, 8883.0, 8908.0, 8894.0, 8881.0, 8911.0, 8884.0, 8930.0, 8905.0, 8949.0, 8909.0, 8948.0, 8891.0, 8928.0, 8908.0, 8935.0, 8940.0, 8910.0, 8941.0, 8912.0, 8935.0, 8904.0, 8943.0, 8906.0, 8984.0, 8940.0, 8980.0, 8907.0, 8930.0, 8891.0, 8957.0, 8923.0, 8965.0, 8924.0, 8904.0, 8898.0, 8899.0, 8927.0, 8902.0, 8961.0, 8904.0, 8946.0, 8890.0, 8928.0, 8884.0, 8922.0, 8882.0, 8955.0, 8900.0, 8945.0, 8890.0, 8926.0, 8885.0, 8907.0, 8902.0, 8941.0, 8923.0, 8979.0, 8988.0, 8967.0, 8951.0, 8903.0, 8917.0, 8886.0, 8894.0, 8870.0, 8909.0, 8885.0, 8930.0, 8912.0, 8950.0, 8910.0, 8948.0, 8887.0, 8922.0, 8884.0, 8936.0, 8905.0, 8958.0, 8919.0, 8943.0, 8902.0, 8897.0, 8895.0, 8875.0, 8889.0, 8890.0, 8907.0, 8892.0, 8943.0, 8902.0, 8929.0, 8884.0, 8910.0, 8878.0, 8917.0, 8870.0, 8940.0, 8900.0, 8942.0, 8903.0, 8940.0, 8889.0, 8923.0, 8884.0, 8923.0, 8889.0, 8943.0, 8907.0, 8946.0, 8890.0, 8915.0, 8904.0, 8915.0, 8903.0, 8904.0, 8936.0, 8908.0, 8948.0, 8907.0, 8936.0, 8894.0, 8918.0, 8898.0, 8937.0, 8917.0, 8943.0, 8931.0, 8915.0, 8929.0, 8897.0, 8938.0, 8910.0, 8953.0, 8910.0, 8954.0, 8909.0, 8949.0, 8910.0, 8962.0, 8907.0, 8946.0, 8907.0, 8923.0, 8941.0, 8911.0, 8953.0, 8909.0, 8935.0, 8901.0, 8936.0, 8895.0, 8937.0, 8916.0, 8945.0, 8950.0, 8921.0, 8948.0, 8921.0, 8968.0, 8913.0, 8948.0, 8911.0, 8938.0, 8971.0, 8929.0, 8989.0, 8918.0, 8966.0, 8896.0, 8943.0, 8892.0, 8961.0, 8939.0, 8980.0, 8910.0, 8950.0, 8899.0, 8931.0, 8890.0, 8929.0, 8905.0, 8948.0, 8951.0, 8904.0, 8920.0, 8872.0, 8914.0, 8884.0, 8894.0, 8911.0, 8913.0, 8912.0, 8933.0, 8914.0, 8918.0, 8886.0, 8903.0, 8881.0, 8897.0, 8893.0, 8897.0, 8899.0, 8918.0, 8889.0, 8919.0, 8886.0, 8916.0, 8885.0, 8913.0, 8885.0, 8933.0, 8910.0, 8982.0, 8927.0, 8954.0, 8912.0, 8936.0, 8895.0, 8919.0, 8910.0, 8924.0, 8928.0, 8928.0, 8975.0, 8918.0, 8958.0, 8901.0, 8935.0, 8891.0, 8945.0, 8907.0, 8965.0, 8941.0, 8988.0, 8930.0, 8968.0, 8893.0, 8927.0, 8889.0, 8940.0, 8905.0, 8960.0, 8949.0, 8961.0, 8890.0, 8926.0, 8883.0, 8920.0, 8883.0, 8939.0, 8902.0, 8957.0, 8886.0, 8941.0, 8884.0, 8906.0, 8867.0, 8906.0, 8867.0, 8921.0, 8885.0, 8922.0, 8870.0, 8923.0, 8886.0, 8920.0, 8884.0, 8924.0, 8887.0, 8926.0, 8886.0, 8924.0, 8887.0, 8912.0, 8894.0, 8916.0, 8927.0, 8915.0, 8931.0, 8921.0, 8946.0, 8912.0, 8957.0, 8927.0, 8949.0, 8923.0, 8952.0, 8913.0, 8923.0, 8913.0, 8922.0, 8915.0, 8930.0, 8960.0, 8902.0, 8958.0, 8897.0, 8935.0, 8888.0, 8948.0, 8934.0, 8981.0, 8936.0, 8965.0, 8904.0, 8940.0, 8868.0, 8920.0, 8883.0, 8961.0, 8913.0, 8953.0, 8883.0, 8922.0, 8868.0, 8906.0, 8865.0, 8905.0, 8864.0, 8907.0, 8886.0, 8940.0, 8901.0, 8938.0, 8884.0, 8923.0, 8864.0, 8901.0, 8862.0, 8905.0, 8884.0, 8922.0, 8887.0, 8924.0, 8885.0, 8893.0, 8885.0, 8892.0, 8884.0, 8883.0, 8900.0, 8871.0, 8888.0, 8887.0, 8904.0, 8888.0, 8918.0, 8892.0, 8933.0, 8897.0, 8935.0, 8896.0, 8917.0, 8896.0, 8936.0, 8916.0, 8957.0, 8935.0, 8972.0, 8922.0, 8943.0, 8915.0, 8926.0, 8915.0, 8929.0, 8946.0, 8919.0, 8978.0, 8921.0, 8955.0, 8901.0, 8949.0, 8914.0, 8967.0, 8928.0, 8982.0, 8929.0, 8968.0, 8913.0, 8949.0, 8911.0, 8947.0, 8955.0, 8966.0, 8969.0, 8893.0, 8907.0, 8890.0, 8916.0, 8890.0, 8947.0, 8909.0, 8950.0, 8911.0, 8950.0, 8898.0, 8935.0, 8908.0, 8922.0, 8926.0, 8898.0, 8946.0, 8917.0, 8941.0, 8899.0, 8934.0, 8893.0, 8951.0, 8925.0, 8983.0, 8946.0, 8982.0, 8895.0, 8959.0, 8888.0, 8939.0, 8889.0, 8942.0, 8915.0, 8912.0, 8900.0, 8873.0, 8914.0, 8885.0, 8960.0, 8901.0, 8940.0, 8868.0, 8892.0, 8866.0, 8903.0, 8868.0, 8923.0, 8900.0, 8900.0, 8888.0, 8900.0, 8885.0, 8882.0, 8900.0, 8885.0, 8927.0, 8889.0, 8934.0, 8894.0, 8933.0, 8893.0, 8946.0, 8892.0, 8948.0, 8909.0, 8949.0, 8928.0, 8954.0, 8916.0, 8928.0, 8913.0, 8925.0, 8917.0, 8910.0, 8917.0, 8930.0, 8948.0, 8921.0, 8948.0, 8917.0, 8923.0, 8897.0, 8954.0, 8926.0, 8985.0, 8914.0, 8968.0, 8896.0, 8950.0, 8893.0, 8947.0, 8892.0, 8959.0, 8902.0, 8942.0, 8889.0, 8925.0, 8884.0, 8938.0, 8884.0, 8938.0, 8887.0, 8943.0, 8917.0, 8955.0, 8889.0, 8897.0, 8883.0, 8878.0, 8869.0, 8886.0, 8918.0, 8890.0, 8920.0, 8892.0, 8916.0, 8888.0, 8925.0, 8891.0, 8949.0, 8923.0, 8960.0, 8905.0, 8945.0, 8906.0, 8961.0, 8908.0, 8945.0, 8909.0, 8923.0, 8945.0, 8912.0, 8940.0, 8907.0, 8935.0, 8895.0, 8949.0, 8913.0, 8957.0, 8945.0, 8904.0, 8960.0, 8920.0, 8959.0, 8915.0, 8968.0, 8915.0, 8949.0, 8951.0, 8920.0, 8976.0, 8906.0, 8926.0, 8912.0, 8984.0, 8959.0, 8969.0, 8941.0, 8954.0, 8940.0, 8894.0, 8949.0, 8895.0, 8981.0, 8913.0, 8968.0, 8958.0, 8953.0, 8969.0, 8895.0, 8933.0, 8876.0, 8926.0, 8873.0, 8924.0, 8875.0, 8929.0, 8908.0, 8952.0, 8909.0, 8958.0, 8886.0, 8937.0, 8880.0, 8919.0, 8898.0, 8922.0, 8884.0, 8908.0, 8886.0, 8926.0, 8884.0, 8894.0, 8900.0, 8889.0, 8944.0, 8894.0, 8955.0, 8919.0, 8931.0, 8910.0, 8907.0, 8890.0, 8886.0, 8894.0, 8897.0, 8929.0, 8905.0, 8949.0, 8924.0, 8980.0, 8935.0, 8973.0, 8943.0, 8969.0, 8938.0, 8962.0, 8932.0, 8958.0, 8912.0, 8936.0, 8891.0, 8930.0, 8877.0, 8913.0, 8876.0, 8914.0, 8856.0, 8899.0, 8841.0, 8894.0, 8854.0, 8894.0, 8855.0, 8897.0, 8842.0, 8885.0, 8858.0, 8888.0, 8876.0, 8891.0, 8879.0, 8909.0, 8884.0, 8915.0, 8888.0, 8944.0, 8911.0, 8940.0, 8901.0, 8927.0, 8894.0, 8906.0, 8911.0, 8893.0, 8940.0, 8893.0, 8915.0, 8874.0, 8919.0, 8880.0, 8953.0, 8913.0, 8973.0, 8944.0, 8990.0, 8938.0, 8983.0, 8942.0, 8927.0, 8946.0, 8889.0, 8963.0, 8889.0, 8944.0, 8887.0, 8927.0, 8887.0, 8924.0, 8856.0, 8907.0, 8850.0, 8888.0, 8850.0, 8891.0, 8854.0, 8895.0, 8839.0, 8878.0, 8854.0, 8882.0, 8861.0, 8888.0, 8865.0, 8863.0, 8869.0, 8880.0, 8882.0, 8870.0, 8899.0, 8867.0, 8916.0, 8916.0, 8960.0, 8928.0, 8951.0, 8913.0, 8917.0, 8909.0, 8911.0, 8925.0, 8900.0, 8973.0, 8933.0, 8973.0, 8919.0, 8969.0, 8913.0, 8964.0, 8911.0, 8937.0, 8940.0, 8910.0, 8937.0, 8896.0, 8951.0, 8897.0, 8949.0, 8894.0, 8949.0, 8913.0, 8967.0, 8934.0, 8953.0, 8925.0, 8920.0, 8908.0, 8889.0, 8919.0, 8894.0, 8950.0, 8912.0, 8981.0, 8912.0, 8964.0, 8924.0, 8923.0, 8938.0, 8893.0, 8933.0, 8891.0, 8930.0, 8895.0, 8943.0, 8891.0, 8945.0, 8908.0, 8963.0, 8923.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.0007907364787111622</td></tr>
<tr><td colspan=3>aqi</td><td>0.02986109298043728</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.52976138929722</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1642152069124405</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902494455760366</td></tr>
<tr><td colspan=3>efc</td><td>0.45</td></tr>
<tr><td colspan=3>fber</td><td>6941.9775</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10267206112302352</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.372842347525892</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.457589020265809</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3745447615682593</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.636881391677303</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3613409075518645</td></tr>
<tr><td colspan=3>gcor</td><td>0.00961935</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01131768710911274</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02457699179649353</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.8008380474856365</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>20.7766</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.9124</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6498</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306125.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.5129</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1339</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.0549</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3230.1666</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.0036</td></tr>
<tr><td colspan=3>tsnr</td><td>37.118440037593246</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>