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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-05_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-05_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-0099/ses-04/func/sub-0099_ses-04_task-social_acq-mb8_run-05_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>3c1442e47fdd9940590c6df45cf806d1</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>14:09:45.425000</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.998824, 0.0160672, 0.0457425, -0.0190041, 0.997736, 0.0645119]</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-05_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.0843498</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7792, -7249, 236, -79, -213, -121, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>442af20d-a66b-4c67-8005-ef3232e1e523||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.679771900177002, -0.05098650977015495, 0.12042661011219025, 111.4423599243164], [-0.04310700297355652, 2.6768527030944824, 0.1763242781162262, -99.48847961425781], [0.12272387742996216, -0.17308060824871063, 2.6915435791015625, -81.3580093383789], [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': ['140945.425000', '140945.885000', '140946.345000', '140946.805000', '140947.265000', '140947.725000', '140948.185000', '140948.645000', '140949.105000', '140949.565000', '140950.025000', '140950.485000', '140950.945000', '140951.405000', '140951.865000', '140952.325000', '140952.785000', '140953.245000', '140953.705000', '140954.165000', '140954.625000', '140955.085000', '140955.545000', '140956.005000', '140956.465000', '140956.925000', '140957.385000', '140957.845000', '140958.305000', '140958.765000', '140959.225000', '140959.685000', '141000.145000', '141000.605000', '141001.065000', '141001.525000', '141001.985000', '141002.445000', '141002.905000', '141003.365000', '141003.825000', '141004.285000', '141004.745000', '141005.205000', '141005.665000', '141006.125000', '141006.585000', '141007.045000', '141007.505000', '141007.965000', '141008.425000', '141008.885000', '141009.345000', '141009.805000', '141010.265000', '141010.725000', '141011.185000', '141011.645000', '141012.105000', '141012.565000', '141013.025000', '141013.485000', '141013.945000', '141014.405000', '141014.865000', '141015.325000', '141015.785000', '141016.245000', '141016.705000', '141017.165000', '141017.625000', '141018.085000', '141018.545000', '141019.005000', '141019.465000', '141019.925000', '141020.385000', '141020.845000', '141021.305000', '141021.765000', '141022.225000', '141022.685000', '141023.145000', '141023.605000', '141024.065000', '141024.525000', '141024.985000', '141025.445000', '141025.905000', '141026.365000', '141026.825000', '141027.285000', '141027.745000', '141028.205000', '141028.665000', '141029.125000', '141029.585000', '141030.045000', '141030.505000', '141030.965000', '141031.425000', '141031.885000', '141032.345000', '141032.805000', '141033.265000', '141033.725000', '141034.185000', '141034.645000', '141035.105000', '141035.565000', '141036.025000', '141036.485000', '141036.945000', '141037.405000', '141037.865000', '141038.325000', '141038.785000', '141039.245000', '141039.705000', '141040.165000', '141040.625000', '141041.085000', '141041.545000', '141042.005000', '141042.465000', '141042.925000', '141043.385000', '141043.845000', '141044.305000', '141044.765000', '141045.225000', '141045.685000', '141046.145000', '141046.605000', '141047.065000', '141047.525000', '141047.985000', '141048.445000', '141048.905000', '141049.365000', '141049.825000', '141050.285000', '141050.745000', '141051.205000', '141051.665000', '141052.125000', '141052.585000', '141053.045000', '141053.505000', '141053.965000', '141054.425000', '141054.885000', '141055.345000', '141055.805000', '141056.265000', '141056.725000', '141057.185000', '141057.645000', '141058.105000', '141058.565000', '141059.025000', '141059.485000', '141059.945000', '141100.405000', '141100.865000', '141101.325000', '141101.785000', '141102.245000', '141102.705000', '141103.165000', '141103.625000', '141104.085000', '141104.545000', '141105.005000', '141105.465000', '141105.925000', '141106.385000', '141106.845000', '141107.305000', '141107.765000', '141108.225000', '141108.685000', '141109.145000', '141109.605000', '141110.065000', '141110.525000', '141110.985000', '141111.445000', '141111.905000', '141112.365000', '141112.825000', '141113.285000', '141113.745000', '141114.205000', '141114.665000', '141115.125000', '141115.585000', '141116.045000', '141116.505000', '141116.965000', '141117.425000', '141117.885000', '141118.345000', '141118.805000', '141119.265000', '141119.725000', '141120.185000', '141120.645000', '141121.105000', '141121.565000', '141122.025000', '141122.485000', '141122.945000', '141123.405000', '141123.865000', '141124.325000', '141124.785000', '141125.245000', '141125.705000', '141126.165000', '141126.625000', '141127.085000', '141127.545000', '141128.005000', '141128.465000', '141128.925000', '141129.385000', '141129.845000', '141130.305000', '141130.765000', '141131.225000', '141131.685000', '141132.145000', '141132.605000', '141133.065000', '141133.525000', '141133.985000', '141134.445000', '141134.905000', '141135.365000', '141135.825000', '141136.285000', '141136.745000', '141137.205000', '141137.665000', '141138.125000', '141138.585000', '141139.045000', '141139.505000', '141139.965000', '141140.425000', '141140.885000', '141141.345000', '141141.805000', '141142.265000', '141142.725000', '141143.185000', '141143.645000', '141144.105000', '141144.565000', '141145.025000', '141145.485000', '141145.945000', '141146.405000', '141146.865000', '141147.325000', '141147.785000', '141148.245000', '141148.705000', '141149.165000', '141149.625000', '141150.085000', '141150.545000', '141151.005000', '141151.465000', '141151.925000', '141152.385000', '141152.845000', '141153.305000', '141153.765000', '141154.225000', '141154.685000', '141155.145000', '141155.605000', '141156.065000', '141156.525000', '141156.985000', '141157.445000', '141157.905000', '141158.365000', '141158.825000', '141159.285000', '141159.745000', '141200.205000', '141200.665000', '141201.125000', '141201.585000', '141202.045000', '141202.505000', '141202.965000', '141203.425000', '141203.885000', '141204.345000', '141204.805000', '141205.265000', '141205.725000', '141206.185000', '141206.645000', '141207.105000', '141207.565000', '141208.025000', '141208.485000', '141208.945000', '141209.405000', '141209.865000', '141210.325000', '141210.785000', '141211.245000', '141211.705000', '141212.165000', '141212.625000', '141213.085000', '141213.545000', '141214.005000', '141214.465000', '141214.925000', '141215.385000', '141215.845000', '141216.305000', '141216.765000', '141217.225000', '141217.685000', '141218.145000', '141218.605000', '141219.065000', '141219.525000', '141219.985000', '141220.445000', '141220.905000', '141221.365000', '141221.825000', '141222.285000', '141222.745000', '141223.205000', '141223.665000', '141224.125000', '141224.585000', '141225.045000', '141225.505000', '141225.965000', '141226.425000', '141226.885000', '141227.345000', '141227.805000', '141228.265000', '141228.725000', '141229.185000', '141229.645000', '141230.105000', '141230.565000', '141231.025000', '141231.485000', '141231.945000', '141232.405000', '141232.865000', '141233.325000', '141233.785000', '141234.245000', '141234.705000', '141235.165000', '141235.625000', '141236.085000', '141236.545000', '141237.005000', '141237.465000', '141237.925000', '141238.385000', '141238.845000', '141239.305000', '141239.765000', '141240.225000', '141240.685000', '141241.145000', '141241.605000', '141242.065000', '141242.525000', '141242.985000', '141243.445000', '141243.905000', '141244.365000', '141244.825000', '141245.285000', '141245.745000', '141246.205000', '141246.665000', '141247.125000', '141247.585000', '141248.045000', '141248.505000', '141248.965000', '141249.425000', '141249.885000', '141250.345000', '141250.805000', '141251.265000', '141251.725000', '141252.185000', '141252.645000', '141253.105000', '141253.565000', '141254.025000', '141254.485000', '141254.945000', '141255.405000', '141255.865000', '141256.325000', '141256.785000', '141257.245000', '141257.705000', '141258.165000', '141258.625000', '141259.085000', '141259.545000', '141300.005000', '141300.465000', '141300.925000', '141301.385000', '141301.845000', '141302.305000', '141302.765000', '141303.225000', '141303.685000', '141304.145000', '141304.605000', '141305.065000', '141305.525000', '141305.985000', '141306.445000', '141306.905000', '141307.365000', '141307.825000', '141308.285000', '141308.745000', '141309.205000', '141309.665000', '141310.125000', '141310.585000', '141311.045000', '141311.505000', '141311.965000', '141312.425000', '141312.885000', '141313.345000', '141313.805000', '141314.265000', '141314.725000', '141315.185000', '141315.645000', '141316.105000', '141316.565000', '141317.025000', '141317.485000', '141317.945000', '141318.405000', '141318.865000', '141319.325000', '141319.785000', '141320.245000', '141320.705000', '141321.165000', '141321.625000', '141322.085000', '141322.545000', '141323.005000', '141323.465000', '141323.925000', '141324.385000', '141324.845000', '141325.305000', '141325.765000', '141326.225000', '141326.685000', '141327.145000', '141327.605000', '141328.065000', '141328.525000', '141328.985000', '141329.445000', '141329.905000', '141330.365000', '141330.825000', '141331.285000', '141331.745000', '141332.205000', '141332.665000', '141333.125000', '141333.585000', '141334.045000', '141334.505000', '141334.965000', '141335.425000', '141335.885000', '141336.345000', '141336.805000', '141337.265000', '141337.725000', '141338.185000', '141338.645000', '141339.105000', '141339.565000', '141340.025000', '141340.485000', '141340.945000', '141341.405000', '141341.865000', '141342.325000', '141342.785000', '141343.245000', '141343.705000', '141344.165000', '141344.625000', '141345.085000', '141345.545000', '141346.005000', '141346.465000', '141346.925000', '141347.385000', '141347.845000', '141348.305000', '141348.765000', '141349.225000', '141349.685000', '141350.145000', '141350.605000', '141351.065000', '141351.525000', '141351.985000', '141352.445000', '141352.905000', '141353.365000', '141353.825000', '141354.285000', '141354.745000', '141355.205000', '141355.665000', '141356.125000', '141356.585000', '141357.045000', '141357.505000', '141357.965000', '141358.425000', '141358.885000', '141359.345000', '141359.805000', '141400.265000', '141400.725000', '141401.185000', '141401.645000', '141402.105000', '141402.565000', '141403.025000', '141403.485000', '141403.945000', '141404.405000', '141404.865000', '141405.325000', '141405.785000', '141406.245000', '141406.705000', '141407.165000', '141407.625000', '141408.085000', '141408.545000', '141409.005000', '141409.465000', '141409.925000', '141410.385000', '141410.845000', '141411.305000', '141411.765000', '141412.225000', '141412.685000', '141413.145000', '141413.605000', '141414.065000', '141414.525000', '141414.985000', '141415.445000', '141415.905000', '141416.365000', '141416.825000', '141417.285000', '141417.745000', '141418.205000', '141418.665000', '141419.125000', '141419.585000', '141420.045000', '141420.505000', '141420.965000', '141421.425000', '141421.885000', '141422.345000', '141422.805000', '141423.265000', '141423.725000', '141424.185000', '141424.645000', '141425.105000', '141425.565000', '141426.025000', '141426.485000', '141426.945000', '141427.405000', '141427.865000', '141428.325000', '141428.785000', '141429.245000', '141429.705000', '141430.165000', '141430.625000', '141431.085000', '141431.545000', '141432.005000', '141432.465000', '141432.925000', '141433.385000', '141433.845000', '141434.305000', '141434.765000', '141435.225000', '141435.685000', '141436.145000', '141436.605000', '141437.065000', '141437.525000', '141437.985000', '141438.445000', '141438.905000', '141439.365000', '141439.825000', '141440.285000', '141440.745000', '141441.205000', '141441.665000', '141442.125000', '141442.585000', '141443.045000', '141443.505000', '141443.965000', '141444.425000', '141444.885000', '141445.345000', '141445.805000', '141446.265000', '141446.725000', '141447.185000', '141447.645000', '141448.105000', '141448.565000', '141449.025000', '141449.485000', '141449.945000', '141450.405000', '141450.865000', '141451.325000', '141451.785000', '141452.245000', '141452.705000', '141453.165000', '141453.625000', '141454.085000', '141454.545000', '141455.005000', '141455.465000', '141455.925000', '141456.385000', '141456.845000', '141457.305000', '141457.765000', '141458.225000', '141458.685000', '141459.145000', '141459.605000', '141500.065000', '141500.525000', '141500.985000', '141501.445000', '141501.905000', '141502.365000', '141502.825000', '141503.285000', '141503.745000', '141504.205000', '141504.665000', '141505.125000', '141505.585000', '141506.045000', '141506.505000', '141506.965000', '141507.425000', '141507.885000', '141508.345000', '141508.805000', '141509.265000', '141509.725000', '141510.185000', '141510.645000', '141511.105000', '141511.565000', '141512.025000', '141512.485000', '141512.945000', '141513.405000', '141513.865000', '141514.325000', '141514.785000', '141515.245000', '141515.705000', '141516.165000', '141516.625000', '141517.085000', '141517.545000', '141518.005000', '141518.465000', '141518.925000', '141519.385000', '141519.845000', '141520.305000', '141520.765000', '141521.225000', '141521.685000', '141522.145000', '141522.605000', '141523.065000', '141523.525000', '141523.985000', '141524.445000', '141524.905000', '141525.365000', '141525.825000', '141526.285000', '141526.745000', '141527.205000', '141527.665000', '141528.125000', '141528.585000', '141529.045000', '141529.505000', '141529.965000', '141530.425000', '141530.885000', '141531.345000', '141531.805000', '141532.265000', '141532.725000', '141533.185000', '141533.645000', '141534.105000', '141534.565000', '141535.025000', '141535.485000', '141535.945000', '141536.405000', '141536.865000', '141537.325000', '141537.785000', '141538.245000', '141538.705000', '141539.165000', '141539.625000', '141540.085000', '141540.545000', '141541.005000', '141541.465000', '141541.925000', '141542.385000', '141542.845000', '141543.305000', '141543.765000', '141544.225000', '141544.685000', '141545.145000', '141545.605000', '141546.065000', '141546.525000', '141546.985000', '141547.445000', '141547.905000', '141548.365000', '141548.825000', '141549.285000', '141549.745000', '141550.205000', '141550.665000', '141551.125000', '141551.585000', '141552.045000', '141552.505000', '141552.965000', '141553.425000', '141553.885000', '141554.345000', '141554.805000', '141555.265000', '141555.725000', '141556.185000', '141556.645000', '141557.105000', '141557.565000', '141558.025000', '141558.485000', '141558.945000', '141559.405000', '141559.865000', '141600.325000', '141600.785000', '141601.245000', '141601.705000', '141602.165000', '141602.625000', '141603.085000', '141603.545000', '141604.005000', '141604.465000', '141604.925000', '141605.385000', '141605.845000', '141606.305000', '141606.765000', '141607.225000', '141607.685000', '141608.145000', '141608.605000', '141609.065000', '141609.525000', '141609.985000', '141610.445000', '141610.905000', '141611.365000', '141611.825000', '141612.285000', '141612.745000', '141613.205000', '141613.665000', '141614.125000', '141614.585000', '141615.045000', '141615.505000', '141615.965000', '141616.425000', '141616.885000', '141617.345000', '141617.805000', '141618.265000', '141618.725000', '141619.185000', '141619.645000', '141620.105000', '141620.565000', '141621.025000', '141621.485000', '141621.945000', '141622.405000', '141622.865000', '141623.325000', '141623.785000', '141624.245000', '141624.705000', '141625.165000', '141625.625000', '141626.085000'], 'ContentTime': ['141011.923000', '141011.926000', '141011.929000', '141011.931000', '141011.934000', '141011.937000', '141011.939000', '141011.942000', '141011.944000', '141011.947000', '141011.950000', '141011.952000', '141011.955000', '141011.957000', '141011.960000', '141011.962000', '141011.965000', '141011.968000', '141011.970000', '141011.973000', '141011.975000', '141011.978000', '141011.981000', '141011.983000', '141011.986000', '141011.988000', '141011.991000', '141011.993000', '141011.996000', '141012.000000', '141012.002000', '141012.012000', '141012.014000', '141012.017000', '141012.020000', '141012.022000', '141012.025000', '141012.027000', '141012.030000', '141012.033000', '141012.035000', '141012.038000', '141012.041000', '141012.043000', '141012.046000', '141012.048000', '141012.051000', '141012.053000', '141012.056000', '141012.059000', '141012.061000', '141012.064000', '141012.066000', '141012.069000', '141031.857000', '141031.860000', '141031.863000', '141031.866000', '141031.869000', '141031.871000', '141031.874000', '141031.876000', '141031.879000', '141031.887000', '141031.890000', '141031.893000', '141031.895000', '141031.898000', '141031.901000', '141031.903000', '141031.906000', '141031.909000', '141031.911000', '141031.914000', '141031.917000', '141031.919000', '141031.922000', '141031.924000', '141031.927000', '141031.930000', '141031.932000', '141031.935000', '141031.938000', '141031.940000', '141031.943000', '141031.945000', '141031.948000', '141031.951000', '141031.953000', '141031.956000', '141031.958000', '141031.961000', '141031.964000', '141031.966000', '141031.969000', '141031.971000', '141031.974000', '141031.977000', '141051.857000', '141051.860000', '141051.863000', '141051.866000', '141051.868000', '141051.871000', '141051.874000', '141051.876000', '141051.879000', '141051.881000', '141051.884000', '141051.886000', '141051.889000', '141051.892000', '141051.895000', '141051.898000', '141051.901000', '141051.905000', '141051.907000', '141051.910000', '141051.913000', '141051.915000', '141051.918000', '141051.920000', '141051.923000', '141051.926000', '141051.928000', '141051.931000', '141051.933000', '141051.936000', '141051.939000', '141051.941000', '141051.944000', '141051.947000', '141051.950000', '141051.953000', '141051.955000', '141051.958000', '141051.961000', '141051.963000', '141051.966000', '141051.968000', '141051.971000', '141111.857000', '141111.860000', '141111.863000', '141111.866000', '141111.868000', '141111.871000', '141111.881000', '141111.883000', '141111.886000', '141111.888000', '141111.891000', '141111.894000', '141111.896000', '141111.899000', '141111.902000', '141111.904000', '141111.907000', '141111.909000', '141111.912000', '141111.915000', '141111.917000', '141111.920000', '141111.923000', '141111.925000', '141111.928000', '141111.930000', '141111.933000', '141111.936000', '141111.938000', '141111.941000', '141111.944000', '141111.946000', '141111.949000', '141111.952000', '141111.954000', '141111.957000', '141111.959000', '141111.962000', '141111.965000', '141111.967000', '141111.970000', '141111.972000', '141111.975000', '141111.978000', '141131.857000', '141131.861000', '141131.863000', '141131.866000', '141131.868000', '141131.871000', '141131.874000', '141131.876000', '141131.879000', '141131.882000', '141131.884000', '141131.887000', '141131.890000', '141131.892000', '141131.895000', '141131.898000', '141131.900000', '141131.903000', '141131.906000', '141131.908000', '141131.911000', '141131.913000', '141131.916000', '141131.919000', '141131.921000', '141131.924000', '141131.927000', '141131.929000', '141131.932000', '141131.935000', '141131.937000', '141131.940000', '141131.942000', '141131.945000', '141131.948000', '141131.950000', '141131.953000', '141131.961000', '141131.964000', '141131.967000', '141131.969000', '141131.994000', '141131.997000', '141151.856000', '141151.859000', '141151.862000', '141151.864000', '141151.867000', '141151.870000', '141151.872000', '141151.875000', '141151.877000', '141151.880000', '141151.883000', '141151.885000', '141151.888000', '141151.891000', '141151.893000', '141151.896000', '141151.899000', '141151.901000', '141151.904000', '141151.906000', '141151.909000', '141151.912000', '141151.914000', '141151.917000', '141151.919000', '141151.922000', '141151.925000', '141151.927000', '141151.936000', '141151.938000', '141151.941000', '141151.943000', '141151.946000', '141151.949000', '141151.957000', '141151.959000', '141151.962000', '141151.965000', '141151.967000', '141151.970000', '141151.972000', '141151.975000', '141151.978000', '141151.980000', '141211.856000', '141211.859000', '141211.862000', '141211.864000', '141211.867000', '141211.870000', '141211.872000', '141211.875000', '141211.878000', '141211.880000', '141211.883000', '141211.885000', '141211.888000', '141211.891000', '141211.893000', '141211.896000', '141211.899000', '141211.901000', '141211.904000', '141211.906000', '141211.909000', '141211.912000', '141211.914000', '141211.917000', '141211.919000', '141211.922000', '141211.925000', '141211.927000', '141211.930000', '141211.933000', '141211.935000', '141211.938000', '141211.941000', '141211.943000', '141211.946000', '141211.949000', '141211.951000', '141211.954000', '141211.957000', '141211.959000', '141211.962000', '141211.964000', '141211.967000', '141231.857000', '141231.861000', '141231.864000', '141231.866000', '141231.869000', '141231.872000', '141231.874000', '141231.877000', '141231.879000', '141231.882000', '141231.885000', '141231.887000', '141231.890000', '141231.893000', '141231.895000', '141231.898000', '141231.900000', '141231.903000', '141231.906000', '141231.908000', '141231.911000', '141231.914000', '141231.916000', '141231.919000', '141231.921000', '141231.924000', '141231.927000', '141231.929000', '141231.932000', '141231.934000', '141231.937000', '141231.940000', '141231.942000', '141231.953000', '141231.955000', '141231.958000', '141231.961000', '141231.963000', '141231.966000', '141231.969000', '141231.971000', '141231.974000', '141231.976000', '141251.857000', '141251.860000', '141251.863000', '141251.865000', '141251.868000', '141251.871000', '141251.873000', '141251.876000', '141251.879000', '141251.881000', '141251.884000', '141251.887000', '141251.889000', '141251.892000', '141251.895000', '141251.897000', '141251.900000', '141251.902000', '141251.905000', '141251.907000', '141251.910000', '141251.913000', '141251.915000', '141251.918000', '141251.921000', '141251.923000', '141251.926000', '141251.928000', '141251.931000', '141251.934000', '141251.936000', '141251.939000', '141251.941000', '141251.944000', '141251.946000', '141251.949000', '141251.952000', '141251.954000', '141251.957000', '141251.959000', '141251.962000', '141251.965000', '141251.967000', '141251.970000', '141311.857000', '141311.860000', '141311.863000', '141311.865000', '141311.868000', '141311.871000', '141311.874000', '141311.876000', '141311.879000', '141311.890000', '141311.892000', '141311.895000', '141311.897000', '141311.900000', '141311.903000', '141311.905000', '141311.908000', '141311.911000', '141311.913000', '141311.916000', '141311.919000', '141311.921000', '141311.924000', '141311.957000', '141311.959000', '141311.962000', '141311.965000', '141311.967000', '141311.970000', '141311.972000', '141311.975000', '141311.977000', '141311.980000', '141311.983000', '141311.985000', '141311.988000', '141311.991000', '141311.993000', '141311.996000', '141311.999000', '141312.002000', '141312.004000', '141312.007000', '141312.009000', '141331.857000', '141331.860000', '141331.863000', '141331.866000', '141331.868000', '141331.871000', '141331.874000', '141331.876000', '141331.879000', '141331.881000', '141331.884000', '141331.887000', '141331.889000', '141331.892000', '141331.895000', '141331.897000', '141331.900000', '141331.902000', '141331.905000', '141331.908000', '141331.910000', '141331.913000', '141331.916000', '141331.918000', '141331.921000', '141331.923000', '141331.926000', '141331.929000', '141331.931000', '141331.934000', '141331.937000', '141331.939000', '141331.942000', '141331.944000', '141331.947000', '141331.950000', '141331.952000', '141331.955000', '141331.958000', '141331.960000', '141331.963000', '141331.965000', '141331.968000', '141351.857000', '141351.860000', '141351.863000', '141351.866000', '141351.868000', '141351.871000', '141351.873000', '141351.876000', '141351.879000', '141351.881000', '141351.884000', '141351.893000', '141351.895000', '141351.898000', '141351.900000', '141351.903000', '141351.906000', '141351.908000', '141351.911000', '141351.914000', '141351.916000', '141351.919000', '141351.922000', '141351.924000', '141351.927000', '141351.929000', '141351.932000', '141351.935000', '141351.937000', '141351.940000', '141351.942000', '141351.945000', '141351.948000', '141351.950000', '141351.953000', '141351.956000', '141351.958000', '141351.961000', '141351.964000', '141351.966000', '141351.969000', '141351.971000', '141351.974000', '141351.977000', '141411.856000', '141411.859000', '141411.862000', '141411.865000', '141411.867000', '141411.870000', '141411.873000', '141411.875000', '141411.878000', '141411.881000', '141411.883000', '141411.886000', '141411.888000', '141411.891000', '141411.894000', '141411.896000', '141411.899000', '141411.901000', '141411.904000', '141411.907000', '141411.909000', '141411.912000', '141411.915000', '141411.917000', '141411.920000', '141411.922000', '141411.925000', '141411.927000', '141411.930000', '141411.933000', '141411.935000', '141411.938000', '141411.941000', '141411.943000', '141411.946000', '141411.949000', '141411.951000', '141411.954000', '141411.957000', '141411.959000', '141411.962000', '141411.964000', '141411.967000', '141431.856000', '141431.859000', '141431.862000', '141431.865000', '141431.867000', '141431.870000', '141431.873000', '141431.875000', '141431.878000', '141431.881000', '141431.883000', '141431.886000', '141431.889000', '141431.891000', '141431.894000', '141431.897000', '141431.899000', '141431.902000', '141431.905000', '141431.907000', '141431.910000', '141431.913000', '141431.915000', '141431.918000', '141431.921000', '141431.923000', '141431.926000', '141431.929000', '141431.931000', '141431.934000', '141431.937000', '141431.939000', '141431.942000', '141431.944000', '141431.947000', '141431.950000', '141431.952000', '141431.955000', '141431.958000', '141431.960000', '141431.963000', '141431.966000', '141431.968000', '141431.971000', '141451.858000', '141451.861000', '141451.863000', '141451.874000', '141451.877000', '141451.880000', '141451.883000', '141451.885000', '141451.888000', '141451.891000', '141451.893000', '141451.896000', '141451.899000', '141451.901000', '141451.904000', '141451.906000', '141451.909000', '141451.912000', '141451.914000', '141451.917000', '141451.920000', '141451.922000', '141451.925000', '141451.927000', '141451.930000', '141451.933000', '141451.935000', '141451.938000', '141451.941000', '141451.943000', '141451.946000', '141451.948000', '141451.951000', '141451.954000', '141451.957000', '141451.959000', '141451.962000', '141451.965000', '141451.967000', '141451.970000', '141451.972000', '141451.975000', '141451.978000', '141511.857000', '141511.860000', '141511.863000', '141511.866000', '141511.868000', '141511.871000', '141511.874000', '141511.876000', '141511.879000', '141511.881000', '141511.884000', '141511.887000', '141511.889000', '141511.892000', '141511.895000', '141511.897000', '141511.900000', '141511.903000', '141511.905000', '141511.908000', '141511.910000', '141511.913000', '141511.916000', '141511.918000', '141511.921000', '141511.924000', '141511.926000', '141511.929000', '141511.931000', '141511.934000', '141511.937000', '141511.939000', '141511.942000', '141511.945000', '141511.947000', '141511.950000', '141511.952000', '141511.955000', '141511.958000', '141511.960000', '141511.963000', '141511.965000', '141511.968000', '141511.971000', '141531.858000', '141531.860000', '141531.863000', '141531.866000', '141531.869000', '141531.871000', '141531.874000', '141531.877000', '141531.879000', '141531.882000', '141531.884000', '141531.887000', '141531.890000', '141531.892000', '141531.897000', '141531.900000', '141531.902000', '141531.905000', '141531.908000', '141531.910000', '141531.913000', '141531.916000', '141531.918000', '141531.921000', '141531.923000', '141531.926000', '141531.929000', '141531.931000', '141531.934000', '141531.937000', '141531.939000', '141531.942000', '141531.944000', '141531.947000', '141531.950000', '141531.952000', '141531.955000', '141531.958000', '141531.960000', '141531.963000', '141531.965000', '141531.968000', '141531.971000', '141551.858000', '141551.860000', '141551.863000', '141551.866000', '141551.869000', '141551.872000', '141551.874000', '141551.877000', '141551.879000', '141551.882000', '141551.885000', '141551.887000', '141551.890000', '141551.892000', '141551.895000', '141551.898000', '141551.900000', '141551.903000', '141551.906000', '141551.908000', '141551.911000', '141551.913000', '141551.916000', '141551.918000', '141551.922000', '141551.925000', '141551.927000', '141551.930000', '141551.933000', '141551.935000', '141551.938000', '141551.941000', '141551.943000', '141551.946000', '141551.948000', '141551.951000', '141551.954000', '141551.956000', '141551.959000', '141551.961000', '141551.964000', '141551.967000', '141551.969000', '141551.972000', '141611.857000', '141611.859000', '141611.862000', '141611.865000', '141611.867000', '141611.870000', '141611.873000', '141611.875000', '141611.878000', '141611.880000', '141611.883000', '141611.886000', '141611.888000', '141611.891000', '141611.906000', '141611.908000', '141611.911000', '141611.914000', '141611.916000', '141611.919000', '141611.921000', '141611.924000', '141611.927000', '141611.929000', '141611.932000', '141611.935000', '141611.937000', '141611.940000', '141611.943000', '141611.945000', '141611.948000', '141611.951000', '141611.953000', '141611.956000', '141611.958000', '141611.961000', '141611.963000', '141611.966000', '141611.969000', '141611.971000', '141611.974000', '141611.976000', '141611.979000', '141627.714000', '141627.717000', '141627.720000', '141627.723000', '141627.725000', '141627.728000', '141627.731000', '141627.734000', '141627.736000', '141627.739000', '141627.742000', '141627.745000', '141627.747000', '141627.750000', '141627.753000', '141627.756000', '141627.759000', '141627.762000', '141627.764000', '141627.767000', '141627.770000', '141627.773000', '141627.775000', '141627.778000', '141627.780000', '141627.783000', '141627.789000', '141627.793000', '141627.796000', '141627.799000', '141627.802000', '141627.804000', '141627.807000', '141627.810000', '141627.813000'], 'InstanceCreationTime': ['141011.923000', '141011.926000', '141011.929000', '141011.931000', '141011.934000', '141011.937000', '141011.939000', '141011.942000', '141011.944000', '141011.947000', '141011.950000', '141011.952000', '141011.955000', '141011.957000', '141011.960000', '141011.962000', '141011.965000', '141011.968000', '141011.970000', '141011.973000', '141011.975000', '141011.978000', '141011.981000', '141011.983000', '141011.986000', '141011.988000', '141011.991000', '141011.993000', '141011.996000', '141012.000000', '141012.002000', '141012.012000', '141012.014000', '141012.017000', '141012.020000', '141012.022000', '141012.025000', '141012.027000', '141012.030000', '141012.033000', '141012.035000', '141012.038000', '141012.041000', '141012.043000', '141012.046000', '141012.048000', '141012.051000', '141012.053000', '141012.056000', '141012.059000', '141012.061000', '141012.064000', '141012.066000', '141012.069000', '141031.857000', '141031.860000', '141031.863000', '141031.866000', '141031.869000', '141031.871000', '141031.874000', '141031.876000', '141031.879000', '141031.887000', '141031.890000', '141031.893000', '141031.895000', '141031.898000', '141031.901000', '141031.903000', '141031.906000', '141031.909000', '141031.911000', '141031.914000', '141031.917000', '141031.919000', '141031.922000', '141031.924000', '141031.927000', '141031.930000', '141031.932000', '141031.935000', '141031.938000', '141031.940000', '141031.943000', '141031.945000', '141031.948000', '141031.951000', '141031.953000', '141031.956000', '141031.958000', '141031.961000', '141031.964000', '141031.966000', '141031.969000', '141031.971000', '141031.974000', '141031.977000', '141051.857000', '141051.860000', '141051.863000', '141051.866000', '141051.868000', '141051.871000', '141051.874000', '141051.876000', '141051.879000', '141051.881000', '141051.884000', '141051.886000', '141051.889000', '141051.892000', '141051.895000', '141051.898000', '141051.901000', '141051.905000', '141051.907000', '141051.910000', '141051.913000', '141051.915000', '141051.918000', '141051.920000', '141051.923000', '141051.926000', '141051.928000', '141051.931000', '141051.933000', '141051.936000', '141051.939000', '141051.941000', '141051.944000', '141051.947000', '141051.950000', '141051.953000', '141051.955000', '141051.958000', '141051.961000', '141051.963000', '141051.966000', '141051.968000', '141051.971000', '141111.857000', '141111.860000', '141111.863000', '141111.866000', '141111.868000', '141111.871000', '141111.881000', '141111.883000', '141111.886000', '141111.888000', '141111.891000', '141111.894000', '141111.896000', '141111.899000', '141111.902000', '141111.904000', '141111.907000', '141111.909000', '141111.912000', '141111.915000', '141111.917000', '141111.920000', '141111.923000', '141111.925000', '141111.928000', '141111.930000', '141111.933000', '141111.936000', '141111.938000', '141111.941000', '141111.944000', '141111.946000', '141111.949000', '141111.952000', '141111.954000', '141111.957000', '141111.959000', '141111.962000', '141111.965000', '141111.967000', '141111.970000', '141111.972000', '141111.975000', '141111.978000', '141131.857000', '141131.861000', '141131.863000', '141131.866000', '141131.868000', '141131.871000', '141131.874000', '141131.876000', '141131.879000', '141131.882000', '141131.884000', '141131.887000', '141131.890000', '141131.892000', '141131.895000', '141131.898000', '141131.900000', '141131.903000', '141131.906000', '141131.908000', '141131.911000', '141131.913000', '141131.916000', '141131.919000', '141131.921000', '141131.924000', '141131.927000', '141131.929000', '141131.932000', '141131.935000', '141131.937000', '141131.940000', '141131.942000', '141131.945000', '141131.948000', '141131.950000', '141131.953000', '141131.961000', '141131.964000', '141131.967000', '141131.969000', '141131.994000', '141131.997000', '141151.856000', '141151.859000', '141151.862000', '141151.864000', '141151.867000', '141151.870000', '141151.872000', '141151.875000', '141151.877000', '141151.880000', '141151.883000', '141151.885000', '141151.888000', '141151.891000', '141151.893000', '141151.896000', '141151.899000', '141151.901000', '141151.904000', '141151.906000', '141151.909000', '141151.912000', '141151.914000', '141151.917000', '141151.919000', '141151.922000', '141151.925000', '141151.927000', '141151.936000', '141151.938000', '141151.941000', '141151.943000', '141151.946000', '141151.949000', '141151.957000', '141151.959000', '141151.962000', '141151.965000', '141151.967000', '141151.970000', '141151.972000', '141151.975000', '141151.978000', '141151.980000', '141211.856000', '141211.859000', '141211.862000', '141211.864000', '141211.867000', '141211.870000', '141211.872000', '141211.875000', '141211.878000', '141211.880000', '141211.883000', '141211.885000', '141211.888000', '141211.891000', '141211.893000', '141211.896000', '141211.899000', '141211.901000', '141211.904000', '141211.906000', '141211.909000', '141211.912000', '141211.914000', '141211.917000', '141211.919000', '141211.922000', '141211.925000', '141211.927000', '141211.930000', '141211.933000', '141211.935000', '141211.938000', '141211.941000', '141211.943000', '141211.946000', '141211.949000', '141211.951000', '141211.954000', '141211.957000', '141211.959000', '141211.962000', '141211.964000', '141211.967000', '141231.857000', '141231.861000', '141231.864000', '141231.866000', '141231.869000', '141231.872000', '141231.874000', '141231.877000', '141231.879000', '141231.882000', '141231.885000', '141231.887000', '141231.890000', '141231.893000', '141231.895000', '141231.898000', '141231.900000', '141231.903000', '141231.906000', '141231.908000', '141231.911000', '141231.914000', '141231.916000', '141231.919000', '141231.921000', '141231.924000', '141231.927000', '141231.929000', '141231.932000', '141231.934000', '141231.937000', '141231.940000', '141231.942000', '141231.953000', '141231.955000', '141231.958000', '141231.961000', '141231.963000', '141231.966000', '141231.969000', '141231.971000', '141231.974000', '141231.976000', '141251.857000', '141251.860000', '141251.863000', '141251.865000', '141251.868000', '141251.871000', '141251.873000', '141251.876000', '141251.879000', '141251.881000', '141251.884000', '141251.887000', '141251.889000', '141251.892000', '141251.895000', '141251.897000', '141251.900000', '141251.902000', '141251.905000', '141251.907000', '141251.910000', '141251.913000', '141251.915000', '141251.918000', '141251.921000', '141251.923000', '141251.926000', '141251.928000', '141251.931000', '141251.934000', '141251.936000', '141251.939000', '141251.941000', '141251.944000', '141251.946000', '141251.949000', '141251.952000', '141251.954000', '141251.957000', '141251.959000', '141251.962000', '141251.965000', '141251.967000', '141251.970000', '141311.857000', '141311.860000', '141311.863000', '141311.865000', '141311.868000', '141311.871000', '141311.874000', '141311.876000', '141311.879000', '141311.890000', '141311.892000', '141311.895000', '141311.897000', '141311.900000', '141311.903000', '141311.905000', '141311.908000', '141311.911000', '141311.913000', '141311.916000', '141311.919000', '141311.921000', '141311.924000', '141311.957000', '141311.959000', '141311.962000', '141311.965000', '141311.967000', '141311.970000', '141311.972000', '141311.975000', '141311.977000', '141311.980000', '141311.983000', '141311.985000', '141311.988000', '141311.991000', '141311.993000', '141311.996000', '141311.999000', '141312.002000', '141312.004000', '141312.007000', '141312.009000', '141331.857000', '141331.860000', '141331.863000', '141331.866000', '141331.868000', '141331.871000', '141331.874000', '141331.876000', '141331.879000', '141331.881000', '141331.884000', '141331.887000', '141331.889000', '141331.892000', '141331.895000', '141331.897000', '141331.900000', '141331.902000', '141331.905000', '141331.908000', '141331.910000', '141331.913000', '141331.916000', '141331.918000', '141331.921000', '141331.923000', '141331.926000', '141331.929000', '141331.931000', '141331.934000', '141331.937000', '141331.939000', '141331.942000', '141331.944000', '141331.947000', '141331.950000', '141331.952000', '141331.955000', '141331.958000', '141331.960000', '141331.963000', '141331.965000', '141331.968000', '141351.857000', '141351.860000', '141351.863000', '141351.866000', '141351.868000', '141351.871000', '141351.873000', '141351.876000', '141351.879000', '141351.881000', '141351.884000', '141351.893000', '141351.895000', '141351.898000', '141351.900000', '141351.903000', '141351.906000', '141351.908000', '141351.911000', '141351.914000', '141351.916000', '141351.919000', '141351.922000', '141351.924000', '141351.927000', '141351.929000', '141351.932000', '141351.935000', '141351.937000', '141351.940000', '141351.942000', '141351.945000', '141351.948000', '141351.950000', '141351.953000', '141351.956000', '141351.958000', '141351.961000', '141351.964000', '141351.966000', '141351.969000', '141351.971000', '141351.974000', '141351.977000', '141411.856000', '141411.859000', '141411.862000', '141411.865000', '141411.867000', '141411.870000', '141411.873000', '141411.875000', '141411.878000', '141411.881000', '141411.883000', '141411.886000', '141411.888000', '141411.891000', '141411.894000', '141411.896000', '141411.899000', '141411.901000', '141411.904000', '141411.907000', '141411.909000', '141411.912000', '141411.915000', '141411.917000', '141411.920000', '141411.922000', '141411.925000', '141411.927000', '141411.930000', '141411.933000', '141411.935000', '141411.938000', '141411.941000', '141411.943000', '141411.946000', '141411.949000', '141411.951000', '141411.954000', '141411.957000', '141411.959000', '141411.962000', '141411.964000', '141411.967000', '141431.856000', '141431.859000', '141431.862000', '141431.865000', '141431.867000', '141431.870000', '141431.873000', '141431.875000', '141431.878000', '141431.881000', '141431.883000', '141431.886000', '141431.889000', '141431.891000', '141431.894000', '141431.897000', '141431.899000', '141431.902000', '141431.905000', '141431.907000', '141431.910000', '141431.913000', '141431.915000', '141431.918000', '141431.921000', '141431.923000', '141431.926000', '141431.929000', '141431.931000', '141431.934000', '141431.937000', '141431.939000', '141431.942000', '141431.944000', '141431.947000', '141431.950000', '141431.952000', '141431.955000', '141431.958000', '141431.960000', '141431.963000', '141431.966000', '141431.968000', '141431.971000', '141451.858000', '141451.861000', '141451.863000', '141451.874000', '141451.877000', '141451.880000', '141451.883000', '141451.885000', '141451.888000', '141451.891000', '141451.893000', '141451.896000', '141451.899000', '141451.901000', '141451.904000', '141451.906000', '141451.909000', '141451.912000', '141451.914000', '141451.917000', '141451.920000', '141451.922000', '141451.925000', '141451.927000', '141451.930000', '141451.933000', '141451.935000', '141451.938000', '141451.941000', '141451.943000', '141451.946000', '141451.948000', '141451.951000', '141451.954000', '141451.957000', '141451.959000', '141451.962000', '141451.965000', '141451.967000', '141451.970000', '141451.972000', '141451.975000', '141451.978000', '141511.857000', '141511.860000', '141511.863000', '141511.866000', '141511.868000', '141511.871000', '141511.874000', '141511.876000', '141511.879000', '141511.881000', '141511.884000', '141511.887000', '141511.889000', '141511.892000', '141511.895000', '141511.897000', '141511.900000', '141511.903000', '141511.905000', '141511.908000', '141511.910000', '141511.913000', '141511.916000', '141511.918000', '141511.921000', '141511.924000', '141511.926000', '141511.929000', '141511.931000', '141511.934000', '141511.937000', '141511.939000', '141511.942000', '141511.945000', '141511.947000', '141511.950000', '141511.952000', '141511.955000', '141511.958000', '141511.960000', '141511.963000', '141511.965000', '141511.968000', '141511.971000', '141531.858000', '141531.860000', '141531.863000', '141531.866000', '141531.869000', '141531.871000', '141531.874000', '141531.877000', '141531.879000', '141531.882000', '141531.884000', '141531.887000', '141531.890000', '141531.892000', '141531.897000', '141531.900000', '141531.902000', '141531.905000', '141531.908000', '141531.910000', '141531.913000', '141531.916000', '141531.918000', '141531.921000', '141531.923000', '141531.926000', '141531.929000', '141531.931000', '141531.934000', '141531.937000', '141531.939000', '141531.942000', '141531.944000', '141531.947000', '141531.950000', '141531.952000', '141531.955000', '141531.958000', '141531.960000', '141531.963000', '141531.965000', '141531.968000', '141531.971000', '141551.858000', '141551.860000', '141551.863000', '141551.866000', '141551.869000', '141551.872000', '141551.874000', '141551.877000', '141551.879000', '141551.882000', '141551.885000', '141551.887000', '141551.890000', '141551.892000', '141551.895000', '141551.898000', '141551.900000', '141551.903000', '141551.906000', '141551.908000', '141551.911000', '141551.913000', '141551.916000', '141551.918000', '141551.922000', '141551.925000', '141551.927000', '141551.930000', '141551.933000', '141551.935000', '141551.938000', '141551.941000', '141551.943000', '141551.946000', '141551.948000', '141551.951000', '141551.954000', '141551.956000', '141551.959000', '141551.961000', '141551.964000', '141551.967000', '141551.969000', '141551.972000', '141611.857000', '141611.859000', '141611.862000', '141611.865000', '141611.867000', '141611.870000', '141611.873000', '141611.875000', '141611.878000', '141611.880000', '141611.883000', '141611.886000', '141611.888000', '141611.891000', '141611.906000', '141611.908000', '141611.911000', '141611.914000', '141611.916000', '141611.919000', '141611.921000', '141611.924000', '141611.927000', '141611.929000', '141611.932000', '141611.935000', '141611.937000', '141611.940000', '141611.943000', '141611.945000', '141611.948000', '141611.951000', '141611.953000', '141611.956000', '141611.958000', '141611.961000', '141611.963000', '141611.966000', '141611.969000', '141611.971000', '141611.974000', '141611.976000', '141611.979000', '141627.714000', '141627.717000', '141627.720000', '141627.723000', '141627.725000', '141627.728000', '141627.731000', '141627.734000', '141627.736000', '141627.739000', '141627.742000', '141627.745000', '141627.747000', '141627.750000', '141627.753000', '141627.756000', '141627.759000', '141627.762000', '141627.764000', '141627.767000', '141627.770000', '141627.773000', '141627.775000', '141627.778000', '141627.780000', '141627.783000', '141627.789000', '141627.793000', '141627.796000', '141627.799000', '141627.802000', '141627.804000', '141627.807000', '141627.810000', '141627.813000'], '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': [6227, 11730, 6693, 5978, 10084, 6542, 6332, 9571, 6139, 6017, 8423, 6188, 10981, 7172, 6900, 8852, 6005, 6139, 6960, 5982, 10970, 6154, 6985, 8855, 5964, 6269, 6628, 6241, 10124, 6125, 8143, 8951, 6046, 7979, 6365, 6277, 10081, 6402, 9858, 8591, 6183, 10057, 6022, 6095, 8912, 6237, 10696, 8026, 6239, 9654, 5949, 6018, 9717, 6066, 7478, 8174, 5872, 10068, 7805, 6811, 10145, 6416, 5978, 10012, 6186, 9635, 8529, 6612, 9779, 5831, 5960, 7731, 6332, 11135, 7351, 5763, 5480, 8117, 6131, 6773, 8926, 6142, 7128, 10509, 7587, 5699, 8450, 6062, 10258, 7286, 7269, 10365, 6055, 5912, 7446, 5973, 10244, 7352, 6756, 10565, 6189, 5954, 9433, 6262, 10925, 7604, 6393, 9645, 5911, 5921, 8550, 6161, 12118, 7820, 6061, 9041, 6206, 6488, 7683, 5905, 10619, 6913, 6281, 8607, 6098, 6990, 6869, 6134, 10549, 7495, 7663, 6750, 6051, 9648, 6100, 11010, 7515, 6061, 9360, 6006, 5961, 8634, 6101, 11537, 7686, 5925, 8591, 6097, 5978, 7008, 6137, 11815, 7951, 5940, 9458, 6238, 6383, 8795, 6882, 11463, 7286, 5967, 9325, 5977, 6817, 7873, 6625, 11065, 6427, 5815, 8991, 5955, 7108, 8860, 7217, 10417, 6290, 6095, 9683, 5958, 6288, 9667, 6640, 5972, 8456, 5806, 9730, 6823, 7199, 10931, 7096, 8861, 6032, 6057, 9516, 7109, 11020, 6368, 5963, 7431, 6114, 10778, 6755, 6354, 8731, 6082, 6476, 6642, 6040, 10751, 7431, 5942, 9955, 6088, 6203, 9546, 7334, 9421, 8519, 5965, 10722, 6430, 6680, 10002, 7178, 6115, 6927, 6235, 6993, 7493, 6804, 10691, 7769, 6076, 10651, 6368, 5852, 10819, 7648, 6191, 9787, 6001, 6067, 9395, 6889, 8895, 8932, 5975, 6840, 7175, 6308, 12277, 8210, 5912, 8580, 6205, 7172, 7521, 7007, 11800, 7937, 5874, 8504, 6035, 7102, 8700, 7066, 7669, 6396, 5879, 10158, 6224, 6960, 10560, 7145, 6219, 6496, 5988, 10137, 6765, 6305, 10213, 6181, 5880, 9085, 6373, 8073, 10619, 7150, 6041, 7130, 5881, 8089, 7306, 7137, 10390, 6319, 5983, 8512, 6005, 10334, 7212, 7799, 7414, 5940, 6910, 6731, 6162, 11176, 8192, 6021, 9648, 6146, 5974, 9454, 6771, 8212, 9599, 6202, 8089, 6689, 6127, 9842, 6899, 9808, 7256, 5959, 9049, 5766, 6051, 8411, 6949, 7182, 7033, 5879, 9189, 6454, 7347, 10087, 7471, 8877, 6270, 5995, 9088, 6174, 9315, 8470, 6475, 7996, 6472, 5912, 12729, 9239, 5677, 9626, 6020, 6178, 9279, 8320, 6114, 6442, 6834, 6050, 11000, 7687, 7146, 10452, 6155, 6293, 9064, 6258, 7245, 10761, 7003, 5872, 8473, 6043, 7089, 10074, 8219, 6802, 7265, 5881, 9410, 7158, 7064, 12914, 8673, 5940, 8974, 6008, 5971, 9921, 7340, 7235, 9241, 6088, 6178, 8632, 6381, 12032, 8444, 5960, 8769, 6025, 9003, 6447, 7131, 10103, 7157, 6316, 6113, 5987, 9892, 6499, 7308, 11062, 7224, 6111, 7308, 5864, 9326, 7512, 7122, 9034, 6484, 6054, 10149, 6584, 7425, 11166, 8050, 6208, 8680, 6282, 7375, 9004, 7944, 10454, 6962, 6139, 9836, 6214, 7217, 10564, 7644, 5965, 6880, 6002, 6932, 7635, 7240, 10489, 7926, 5920, 10109, 6732, 6665, 10350, 8007, 7504, 7959, 5927, 10616, 6707, 7346, 10791, 7687, 6301, 6930, 5989, 10387, 6426, 7869, 10063, 6669, 5843, 6672, 5935, 6823, 8204, 7448, 10887, 7236, 5923, 9833, 6163, 11048, 8591, 6544, 9058, 5757, 6217, 7852, 6347, 11726, 7955, 6100, 8802, 5896, 6209, 8218, 7342, 8894, 6972, 5853, 9426, 5908, 6301, 8587, 7114, 7229, 7598, 5901, 6988, 7456, 6988, 11982, 8520, 6143, 9405, 5790, 6678, 9250, 7666, 7613, 6842, 6087, 9025, 6727, 7300, 11458, 7563, 6386, 7937, 5744, 7736, 9058, 7950, 7445, 7104, 5973, 10557, 7059, 7499, 11491, 7351, 5975, 8515, 5971, 10063, 7751, 7675, 10309, 6401, 6060, 7188, 6085, 9699, 7476, 7873, 10792, 6560, 6108, 9049, 6052, 9289, 9038, 7362, 10153, 6061, 6147, 7580, 5995, 11063, 8036, 5961, 7750, 6221, 7220, 7550, 7448, 11465, 7652, 6077, 7868, 6138, 9650, 7745, 7976, 10392, 6536, 6032, 7259, 5870, 9965, 8572, 6836, 9617, 6337, 6884, 8847, 7745, 11121, 7916, 6592, 6754, 5858, 10278, 6437, 8277, 10170, 7412, 9963, 6034, 6415, 7946, 6685, 11056, 7458, 6291, 7477, 5921, 9825, 6164, 11060, 7515, 6826, 7202, 5927, 8471, 6018, 8953, 8475, 7047, 8738, 5952, 9788, 6011, 7587, 9322, 6901, 6983, 5887, 5873, 9555, 7478, 10556, 11442, 6880, 6305, 7678, 6117, 8411, 8538, 7382, 7329, 6301, 5975, 10390, 6710, 8490, 10013, 6606, 7256, 6405, 6043, 10786, 7430, 8227, 10021, 6538, 6414, 7796, 5994, 10014, 8596, 7064, 8329, 5912, 5858, 9367, 7128, 9101, 10375, 6844, 6835, 7313, 6391, 11904, 7953, 7761, 9332, 6196, 6422, 7655, 6280, 11477, 8227, 7043, 8757, 5970, 7036, 7135, 6818, 11111, 7929, 6657, 7161, 6020, 9786, 6167, 8360, 8893, 6385, 6818, 5840, 5872, 8910, 6745, 8711, 9674, 6772, 8608, 6439, 7708, 9201, 8193, 10840, 6581, 5766, 9021, 6012, 8624, 9894, 7710, 7667, 6457, 6167, 9792, 6941, 8813, 9426, 6278, 6339, 6690, 7042, 8127, 9432, 6241, 6403, 11063, 8667, 7379, 9139, 6425, 5921, 7812, 8561, 8606, 8060, 7406, 6067, 6041, 8652, 6958, 8910, 9857, 6187, 6352, 8854, 6313, 11104, 9073, 7689, 10103, 6186, 5999, 8456, 6918, 10055, 8907, 6468, 9156, 5913, 6150, 9411, 7874, 8871, 7493, 5847, 6500, 6611, 6270, 11857, 9080, 6631, 9740, 6120, 6486, 9454, 7841, 7476, 7699, 5920, 10739, 6912, 8206, 11112, 8095, 6420, 6767, 5999, 9720, 6100, 8079, 9099, 7300, 6611, 6078, 6029, 6135, 6064, 8393, 9211, 5856, 5996, 8816, 6165, 8856, 11078, 8714, 7160, 9022, 6159, 7351, 10039, 8754, 10116, 9733, 6830, 6442, 7903, 6439, 11752, 9552, 8537, 10574, 6307, 5941, 8480, 6000, 11486, 9432, 7640, 8941, 6080, 10325, 6083, 7729, 10112, 7932, 9912, 5820, 5908, 7694, 5945, 10165, 9164, 6192, 6201, 5810], 'WindowCenter': [3575.0, 3621.0, 3565.0, 3552.0, 3593.0, 3551.0, 3549.0, 3592.0, 3539.0, 3537.0, 3568.0, 3537.0, 3589.0, 3558.0, 3557.0, 3579.0, 3537.0, 3536.0, 3547.0, 3537.0, 3589.0, 3538.0, 3558.0, 3591.0, 3548.0, 3547.0, 3547.0, 3548.0, 3589.0, 3549.0, 3570.0, 3581.0, 3549.0, 3568.0, 3547.0, 3547.0, 3592.0, 3548.0, 3589.0, 3579.0, 3537.0, 3577.0, 3535.0, 3534.0, 3577.0, 3536.0, 3589.0, 3569.0, 3548.0, 3578.0, 3536.0, 3534.0, 3577.0, 3535.0, 3556.0, 3567.0, 3524.0, 3588.0, 3569.0, 3557.0, 3588.0, 3545.0, 3534.0, 3577.0, 3535.0, 3577.0, 3567.0, 3545.0, 3577.0, 3524.0, 3535.0, 3556.0, 3550.0, 3588.0, 3556.0, 3534.0, 3524.0, 3568.0, 3537.0, 3557.0, 3578.0, 3548.0, 3569.0, 3590.0, 3570.0, 3537.0, 3566.0, 3536.0, 3577.0, 3558.0, 3555.0, 3590.0, 3535.0, 3522.0, 3543.0, 3534.0, 3588.0, 3555.0, 3546.0, 3587.0, 3534.0, 3534.0, 3577.0, 3534.0, 3587.0, 3556.0, 3536.0, 3576.0, 3522.0, 3522.0, 3565.0, 3534.0, 3598.0, 3555.0, 3535.0, 3564.0, 3533.0, 3531.0, 3553.0, 3522.0, 3585.0, 3543.0, 3532.0, 3565.0, 3532.0, 3543.0, 3543.0, 3534.0, 3586.0, 3555.0, 3554.0, 3532.0, 3522.0, 3564.0, 3533.0, 3585.0, 3543.0, 3533.0, 3564.0, 3521.0, 3520.0, 3565.0, 3532.0, 3586.0, 3554.0, 3523.0, 3563.0, 3533.0, 3521.0, 3542.0, 3533.0, 3596.0, 3565.0, 3532.0, 3575.0, 3533.0, 3532.0, 3576.0, 3545.0, 3586.0, 3544.0, 3521.0, 3564.0, 3532.0, 3542.0, 3565.0, 3544.0, 3586.0, 3534.0, 3523.0, 3566.0, 3534.0, 3554.0, 3576.0, 3555.0, 3587.0, 3533.0, 3532.0, 3574.0, 3533.0, 3544.0, 3576.0, 3545.0, 3535.0, 3566.0, 3524.0, 3576.0, 3547.0, 3556.0, 3587.0, 3545.0, 3564.0, 3533.0, 3522.0, 3576.0, 3543.0, 3574.0, 3531.0, 3519.0, 3541.0, 3520.0, 3585.0, 3542.0, 3532.0, 3563.0, 3521.0, 3531.0, 3542.0, 3533.0, 3585.0, 3554.0, 3533.0, 3574.0, 3532.0, 3532.0, 3577.0, 3555.0, 3564.0, 3563.0, 3520.0, 3572.0, 3530.0, 3542.0, 3574.0, 3542.0, 3520.0, 3540.0, 3520.0, 3540.0, 3542.0, 3543.0, 3585.0, 3567.0, 3537.0, 3586.0, 3532.0, 3521.0, 3585.0, 3554.0, 3533.0, 3575.0, 3532.0, 3520.0, 3575.0, 3542.0, 3564.0, 3564.0, 3522.0, 3531.0, 3541.0, 3533.0, 3585.0, 3564.0, 3520.0, 3551.0, 3520.0, 3530.0, 3552.0, 3541.0, 3584.0, 3551.0, 3509.0, 3550.0, 3520.0, 3542.0, 3563.0, 3542.0, 3540.0, 3530.0, 3520.0, 3572.0, 3532.0, 3542.0, 3575.0, 3544.0, 3522.0, 3531.0, 3522.0, 3574.0, 3544.0, 3545.0, 3575.0, 3533.0, 3523.0, 3564.0, 3534.0, 3566.0, 3586.0, 3544.0, 3533.0, 3542.0, 3522.0, 3565.0, 3554.0, 3556.0, 3587.0, 3533.0, 3532.0, 3564.0, 3534.0, 3587.0, 3554.0, 3553.0, 3542.0, 3521.0, 3542.0, 3531.0, 3533.0, 3585.0, 3565.0, 3533.0, 3564.0, 3521.0, 3522.0, 3576.0, 3544.0, 3553.0, 3564.0, 3520.0, 3551.0, 3530.0, 3519.0, 3573.0, 3541.0, 3573.0, 3542.0, 3520.0, 3561.0, 3520.0, 3532.0, 3564.0, 3543.0, 3543.0, 3542.0, 3522.0, 3563.0, 3532.0, 3555.0, 3587.0, 3556.0, 3563.0, 3531.0, 3521.0, 3562.0, 3521.0, 3575.0, 3553.0, 3532.0, 3565.0, 3547.0, 3524.0, 3599.0, 3564.0, 3523.0, 3577.0, 3533.0, 3534.0, 3576.0, 3565.0, 3522.0, 3531.0, 3530.0, 3520.0, 3574.0, 3553.0, 3543.0, 3575.0, 3522.0, 3532.0, 3564.0, 3533.0, 3543.0, 3585.0, 3544.0, 3522.0, 3553.0, 3533.0, 3545.0, 3577.0, 3567.0, 3544.0, 3544.0, 3523.0, 3563.0, 3542.0, 3544.0, 3597.0, 3565.0, 3522.0, 3563.0, 3522.0, 3533.0, 3587.0, 3555.0, 3556.0, 3576.0, 3534.0, 3532.0, 3565.0, 3534.0, 3587.0, 3566.0, 3523.0, 3564.0, 3522.0, 3562.0, 3532.0, 3542.0, 3574.0, 3542.0, 3519.0, 3519.0, 3520.0, 3562.0, 3532.0, 3542.0, 3585.0, 3544.0, 3521.0, 3542.0, 3521.0, 3575.0, 3555.0, 3544.0, 3563.0, 3532.0, 3533.0, 3575.0, 3544.0, 3555.0, 3588.0, 3566.0, 3533.0, 3564.0, 3532.0, 3543.0, 3566.0, 3553.0, 3575.0, 3542.0, 3521.0, 3574.0, 3533.0, 3554.0, 3586.0, 3555.0, 3534.0, 3543.0, 3522.0, 3543.0, 3555.0, 3556.0, 3588.0, 3566.0, 3533.0, 3575.0, 3543.0, 3544.0, 3576.0, 3556.0, 3543.0, 3553.0, 3523.0, 3573.0, 3532.0, 3543.0, 3575.0, 3554.0, 3531.0, 3541.0, 3520.0, 3572.0, 3532.0, 3552.0, 3573.0, 3532.0, 3521.0, 3543.0, 3533.0, 3544.0, 3567.0, 3555.0, 3587.0, 3554.0, 3533.0, 3574.0, 3534.0, 3586.0, 3564.0, 3533.0, 3563.0, 3521.0, 3519.0, 3554.0, 3532.0, 3584.0, 3553.0, 3520.0, 3562.0, 3521.0, 3521.0, 3564.0, 3542.0, 3563.0, 3541.0, 3521.0, 3563.0, 3521.0, 3532.0, 3577.0, 3545.0, 3555.0, 3554.0, 3523.0, 3543.0, 3555.0, 3544.0, 3597.0, 3567.0, 3533.0, 3564.0, 3521.0, 3543.0, 3575.0, 3554.0, 3555.0, 3532.0, 3533.0, 3563.0, 3543.0, 3554.0, 3587.0, 3555.0, 3533.0, 3553.0, 3521.0, 3554.0, 3564.0, 3555.0, 3543.0, 3542.0, 3521.0, 3574.0, 3544.0, 3543.0, 3586.0, 3543.0, 3521.0, 3551.0, 3520.0, 3574.0, 3552.0, 3541.0, 3563.0, 3531.0, 3533.0, 3542.0, 3520.0, 3561.0, 3542.0, 3554.0, 3585.0, 3531.0, 3521.0, 3562.0, 3533.0, 3575.0, 3564.0, 3543.0, 3573.0, 3520.0, 3519.0, 3551.0, 3532.0, 3586.0, 3565.0, 3532.0, 3553.0, 3533.0, 3553.0, 3566.0, 3554.0, 3587.0, 3555.0, 3533.0, 3553.0, 3533.0, 3576.0, 3554.0, 3565.0, 3576.0, 3532.0, 3532.0, 3553.0, 3523.0, 3575.0, 3565.0, 3545.0, 3575.0, 3533.0, 3543.0, 3576.0, 3555.0, 3586.0, 3566.0, 3531.0, 3531.0, 3521.0, 3573.0, 3534.0, 3564.0, 3576.0, 3554.0, 3564.0, 3521.0, 3530.0, 3553.0, 3543.0, 3585.0, 3554.0, 3531.0, 3542.0, 3532.0, 3573.0, 3532.0, 3585.0, 3543.0, 3531.0, 3541.0, 3520.0, 3551.0, 3520.0, 3563.0, 3552.0, 3542.0, 3552.0, 3520.0, 3562.0, 3532.0, 3553.0, 3564.0, 3543.0, 3541.0, 3522.0, 3522.0, 3575.0, 3568.0, 3588.0, 3586.0, 3555.0, 3533.0, 3554.0, 3532.0, 3564.0, 3564.0, 3542.0, 3542.0, 3531.0, 3531.0, 3574.0, 3544.0, 3564.0, 3575.0, 3543.0, 3542.0, 3531.0, 3521.0, 3585.0, 3553.0, 3563.0, 3574.0, 3531.0, 3531.0, 3541.0, 3531.0, 3573.0, 3564.0, 3543.0, 3553.0, 3521.0, 3521.0, 3575.0, 3544.0, 3565.0, 3576.0, 3532.0, 3531.0, 3542.0, 3532.0, 3586.0, 3554.0, 3555.0, 3564.0, 3521.0, 3531.0, 3552.0, 3533.0, 3586.0, 3565.0, 3543.0, 3563.0, 3532.0, 3542.0, 3543.0, 3543.0, 3585.0, 3554.0, 3531.0, 3542.0, 3521.0, 3573.0, 3532.0, 3552.0, 3564.0, 3532.0, 3531.0, 3521.0, 3522.0, 3575.0, 3545.0, 3565.0, 3577.0, 3544.0, 3564.0, 3533.0, 3554.0, 3577.0, 3565.0, 3586.0, 3542.0, 3521.0, 3563.0, 3533.0, 3564.0, 3574.0, 3554.0, 3552.0, 3531.0, 3520.0, 3573.0, 3544.0, 3563.0, 3564.0, 3532.0, 3531.0, 3543.0, 3554.0, 3553.0, 3574.0, 3532.0, 3544.0, 3587.0, 3566.0, 3544.0, 3563.0, 3531.0, 3521.0, 3553.0, 3565.0, 3564.0, 3554.0, 3542.0, 3534.0, 3522.0, 3566.0, 3544.0, 3577.0, 3578.0, 3534.0, 3533.0, 3564.0, 3545.0, 3587.0, 3577.0, 3555.0, 3575.0, 3522.0, 3521.0, 3565.0, 3544.0, 3575.0, 3565.0, 3532.0, 3562.0, 3521.0, 3521.0, 3575.0, 3554.0, 3565.0, 3543.0, 3521.0, 3531.0, 3542.0, 3533.0, 3587.0, 3577.0, 3545.0, 3575.0, 3532.0, 3532.0, 3575.0, 3554.0, 3543.0, 3542.0, 3522.0, 3573.0, 3544.0, 3553.0, 3574.0, 3553.0, 3530.0, 3530.0, 3520.0, 3562.0, 3522.0, 3552.0, 3564.0, 3553.0, 3545.0, 3534.0, 3530.0, 3530.0, 3520.0, 3564.0, 3563.0, 3523.0, 3532.0, 3564.0, 3534.0, 3576.0, 3588.0, 3578.0, 3544.0, 3565.0, 3522.0, 3541.0, 3575.0, 3564.0, 3575.0, 3564.0, 3532.0, 3531.0, 3552.0, 3531.0, 3584.0, 3563.0, 3552.0, 3572.0, 3519.0, 3519.0, 3550.0, 3531.0, 3584.0, 3563.0, 3541.0, 3551.0, 3519.0, 3560.0, 3519.0, 3540.0, 3573.0, 3552.0, 3560.0, 3508.0, 3520.0, 3540.0, 3521.0, 3586.0, 3562.0, 3532.0, 3521.0, 3522.0], 'WindowWidth': [8135.0, 8183.0, 8098.0, 8074.0, 8130.0, 8070.0, 8064.0, 8122.0, 8050.0, 8044.0, 8084.0, 8042.0, 8114.0, 8073.0, 8070.0, 8100.0, 8041.0, 8038.0, 8054.0, 8042.0, 8113.0, 8046.0, 8073.0, 8121.0, 8061.0, 8056.0, 8055.0, 8059.0, 8115.0, 8064.0, 8094.0, 8109.0, 8063.0, 8086.0, 8057.0, 8056.0, 8122.0, 8061.0, 8116.0, 8103.0, 8042.0, 8096.0, 8037.0, 8035.0, 8095.0, 8043.0, 8114.0, 8088.0, 8061.0, 8099.0, 8041.0, 8035.0, 8095.0, 8038.0, 8067.0, 8081.0, 8024.0, 8113.0, 8089.0, 8071.0, 8113.0, 8052.0, 8036.0, 8095.0, 8038.0, 8097.0, 8083.0, 8053.0, 8097.0, 8022.0, 8036.0, 8068.0, 8066.0, 8109.0, 8065.0, 8036.0, 8021.0, 8084.0, 8043.0, 8071.0, 8100.0, 8063.0, 8092.0, 8119.0, 8092.0, 8042.0, 8079.0, 8040.0, 8095.0, 8073.0, 8064.0, 8118.0, 8037.0, 8016.0, 8044.0, 8033.0, 8111.0, 8065.0, 8055.0, 8108.0, 8036.0, 8035.0, 8094.0, 8036.0, 8110.0, 8066.0, 8039.0, 8093.0, 8017.0, 8015.0, 8074.0, 8034.0, 8125.0, 8064.0, 8036.0, 8074.0, 8031.0, 8026.0, 8056.0, 8015.0, 8104.0, 8046.0, 8029.0, 8075.0, 8030.0, 8043.0, 8043.0, 8037.0, 8108.0, 8065.0, 8059.0, 8029.0, 8014.0, 8072.0, 8033.0, 8104.0, 8045.0, 8031.0, 8071.0, 8012.0, 8010.0, 8074.0, 8028.0, 8104.0, 8060.0, 8018.0, 8070.0, 8032.0, 8012.0, 8041.0, 8031.0, 8119.0, 8077.0, 8030.0, 8089.0, 8033.0, 8030.0, 8093.0, 8052.0, 8107.0, 8046.0, 8014.0, 8072.0, 8029.0, 8043.0, 8079.0, 8049.0, 8107.0, 8034.0, 8020.0, 8078.0, 8035.0, 8063.0, 8094.0, 8065.0, 8109.0, 8032.0, 8030.0, 8086.0, 8033.0, 8051.0, 8093.0, 8052.0, 8039.0, 8080.0, 8023.0, 8091.0, 8057.0, 8067.0, 8112.0, 8052.0, 8072.0, 8031.0, 8015.0, 8092.0, 8044.0, 8087.0, 8025.0, 8008.0, 8037.0, 8011.0, 8102.0, 8042.0, 8029.0, 8070.0, 8012.0, 8026.0, 8040.0, 8033.0, 8103.0, 8063.0, 8031.0, 8087.0, 8031.0, 8030.0, 8096.0, 8062.0, 8074.0, 8070.0, 8010.0, 8080.0, 8023.0, 8042.0, 8086.0, 8043.0, 8010.0, 8036.0, 8012.0, 8036.0, 8043.0, 8044.0, 8104.0, 8082.0, 8046.0, 8103.0, 8029.0, 8014.0, 8104.0, 8060.0, 8031.0, 8087.0, 8029.0, 8011.0, 8090.0, 8043.0, 8072.0, 8071.0, 8015.0, 8024.0, 8037.0, 8032.0, 8103.0, 8073.0, 8010.0, 8051.0, 8009.0, 8021.0, 8054.0, 8039.0, 8100.0, 8052.0, 7993.0, 8048.0, 8008.0, 8043.0, 8070.0, 8041.0, 8036.0, 8021.0, 8010.0, 8080.0, 8029.0, 8043.0, 8089.0, 8047.0, 8016.0, 8027.0, 8014.0, 8088.0, 8047.0, 8050.0, 8090.0, 8032.0, 8018.0, 8074.0, 8035.0, 8080.0, 8108.0, 8049.0, 8031.0, 8042.0, 8015.0, 8079.0, 8063.0, 8065.0, 8108.0, 8032.0, 8030.0, 8072.0, 8036.0, 8108.0, 8060.0, 8058.0, 8040.0, 8013.0, 8040.0, 8024.0, 8031.0, 8104.0, 8078.0, 8030.0, 8073.0, 8013.0, 8014.0, 8093.0, 8048.0, 8058.0, 8073.0, 8011.0, 8050.0, 8020.0, 8006.0, 8084.0, 8038.0, 8083.0, 8039.0, 8009.0, 8064.0, 8009.0, 8030.0, 8074.0, 8044.0, 8044.0, 8043.0, 8016.0, 8071.0, 8030.0, 8065.0, 8108.0, 8066.0, 8071.0, 8025.0, 8011.0, 8068.0, 8014.0, 8089.0, 8057.0, 8028.0, 8076.0, 8058.0, 8022.0, 8126.0, 8069.0, 8019.0, 8095.0, 8032.0, 8035.0, 8091.0, 8075.0, 8015.0, 8025.0, 8020.0, 8007.0, 8087.0, 8057.0, 8045.0, 8087.0, 8014.0, 8028.0, 8073.0, 8032.0, 8044.0, 8103.0, 8045.0, 8014.0, 8057.0, 8031.0, 8049.0, 8094.0, 8082.0, 8046.0, 8045.0, 8018.0, 8070.0, 8042.0, 8045.0, 8122.0, 8075.0, 8015.0, 8069.0, 8014.0, 8031.0, 8109.0, 8065.0, 8066.0, 8092.0, 8034.0, 8030.0, 8075.0, 8035.0, 8108.0, 8079.0, 8016.0, 8073.0, 8014.0, 8066.0, 8027.0, 8040.0, 8085.0, 8040.0, 8006.0, 8005.0, 8009.0, 8067.0, 8029.0, 8042.0, 8103.0, 8046.0, 8012.0, 8039.0, 8013.0, 8089.0, 8063.0, 8046.0, 8071.0, 8029.0, 8032.0, 8088.0, 8049.0, 8065.0, 8111.0, 8080.0, 8031.0, 8074.0, 8029.0, 8045.0, 8079.0, 8058.0, 8088.0, 8040.0, 8011.0, 8084.0, 8031.0, 8061.0, 8106.0, 8065.0, 8034.0, 8043.0, 8016.0, 8043.0, 8064.0, 8066.0, 8110.0, 8079.0, 8033.0, 8090.0, 8045.0, 8047.0, 8093.0, 8065.0, 8045.0, 8055.0, 8015.0, 8082.0, 8028.0, 8043.0, 8089.0, 8060.0, 8023.0, 8037.0, 8009.0, 8078.0, 8027.0, 8053.0, 8084.0, 8029.0, 8011.0, 8042.0, 8032.0, 8048.0, 8082.0, 8064.0, 8108.0, 8062.0, 8031.0, 8087.0, 8034.0, 8105.0, 8075.0, 8029.0, 8069.0, 8010.0, 8006.0, 8057.0, 8029.0, 8098.0, 8057.0, 8007.0, 8066.0, 8011.0, 8012.0, 8072.0, 8041.0, 8070.0, 8038.0, 8012.0, 8070.0, 8011.0, 8029.0, 8096.0, 8050.0, 8064.0, 8059.0, 8020.0, 8044.0, 8064.0, 8048.0, 8123.0, 8082.0, 8031.0, 8074.0, 8013.0, 8045.0, 8089.0, 8061.0, 8063.0, 8029.0, 8029.0, 8070.0, 8047.0, 8060.0, 8109.0, 8064.0, 8030.0, 8056.0, 8012.0, 8060.0, 8073.0, 8063.0, 8042.0, 8041.0, 8013.0, 8084.0, 8046.0, 8044.0, 8106.0, 8043.0, 8011.0, 8051.0, 8009.0, 8084.0, 8054.0, 8038.0, 8071.0, 8025.0, 8033.0, 8041.0, 8008.0, 8065.0, 8040.0, 8060.0, 8101.0, 8024.0, 8011.0, 8066.0, 8033.0, 8089.0, 8074.0, 8043.0, 8082.0, 8008.0, 8007.0, 8052.0, 8030.0, 8105.0, 8077.0, 8029.0, 8058.0, 8032.0, 8059.0, 8080.0, 8062.0, 8109.0, 8062.0, 8030.0, 8058.0, 8030.0, 8092.0, 8060.0, 8076.0, 8092.0, 8028.0, 8029.0, 8057.0, 8020.0, 8091.0, 8079.0, 8050.0, 8089.0, 8033.0, 8045.0, 8092.0, 8063.0, 8106.0, 8081.0, 8026.0, 8025.0, 8011.0, 8083.0, 8035.0, 8073.0, 8092.0, 8060.0, 8070.0, 8011.0, 8023.0, 8057.0, 8043.0, 8102.0, 8059.0, 8025.0, 8041.0, 8028.0, 8083.0, 8030.0, 8102.0, 8043.0, 8024.0, 8038.0, 8009.0, 8050.0, 8011.0, 8069.0, 8056.0, 8041.0, 8054.0, 8009.0, 8065.0, 8028.0, 8057.0, 8074.0, 8044.0, 8038.0, 8015.0, 8016.0, 8091.0, 8089.0, 8109.0, 8105.0, 8065.0, 8031.0, 8061.0, 8030.0, 8074.0, 8073.0, 8042.0, 8040.0, 8026.0, 8026.0, 8085.0, 8049.0, 8073.0, 8092.0, 8043.0, 8041.0, 8024.0, 8012.0, 8104.0, 8058.0, 8070.0, 8086.0, 8026.0, 8026.0, 8038.0, 8026.0, 8084.0, 8073.0, 8045.0, 8055.0, 8014.0, 8013.0, 8090.0, 8049.0, 8076.0, 8093.0, 8029.0, 8026.0, 8041.0, 8027.0, 8105.0, 8061.0, 8061.0, 8072.0, 8014.0, 8026.0, 8055.0, 8032.0, 8106.0, 8075.0, 8044.0, 8071.0, 8029.0, 8041.0, 8044.0, 8046.0, 8104.0, 8060.0, 8025.0, 8042.0, 8012.0, 8083.0, 8030.0, 8055.0, 8073.0, 8027.0, 8026.0, 8014.0, 8016.0, 8092.0, 8052.0, 8077.0, 8097.0, 8049.0, 8074.0, 8031.0, 8060.0, 8095.0, 8074.0, 8104.0, 8041.0, 8013.0, 8070.0, 8032.0, 8074.0, 8088.0, 8059.0, 8053.0, 8024.0, 8009.0, 8082.0, 8047.0, 8071.0, 8073.0, 8028.0, 8026.0, 8046.0, 8061.0, 8058.0, 8087.0, 8030.0, 8049.0, 8110.0, 8079.0, 8046.0, 8070.0, 8025.0, 8011.0, 8058.0, 8075.0, 8073.0, 8059.0, 8040.0, 8032.0, 8015.0, 8080.0, 8049.0, 8093.0, 8097.0, 8034.0, 8032.0, 8073.0, 8051.0, 8108.0, 8094.0, 8063.0, 8088.0, 8015.0, 8011.0, 8074.0, 8045.0, 8087.0, 8074.0, 8026.0, 8066.0, 8010.0, 8012.0, 8087.0, 8060.0, 8074.0, 8042.0, 8013.0, 8024.0, 8041.0, 8032.0, 8108.0, 8096.0, 8048.0, 8089.0, 8028.0, 8029.0, 8091.0, 8060.0, 8041.0, 8039.0, 8012.0, 8083.0, 8046.0, 8055.0, 8088.0, 8056.0, 8021.0, 8022.0, 8009.0, 8065.0, 8014.0, 8055.0, 8073.0, 8057.0, 8054.0, 8037.0, 8023.0, 8024.0, 8010.0, 8071.0, 8069.0, 8019.0, 8028.0, 8073.0, 8033.0, 8093.0, 8113.0, 8098.0, 8048.0, 8075.0, 8014.0, 8037.0, 8088.0, 8072.0, 8088.0, 8073.0, 8026.0, 8024.0, 8051.0, 8025.0, 8100.0, 8069.0, 8054.0, 8078.0, 8005.0, 8004.0, 8047.0, 8026.0, 8099.0, 8071.0, 8037.0, 8050.0, 8006.0, 8060.0, 8007.0, 8035.0, 8082.0, 8052.0, 8061.0, 7988.0, 8008.0, 8035.0, 8013.0, 8106.0, 8065.0, 8029.0, 8012.0, 8016.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.002245569620253164</td></tr>
<tr><td colspan=3>aqi</td><td>0.029414542807825086</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.83671693314514</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1783920416589866</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0058521700921645</td></tr>
<tr><td colspan=3>efc</td><td>0.4342</td></tr>
<tr><td colspan=3>fber</td><td>8027.855</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12654992990815062</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>119</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.693901035673187</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3906325425905086</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2348018558090805</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.631547664531742</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3055481074307034</td></tr>
<tr><td colspan=3>gcor</td><td>0.00419026</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012583764269948006</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032710250467061996</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>4.025446023844214</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4835</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.2332</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>121.8559</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>553.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>250.7202</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6055</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>415.0519</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2876.792</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>752.4573</td></tr>
<tr><td colspan=3>tsnr</td><td>36.537351556587964</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>