<?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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-04/func/sub-0107_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>ed7d08c2eea82977240c511dcfb39d06</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>17:28:23.565000</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.997216, 0.0151016, 0.0730226, -0.00678791, 0.993596, -0.112785]</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.102242</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>[4215, -7782, -7153, 449, -149, -108, 69, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>965b21c2-c686-48a6-8dcf-e5512b1f817d||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.67545747756958, -0.01821145787835121, 0.2004970908164978, 107.6607437133789], [-0.040516484528779984, 2.665745973587036, -0.3023345470428467, -92.9205551147461], [0.19591420888900757, 0.3025950491428375, 2.6755177974700928, -72.20914459228516], [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': ['172823.565000', '172824.025000', '172824.485000', '172824.945000', '172825.405000', '172825.865000', '172826.325000', '172826.785000', '172827.245000', '172827.705000', '172828.165000', '172828.625000', '172829.085000', '172829.545000', '172830.005000', '172830.465000', '172830.925000', '172831.385000', '172831.845000', '172832.305000', '172832.765000', '172833.225000', '172833.685000', '172834.145000', '172834.605000', '172835.065000', '172835.525000', '172835.985000', '172836.445000', '172836.905000', '172837.365000', '172837.825000', '172838.285000', '172838.745000', '172839.205000', '172839.665000', '172840.125000', '172840.585000', '172841.045000', '172841.505000', '172841.965000', '172842.425000', '172842.885000', '172843.345000', '172843.805000', '172844.265000', '172844.725000', '172845.185000', '172845.645000', '172846.105000', '172846.565000', '172847.025000', '172847.485000', '172847.945000', '172848.405000', '172848.865000', '172849.325000', '172849.785000', '172850.245000', '172850.705000', '172851.165000', '172851.625000', '172852.085000', '172852.545000', '172853.005000', '172853.465000', '172853.925000', '172854.385000', '172854.845000', '172855.305000', '172855.765000', '172856.225000', '172856.685000', '172857.145000', '172857.605000', '172858.065000', '172858.525000', '172858.985000', '172859.445000', '172859.905000', '172900.365000', '172900.825000', '172901.285000', '172901.745000', '172902.205000', '172902.665000', '172903.125000', '172903.585000', '172904.045000', '172904.505000', '172904.965000', '172905.425000', '172905.885000', '172906.345000', '172906.805000', '172907.265000', '172907.725000', '172908.185000', '172908.645000', '172909.105000', '172909.565000', '172910.025000', '172910.485000', '172910.945000', '172911.405000', '172911.865000', '172912.325000', '172912.785000', '172913.245000', '172913.705000', '172914.165000', '172914.625000', '172915.085000', '172915.545000', '172916.005000', '172916.465000', '172916.925000', '172917.385000', '172917.845000', '172918.305000', '172918.765000', '172919.225000', '172919.685000', '172920.145000', '172920.605000', '172921.065000', '172921.525000', '172921.985000', '172922.445000', '172922.905000', '172923.365000', '172923.825000', '172924.285000', '172924.745000', '172925.205000', '172925.665000', '172926.125000', '172926.585000', '172927.045000', '172927.505000', '172927.965000', '172928.425000', '172928.885000', '172929.345000', '172929.805000', '172930.265000', '172930.725000', '172931.185000', '172931.645000', '172932.105000', '172932.565000', '172933.025000', '172933.485000', '172933.945000', '172934.405000', '172934.865000', '172935.325000', '172935.785000', '172936.245000', '172936.705000', '172937.165000', '172937.625000', '172938.085000', '172938.545000', '172939.005000', '172939.465000', '172939.925000', '172940.385000', '172940.845000', '172941.305000', '172941.765000', '172942.225000', '172942.685000', '172943.145000', '172943.605000', '172944.065000', '172944.525000', '172944.985000', '172945.445000', '172945.905000', '172946.365000', '172946.825000', '172947.285000', '172947.745000', '172948.205000', '172948.665000', '172949.125000', '172949.585000', '172950.045000', '172950.505000', '172950.965000', '172951.425000', '172951.885000', '172952.345000', '172952.805000', '172953.265000', '172953.725000', '172954.185000', '172954.645000', '172955.105000', '172955.565000', '172956.025000', '172956.485000', '172956.945000', '172957.405000', '172957.865000', '172958.325000', '172958.785000', '172959.245000', '172959.705000', '173000.165000', '173000.625000', '173001.085000', '173001.545000', '173002.005000', '173002.465000', '173002.925000', '173003.385000', '173003.845000', '173004.305000', '173004.765000', '173005.225000', '173005.685000', '173006.145000', '173006.605000', '173007.065000', '173007.525000', '173007.985000', '173008.445000', '173008.905000', '173009.365000', '173009.825000', '173010.285000', '173010.745000', '173011.205000', '173011.665000', '173012.125000', '173012.585000', '173013.045000', '173013.505000', '173013.965000', '173014.425000', '173014.885000', '173015.345000', '173015.805000', '173016.265000', '173016.725000', '173017.185000', '173017.645000', '173018.105000', '173018.565000', '173019.025000', '173019.485000', '173019.945000', '173020.405000', '173020.865000', '173021.325000', '173021.785000', '173022.245000', '173022.705000', '173023.165000', '173023.625000', '173024.085000', '173024.545000', '173025.005000', '173025.465000', '173025.925000', '173026.385000', '173026.845000', '173027.305000', '173027.765000', '173028.225000', '173028.685000', '173029.145000', '173029.605000', '173030.065000', '173030.525000', '173030.985000', '173031.445000', '173031.905000', '173032.365000', '173032.825000', '173033.285000', '173033.745000', '173034.205000', '173034.665000', '173035.125000', '173035.585000', '173036.045000', '173036.505000', '173036.965000', '173037.425000', '173037.885000', '173038.345000', '173038.805000', '173039.265000', '173039.725000', '173040.185000', '173040.645000', '173041.105000', '173041.565000', '173042.025000', '173042.485000', '173042.945000', '173043.405000', '173043.865000', '173044.325000', '173044.785000', '173045.245000', '173045.705000', '173046.165000', '173046.625000', '173047.085000', '173047.545000', '173048.005000', '173048.465000', '173048.925000', '173049.385000', '173049.845000', '173050.305000', '173050.765000', '173051.225000', '173051.685000', '173052.145000', '173052.605000', '173053.065000', '173053.525000', '173053.985000', '173054.445000', '173054.905000', '173055.365000', '173055.825000', '173056.285000', '173056.745000', '173057.205000', '173057.665000', '173058.125000', '173058.585000', '173059.045000', '173059.505000', '173059.965000', '173100.425000', '173100.885000', '173101.345000', '173101.805000', '173102.265000', '173102.725000', '173103.185000', '173103.645000', '173104.105000', '173104.565000', '173105.025000', '173105.485000', '173105.945000', '173106.405000', '173106.865000', '173107.325000', '173107.785000', '173108.245000', '173108.705000', '173109.165000', '173109.625000', '173110.085000', '173110.545000', '173111.005000', '173111.465000', '173111.925000', '173112.385000', '173112.845000', '173113.305000', '173113.765000', '173114.225000', '173114.685000', '173115.145000', '173115.605000', '173116.065000', '173116.525000', '173116.985000', '173117.445000', '173117.905000', '173118.365000', '173118.825000', '173119.285000', '173119.745000', '173120.205000', '173120.665000', '173121.125000', '173121.585000', '173122.045000', '173122.505000', '173122.965000', '173123.425000', '173123.885000', '173124.345000', '173124.805000', '173125.265000', '173125.725000', '173126.185000', '173126.645000', '173127.105000', '173127.565000', '173128.025000', '173128.485000', '173128.945000', '173129.405000', '173129.865000', '173130.325000', '173130.785000', '173131.245000', '173131.705000', '173132.165000', '173132.625000', '173133.085000', '173133.545000', '173134.005000', '173134.465000', '173134.925000', '173135.385000', '173135.845000', '173136.305000', '173136.765000', '173137.225000', '173137.685000', '173138.145000', '173138.605000', '173139.065000', '173139.525000', '173139.985000', '173140.445000', '173140.905000', '173141.365000', '173141.825000', '173142.285000', '173142.745000', '173143.205000', '173143.665000', '173144.125000', '173144.585000', '173145.045000', '173145.505000', '173145.965000', '173146.425000', '173146.885000', '173147.345000', '173147.805000', '173148.265000', '173148.725000', '173149.185000', '173149.645000', '173150.105000', '173150.565000', '173151.025000', '173151.485000', '173151.945000', '173152.405000', '173152.865000', '173153.325000', '173153.785000', '173154.245000', '173154.705000', '173155.165000', '173155.625000', '173156.085000', '173156.545000', '173157.005000', '173157.465000', '173157.925000', '173158.385000', '173158.845000', '173159.305000', '173159.765000', '173200.225000', '173200.685000', '173201.145000', '173201.605000', '173202.065000', '173202.525000', '173202.985000', '173203.445000', '173203.905000', '173204.365000', '173204.825000', '173205.285000', '173205.745000', '173206.205000', '173206.665000', '173207.125000', '173207.585000', '173208.045000', '173208.505000', '173208.965000', '173209.425000', '173209.885000', '173210.345000', '173210.805000', '173211.265000', '173211.725000', '173212.185000', '173212.645000', '173213.105000', '173213.565000', '173214.025000', '173214.485000', '173214.945000', '173215.405000', '173215.865000', '173216.325000', '173216.785000', '173217.245000', '173217.705000', '173218.165000', '173218.625000', '173219.085000', '173219.545000', '173220.005000', '173220.465000', '173220.925000', '173221.385000', '173221.845000', '173222.305000', '173222.765000', '173223.225000', '173223.685000', '173224.145000', '173224.605000', '173225.065000', '173225.525000', '173225.985000', '173226.445000', '173226.905000', '173227.365000', '173227.825000', '173228.285000', '173228.745000', '173229.205000', '173229.665000', '173230.125000', '173230.585000', '173231.045000', '173231.505000', '173231.965000', '173232.425000', '173232.885000', '173233.345000', '173233.805000', '173234.265000', '173234.725000', '173235.185000', '173235.645000', '173236.105000', '173236.565000', '173237.025000', '173237.485000', '173237.945000', '173238.405000', '173238.865000', '173239.325000', '173239.785000', '173240.245000', '173240.705000', '173241.165000', '173241.625000', '173242.085000', '173242.545000', '173243.005000', '173243.465000', '173243.925000', '173244.385000', '173244.845000', '173245.305000', '173245.765000', '173246.225000', '173246.685000', '173247.145000', '173247.605000', '173248.065000', '173248.525000', '173248.985000', '173249.445000', '173249.905000', '173250.365000', '173250.825000', '173251.285000', '173251.745000', '173252.205000', '173252.665000', '173253.125000', '173253.585000', '173254.045000', '173254.505000', '173254.965000', '173255.425000', '173255.885000', '173256.345000', '173256.805000', '173257.265000', '173257.725000', '173258.185000', '173258.645000', '173259.105000', '173259.565000', '173300.025000', '173300.485000', '173300.945000', '173301.405000', '173301.865000', '173302.325000', '173302.785000', '173303.245000', '173303.705000', '173304.165000', '173304.625000', '173305.085000', '173305.545000', '173306.005000', '173306.465000', '173306.925000', '173307.385000', '173307.845000', '173308.305000', '173308.765000', '173309.225000', '173309.685000', '173310.145000', '173310.605000', '173311.065000', '173311.525000', '173311.985000', '173312.445000', '173312.905000', '173313.365000', '173313.825000', '173314.285000', '173314.745000', '173315.205000', '173315.665000', '173316.125000', '173316.585000', '173317.045000', '173317.505000', '173317.965000', '173318.425000', '173318.885000', '173319.345000', '173319.805000', '173320.265000', '173320.725000', '173321.185000', '173321.645000', '173322.105000', '173322.565000', '173323.025000', '173323.485000', '173323.945000', '173324.405000', '173324.865000', '173325.325000', '173325.785000', '173326.245000', '173326.705000', '173327.165000', '173327.625000', '173328.085000', '173328.545000', '173329.005000', '173329.465000', '173329.925000', '173330.385000', '173330.845000', '173331.305000', '173331.765000', '173332.225000', '173332.685000', '173333.145000', '173333.605000', '173334.065000', '173334.525000', '173334.985000', '173335.445000', '173335.905000', '173336.365000', '173336.825000', '173337.285000', '173337.745000', '173338.205000', '173338.665000', '173339.125000', '173339.585000', '173340.045000', '173340.505000', '173340.965000', '173341.425000', '173341.885000', '173342.345000', '173342.805000', '173343.265000', '173343.725000', '173344.185000', '173344.645000', '173345.105000', '173345.565000', '173346.025000', '173346.485000', '173346.945000', '173347.405000', '173347.865000', '173348.325000', '173348.785000', '173349.245000', '173349.705000', '173350.165000', '173350.625000', '173351.085000', '173351.545000', '173352.005000', '173352.465000', '173352.925000', '173353.385000', '173353.845000', '173354.305000', '173354.765000', '173355.225000', '173355.685000', '173356.145000', '173356.605000', '173357.065000', '173357.525000', '173357.985000', '173358.445000', '173358.905000', '173359.365000', '173359.825000', '173400.285000', '173400.745000', '173401.205000', '173401.665000', '173402.125000', '173402.585000', '173403.045000', '173403.505000', '173403.965000', '173404.425000', '173404.885000', '173405.345000', '173405.805000', '173406.265000', '173406.725000', '173407.185000', '173407.645000', '173408.105000', '173408.565000', '173409.025000', '173409.485000', '173409.945000', '173410.405000', '173410.865000', '173411.325000', '173411.785000', '173412.245000', '173412.705000', '173413.165000', '173413.625000', '173414.085000', '173414.545000', '173415.005000', '173415.465000', '173415.925000', '173416.385000', '173416.845000', '173417.305000', '173417.765000', '173418.225000', '173418.685000', '173419.145000', '173419.605000', '173420.065000', '173420.525000', '173420.985000', '173421.445000', '173421.905000', '173422.365000', '173422.825000', '173423.285000', '173423.745000', '173424.205000', '173424.665000', '173425.125000', '173425.585000', '173426.045000', '173426.505000', '173426.965000', '173427.425000', '173427.885000', '173428.345000', '173428.805000', '173429.265000', '173429.725000', '173430.185000', '173430.645000', '173431.105000', '173431.565000', '173432.025000', '173432.485000', '173432.945000', '173433.405000', '173433.865000', '173434.325000', '173434.785000', '173435.245000', '173435.705000', '173436.165000', '173436.625000', '173437.085000', '173437.545000', '173438.005000', '173438.465000', '173438.925000', '173439.385000', '173439.845000', '173440.305000', '173440.765000', '173441.225000', '173441.685000', '173442.145000', '173442.605000', '173443.065000', '173443.525000', '173443.985000', '173444.445000', '173444.905000', '173445.365000', '173445.825000', '173446.285000', '173446.745000', '173447.205000', '173447.665000', '173448.125000', '173448.585000', '173449.045000', '173449.505000', '173449.965000', '173450.425000', '173450.885000', '173451.345000', '173451.805000', '173452.265000', '173452.725000', '173453.185000', '173453.645000', '173454.105000', '173454.565000', '173455.025000', '173455.485000', '173455.945000', '173456.405000', '173456.865000', '173457.325000', '173457.785000', '173458.245000', '173458.705000', '173459.165000', '173459.625000', '173500.085000', '173500.545000', '173501.005000', '173501.465000', '173501.925000', '173502.385000', '173502.845000', '173503.305000', '173503.765000', '173504.225000'], 'ContentTime': ['172838.923000', '172838.926000', '172838.939000', '172838.942000', '172838.944000', '172838.954000', '172838.957000', '172838.966000', '172838.968000', '172838.971000', '172838.973000', '172838.976000', '172838.978000', '172838.981000', '172838.984000', '172838.986000', '172838.989000', '172838.991000', '172838.994000', '172838.996000', '172839.000000', '172839.003000', '172839.005000', '172839.008000', '172839.011000', '172839.014000', '172839.017000', '172839.019000', '172839.022000', '172839.025000', '172858.888000', '172858.890000', '172858.893000', '172858.895000', '172858.898000', '172858.901000', '172858.903000', '172858.914000', '172858.916000', '172858.919000', '172858.921000', '172858.924000', '172858.927000', '172858.929000', '172858.932000', '172858.934000', '172858.937000', '172858.940000', '172858.942000', '172858.945000', '172858.948000', '172858.951000', '172858.953000', '172858.956000', '172858.959000', '172858.962000', '172858.964000', '172858.967000', '172858.969000', '172858.972000', '172858.975000', '172858.977000', '172858.980000', '172858.982000', '172858.985000', '172858.988000', '172858.990000', '172858.993000', '172858.995000', '172858.998000', '172859.002000', '172859.005000', '172859.008000', '172859.010000', '172918.888000', '172918.890000', '172918.893000', '172918.896000', '172918.902000', '172918.905000', '172918.915000', '172918.918000', '172918.920000', '172918.923000', '172918.926000', '172918.928000', '172918.931000', '172918.934000', '172918.936000', '172918.939000', '172918.942000', '172918.944000', '172918.947000', '172918.950000', '172918.952000', '172918.955000', '172918.957000', '172918.960000', '172918.963000', '172918.965000', '172918.968000', '172918.971000', '172918.974000', '172918.976000', '172918.979000', '172918.981000', '172918.984000', '172918.986000', '172918.989000', '172918.992000', '172918.994000', '172918.997000', '172919.001000', '172919.003000', '172919.006000', '172919.009000', '172919.012000', '172938.887000', '172938.890000', '172938.893000', '172938.903000', '172938.906000', '172938.909000', '172938.911000', '172938.914000', '172938.917000', '172938.919000', '172938.922000', '172938.925000', '172938.927000', '172938.930000', '172938.933000', '172938.936000', '172938.938000', '172938.941000', '172938.944000', '172938.947000', '172938.950000', '172938.952000', '172938.955000', '172938.967000', '172938.970000', '172938.972000', '172938.975000', '172938.978000', '172938.981000', '172938.983000', '172938.986000', '172938.989000', '172938.991000', '172938.994000', '172938.996000', '172939.001000', '172939.004000', '172939.006000', '172939.009000', '172939.012000', '172939.014000', '172939.017000', '172939.020000', '172939.022000', '172958.888000', '172958.890000', '172958.893000', '172958.896000', '172958.898000', '172958.901000', '172958.903000', '172958.906000', '172958.908000', '172958.911000', '172958.914000', '172958.916000', '172958.919000', '172958.922000', '172958.924000', '172958.927000', '172958.929000', '172958.932000', '172958.935000', '172958.938000', '172958.941000', '172958.943000', '172958.946000', '172958.949000', '172958.952000', '172958.955000', '172958.958000', '172958.960000', '172958.963000', '172958.965000', '172958.968000', '172958.971000', '172958.973000', '172958.976000', '172958.979000', '172958.982000', '172958.985000', '172958.987000', '172958.990000', '172958.993000', '172958.995000', '172958.998000', '172959.002000', '173018.887000', '173018.890000', '173018.893000', '173018.895000', '173018.898000', '173018.901000', '173018.904000', '173018.907000', '173018.909000', '173018.912000', '173018.915000', '173018.917000', '173018.920000', '173018.922000', '173018.925000', '173018.928000', '173018.930000', '173018.933000', '173018.935000', '173018.938000', '173018.941000', '173018.943000', '173018.946000', '173018.949000', '173018.951000', '173018.954000', '173018.957000', '173018.959000', '173018.962000', '173018.965000', '173018.967000', '173018.970000', '173018.973000', '173018.975000', '173018.979000', '173018.981000', '173018.984000', '173018.986000', '173018.989000', '173018.992000', '173018.995000', '173018.997000', '173019.001000', '173019.003000', '173038.886000', '173038.889000', '173038.892000', '173038.894000', '173038.897000', '173038.900000', '173038.902000', '173038.905000', '173038.908000', '173038.910000', '173038.913000', '173038.915000', '173038.918000', '173038.921000', '173038.923000', '173038.926000', '173038.929000', '173038.931000', '173038.934000', '173038.937000', '173038.940000', '173038.942000', '173038.945000', '173038.948000', '173038.950000', '173038.953000', '173038.955000', '173038.958000', '173038.961000', '173038.963000', '173038.966000', '173038.968000', '173038.971000', '173038.974000', '173038.976000', '173038.979000', '173038.982000', '173038.984000', '173038.987000', '173038.989000', '173038.992000', '173038.995000', '173038.998000', '173058.887000', '173058.890000', '173058.893000', '173058.896000', '173058.898000', '173058.901000', '173058.903000', '173058.906000', '173058.909000', '173058.911000', '173058.914000', '173058.917000', '173058.920000', '173058.922000', '173058.925000', '173058.928000', '173058.930000', '173058.933000', '173058.936000', '173058.939000', '173058.941000', '173058.944000', '173058.947000', '173058.949000', '173058.952000', '173058.955000', '173058.957000', '173058.960000', '173058.962000', '173058.965000', '173058.967000', '173058.970000', '173058.973000', '173058.975000', '173058.978000', '173058.981000', '173058.983000', '173058.986000', '173058.988000', '173058.991000', '173058.993000', '173058.996000', '173059.000000', '173059.004000', '173118.887000', '173118.890000', '173118.893000', '173118.896000', '173118.898000', '173118.901000', '173118.904000', '173118.906000', '173118.909000', '173118.912000', '173118.914000', '173118.917000', '173118.920000', '173118.922000', '173118.925000', '173118.928000', '173118.930000', '173118.933000', '173118.942000', '173118.944000', '173118.947000', '173118.950000', '173118.952000', '173118.955000', '173118.957000', '173118.960000', '173118.963000', '173118.966000', '173118.969000', '173118.971000', '173118.974000', '173118.976000', '173118.979000', '173118.982000', '173118.984000', '173118.987000', '173118.990000', '173118.992000', '173118.995000', '173118.997000', '173119.001000', '173119.004000', '173119.007000', '173138.888000', '173138.890000', '173138.893000', '173138.896000', '173138.898000', '173138.901000', '173138.904000', '173138.906000', '173138.909000', '173138.912000', '173138.914000', '173138.917000', '173138.919000', '173138.922000', '173138.925000', '173138.927000', '173138.930000', '173138.933000', '173138.936000', '173138.939000', '173138.942000', '173138.944000', '173138.947000', '173138.950000', '173138.952000', '173138.955000', '173138.957000', '173138.960000', '173138.962000', '173138.965000', '173138.968000', '173138.970000', '173138.973000', '173138.976000', '173138.978000', '173138.981000', '173138.983000', '173138.986000', '173138.989000', '173138.991000', '173138.994000', '173138.996000', '173139.000000', '173139.003000', '173158.888000', '173158.890000', '173158.893000', '173158.896000', '173158.898000', '173158.901000', '173158.903000', '173158.906000', '173158.909000', '173158.911000', '173158.914000', '173158.916000', '173158.919000', '173158.921000', '173158.924000', '173158.927000', '173158.929000', '173158.932000', '173158.935000', '173158.938000', '173158.940000', '173158.943000', '173158.945000', '173158.948000', '173158.951000', '173158.953000', '173158.956000', '173158.958000', '173158.961000', '173158.964000', '173158.966000', '173158.969000', '173158.972000', '173158.974000', '173158.977000', '173158.980000', '173158.982000', '173158.985000', '173158.987000', '173158.990000', '173158.993000', '173158.996000', '173158.998000', '173218.887000', '173218.890000', '173218.893000', '173218.896000', '173218.898000', '173218.901000', '173218.904000', '173218.907000', '173218.910000', '173218.912000', '173218.915000', '173218.917000', '173218.920000', '173218.923000', '173218.925000', '173218.928000', '173218.931000', '173218.933000', '173218.936000', '173218.938000', '173218.941000', '173218.943000', '173218.946000', '173218.949000', '173218.951000', '173218.954000', '173218.956000', '173218.959000', '173218.962000', '173218.964000', '173218.967000', '173218.970000', '173218.973000', '173218.975000', '173218.978000', '173218.981000', '173218.983000', '173218.986000', '173218.988000', '173218.991000', '173218.993000', '173218.996000', '173219.000000', '173219.002000', '173238.888000', '173238.890000', '173238.893000', '173238.896000', '173238.898000', '173238.901000', '173238.903000', '173238.906000', '173238.909000', '173238.911000', '173238.914000', '173238.916000', '173238.919000', '173238.922000', '173238.924000', '173238.927000', '173238.930000', '173238.932000', '173238.935000', '173238.937000', '173238.940000', '173238.943000', '173238.945000', '173238.948000', '173238.950000', '173238.953000', '173238.956000', '173238.958000', '173238.961000', '173238.963000', '173238.966000', '173238.969000', '173238.971000', '173238.974000', '173238.977000', '173238.979000', '173238.982000', '173238.984000', '173238.987000', '173238.990000', '173238.992000', '173238.995000', '173238.997000', '173258.904000', '173258.907000', '173258.910000', '173258.912000', '173258.915000', '173258.918000', '173258.920000', '173258.923000', '173258.925000', '173258.928000', '173258.930000', '173258.933000', '173258.935000', '173258.938000', '173258.941000', '173258.944000', '173258.946000', '173258.949000', '173258.952000', '173258.955000', '173258.958000', '173258.961000', '173258.964000', '173258.966000', '173258.969000', '173258.971000', '173258.974000', '173258.977000', '173258.979000', '173258.982000', '173258.985000', '173258.987000', '173258.990000', '173258.992000', '173258.995000', '173258.998000', '173259.001000', '173259.004000', '173259.006000', '173259.009000', '173259.011000', '173259.014000', '173259.017000', '173318.888000', '173318.890000', '173318.893000', '173318.896000', '173318.898000', '173318.901000', '173318.903000', '173318.906000', '173318.909000', '173318.911000', '173318.914000', '173318.916000', '173318.919000', '173318.922000', '173318.924000', '173318.927000', '173318.930000', '173318.932000', '173318.935000', '173318.937000', '173318.940000', '173318.943000', '173318.945000', '173318.948000', '173318.950000', '173318.953000', '173318.956000', '173318.958000', '173318.961000', '173318.964000', '173318.966000', '173318.969000', '173318.971000', '173318.974000', '173318.977000', '173318.979000', '173318.982000', '173318.984000', '173318.987000', '173318.990000', '173318.992000', '173318.995000', '173318.997000', '173319.001000', '173338.888000', '173338.890000', '173338.893000', '173338.896000', '173338.899000', '173338.901000', '173338.904000', '173338.906000', '173338.909000', '173338.912000', '173338.914000', '173338.917000', '173338.920000', '173338.922000', '173338.925000', '173338.927000', '173338.930000', '173338.933000', '173338.935000', '173338.938000', '173338.940000', '173338.943000', '173338.945000', '173338.948000', '173338.951000', '173338.953000', '173338.956000', '173338.958000', '173338.961000', '173338.964000', '173338.966000', '173338.969000', '173338.972000', '173338.974000', '173338.977000', '173338.979000', '173338.982000', '173338.984000', '173338.987000', '173338.989000', '173338.992000', '173338.995000', '173338.997000', '173358.887000', '173358.890000', '173358.893000', '173358.896000', '173358.898000', '173358.901000', '173358.904000', '173358.906000', '173358.909000', '173358.911000', '173358.914000', '173358.917000', '173358.919000', '173358.922000', '173358.925000', '173358.927000', '173358.930000', '173358.932000', '173358.935000', '173358.938000', '173358.940000', '173358.943000', '173358.945000', '173358.948000', '173358.951000', '173358.953000', '173358.956000', '173358.958000', '173358.961000', '173358.964000', '173358.966000', '173358.969000', '173358.971000', '173358.974000', '173358.976000', '173358.979000', '173358.982000', '173358.984000', '173358.987000', '173358.989000', '173358.992000', '173358.995000', '173358.997000', '173359.001000', '173418.888000', '173418.891000', '173418.894000', '173418.896000', '173418.899000', '173418.902000', '173418.904000', '173418.907000', '173418.909000', '173418.912000', '173418.914000', '173418.948000', '173418.951000', '173418.953000', '173418.956000', '173418.958000', '173418.961000', '173418.963000', '173418.966000', '173418.969000', '173418.971000', '173418.974000', '173418.976000', '173418.979000', '173418.982000', '173418.984000', '173418.987000', '173418.990000', '173418.992000', '173418.995000', '173418.997000', '173419.001000', '173419.003000', '173419.006000', '173419.009000', '173419.011000', '173419.014000', '173419.016000', '173419.019000', '173419.021000', '173419.024000', '173419.027000', '173419.029000', '173438.887000', '173438.890000', '173438.893000', '173438.895000', '173438.898000', '173438.901000', '173438.903000', '173438.906000', '173438.909000', '173438.911000', '173438.914000', '173438.917000', '173438.919000', '173438.922000', '173438.924000', '173438.927000', '173438.929000', '173438.932000', '173438.935000', '173438.937000', '173438.940000', '173438.942000', '173438.945000', '173438.947000', '173438.950000', '173438.953000', '173438.955000', '173438.958000', '173438.960000', '173438.963000', '173438.965000', '173438.968000', '173438.971000', '173438.973000', '173438.976000', '173438.978000', '173438.981000', '173438.983000', '173438.986000', '173438.989000', '173438.991000', '173438.994000', '173438.997000', '173439.000000', '173458.887000', '173458.890000', '173458.893000', '173458.895000', '173458.898000', '173458.900000', '173458.903000', '173458.906000', '173458.908000', '173458.911000', '173458.913000', '173458.916000', '173458.919000', '173458.921000', '173458.924000', '173458.926000', '173458.929000', '173458.932000', '173458.934000', '173458.937000', '173458.939000', '173458.942000', '173458.945000', '173458.948000', '173458.951000', '173458.954000', '173458.956000', '173458.959000', '173458.961000', '173458.964000', '173458.967000', '173458.969000', '173458.972000', '173458.975000', '173458.977000', '173458.980000', '173458.982000', '173458.985000', '173458.988000', '173458.990000', '173458.993000', '173458.995000', '173458.998000', '173505.831000', '173505.834000', '173505.837000', '173505.840000', '173505.843000', '173505.846000', '173505.848000', '173505.851000', '173505.854000', '173505.858000', '173505.861000', '173505.863000', '173505.866000', '173505.869000', '173505.871000', '173505.874000'], 'InstanceCreationTime': ['172838.923000', '172838.926000', '172838.939000', '172838.942000', '172838.944000', '172838.954000', '172838.957000', '172838.966000', '172838.968000', '172838.971000', '172838.973000', '172838.976000', '172838.978000', '172838.981000', '172838.984000', '172838.986000', '172838.989000', '172838.991000', '172838.994000', '172838.996000', '172839.000000', '172839.003000', '172839.005000', '172839.008000', '172839.011000', '172839.014000', '172839.017000', '172839.019000', '172839.022000', '172839.025000', '172858.888000', '172858.890000', '172858.893000', '172858.895000', '172858.898000', '172858.901000', '172858.903000', '172858.914000', '172858.916000', '172858.919000', '172858.921000', '172858.924000', '172858.927000', '172858.929000', '172858.932000', '172858.934000', '172858.937000', '172858.940000', '172858.942000', '172858.945000', '172858.948000', '172858.951000', '172858.953000', '172858.956000', '172858.959000', '172858.962000', '172858.964000', '172858.967000', '172858.969000', '172858.972000', '172858.975000', '172858.977000', '172858.980000', '172858.982000', '172858.985000', '172858.988000', '172858.990000', '172858.993000', '172858.995000', '172858.998000', '172859.002000', '172859.005000', '172859.008000', '172859.010000', '172918.888000', '172918.890000', '172918.893000', '172918.896000', '172918.902000', '172918.905000', '172918.915000', '172918.918000', '172918.920000', '172918.923000', '172918.926000', '172918.928000', '172918.931000', '172918.934000', '172918.936000', '172918.939000', '172918.942000', '172918.944000', '172918.947000', '172918.950000', '172918.952000', '172918.955000', '172918.957000', '172918.960000', '172918.963000', '172918.965000', '172918.968000', '172918.971000', '172918.974000', '172918.976000', '172918.979000', '172918.981000', '172918.984000', '172918.986000', '172918.989000', '172918.992000', '172918.994000', '172918.997000', '172919.001000', '172919.003000', '172919.006000', '172919.009000', '172919.012000', '172938.887000', '172938.890000', '172938.893000', '172938.903000', '172938.906000', '172938.909000', '172938.911000', '172938.914000', '172938.917000', '172938.919000', '172938.922000', '172938.925000', '172938.927000', '172938.930000', '172938.933000', '172938.936000', '172938.938000', '172938.941000', '172938.944000', '172938.947000', '172938.950000', '172938.952000', '172938.955000', '172938.967000', '172938.970000', '172938.972000', '172938.975000', '172938.978000', '172938.981000', '172938.983000', '172938.986000', '172938.989000', '172938.991000', '172938.994000', '172938.996000', '172939.001000', '172939.004000', '172939.006000', '172939.009000', '172939.012000', '172939.014000', '172939.017000', '172939.020000', '172939.022000', '172958.888000', '172958.890000', '172958.893000', '172958.896000', '172958.898000', '172958.901000', '172958.903000', '172958.906000', '172958.908000', '172958.911000', '172958.914000', '172958.916000', '172958.919000', '172958.922000', '172958.924000', '172958.927000', '172958.929000', '172958.932000', '172958.935000', '172958.938000', '172958.941000', '172958.943000', '172958.946000', '172958.949000', '172958.952000', '172958.955000', '172958.958000', '172958.960000', '172958.963000', '172958.965000', '172958.968000', '172958.971000', '172958.973000', '172958.976000', '172958.979000', '172958.982000', '172958.985000', '172958.987000', '172958.990000', '172958.993000', '172958.995000', '172958.998000', '172959.002000', '173018.887000', '173018.890000', '173018.893000', '173018.895000', '173018.898000', '173018.901000', '173018.904000', '173018.907000', '173018.909000', '173018.912000', '173018.915000', '173018.917000', '173018.920000', '173018.922000', '173018.925000', '173018.928000', '173018.930000', '173018.933000', '173018.935000', '173018.938000', '173018.941000', '173018.943000', '173018.946000', '173018.949000', '173018.951000', '173018.954000', '173018.957000', '173018.959000', '173018.962000', '173018.965000', '173018.967000', '173018.970000', '173018.973000', '173018.975000', '173018.979000', '173018.981000', '173018.984000', '173018.986000', '173018.989000', '173018.992000', '173018.995000', '173018.997000', '173019.001000', '173019.003000', '173038.886000', '173038.889000', '173038.892000', '173038.894000', '173038.897000', '173038.900000', '173038.902000', '173038.905000', '173038.908000', '173038.910000', '173038.913000', '173038.915000', '173038.918000', '173038.921000', '173038.923000', '173038.926000', '173038.929000', '173038.931000', '173038.934000', '173038.937000', '173038.940000', '173038.942000', '173038.945000', '173038.948000', '173038.950000', '173038.953000', '173038.955000', '173038.958000', '173038.961000', '173038.963000', '173038.966000', '173038.968000', '173038.971000', '173038.974000', '173038.976000', '173038.979000', '173038.982000', '173038.984000', '173038.987000', '173038.989000', '173038.992000', '173038.995000', '173038.998000', '173058.887000', '173058.890000', '173058.893000', '173058.896000', '173058.898000', '173058.901000', '173058.903000', '173058.906000', '173058.909000', '173058.911000', '173058.914000', '173058.917000', '173058.920000', '173058.922000', '173058.925000', '173058.928000', '173058.930000', '173058.933000', '173058.936000', '173058.939000', '173058.941000', '173058.944000', '173058.947000', '173058.949000', '173058.952000', '173058.955000', '173058.957000', '173058.960000', '173058.962000', '173058.965000', '173058.967000', '173058.970000', '173058.973000', '173058.975000', '173058.978000', '173058.981000', '173058.983000', '173058.986000', '173058.988000', '173058.991000', '173058.993000', '173058.996000', '173059.000000', '173059.004000', '173118.887000', '173118.890000', '173118.893000', '173118.896000', '173118.898000', '173118.901000', '173118.904000', '173118.906000', '173118.909000', '173118.912000', '173118.914000', '173118.917000', '173118.920000', '173118.922000', '173118.925000', '173118.928000', '173118.930000', '173118.933000', '173118.942000', '173118.944000', '173118.947000', '173118.950000', '173118.952000', '173118.955000', '173118.957000', '173118.960000', '173118.963000', '173118.966000', '173118.969000', '173118.971000', '173118.974000', '173118.976000', '173118.979000', '173118.982000', '173118.984000', '173118.987000', '173118.990000', '173118.992000', '173118.995000', '173118.997000', '173119.001000', '173119.004000', '173119.007000', '173138.888000', '173138.890000', '173138.893000', '173138.896000', '173138.898000', '173138.901000', '173138.904000', '173138.906000', '173138.909000', '173138.912000', '173138.914000', '173138.917000', '173138.919000', '173138.922000', '173138.925000', '173138.927000', '173138.930000', '173138.933000', '173138.936000', '173138.939000', '173138.942000', '173138.944000', '173138.947000', '173138.950000', '173138.952000', '173138.955000', '173138.957000', '173138.960000', '173138.962000', '173138.965000', '173138.968000', '173138.970000', '173138.973000', '173138.976000', '173138.978000', '173138.981000', '173138.983000', '173138.986000', '173138.989000', '173138.991000', '173138.994000', '173138.996000', '173139.000000', '173139.003000', '173158.888000', '173158.890000', '173158.893000', '173158.896000', '173158.898000', '173158.901000', '173158.903000', '173158.906000', '173158.909000', '173158.911000', '173158.914000', '173158.916000', '173158.919000', '173158.921000', '173158.924000', '173158.927000', '173158.929000', '173158.932000', '173158.935000', '173158.938000', '173158.940000', '173158.943000', '173158.945000', '173158.948000', '173158.951000', '173158.953000', '173158.956000', '173158.958000', '173158.961000', '173158.964000', '173158.966000', '173158.969000', '173158.972000', '173158.974000', '173158.977000', '173158.980000', '173158.982000', '173158.985000', '173158.987000', '173158.990000', '173158.993000', '173158.996000', '173158.998000', '173218.887000', '173218.890000', '173218.893000', '173218.896000', '173218.898000', '173218.901000', '173218.904000', '173218.907000', '173218.910000', '173218.912000', '173218.915000', '173218.917000', '173218.920000', '173218.923000', '173218.925000', '173218.928000', '173218.931000', '173218.933000', '173218.936000', '173218.938000', '173218.941000', '173218.943000', '173218.946000', '173218.949000', '173218.951000', '173218.954000', '173218.956000', '173218.959000', '173218.962000', '173218.964000', '173218.967000', '173218.970000', '173218.973000', '173218.975000', '173218.978000', '173218.981000', '173218.983000', '173218.986000', '173218.988000', '173218.991000', '173218.993000', '173218.996000', '173219.000000', '173219.002000', '173238.888000', '173238.890000', '173238.893000', '173238.896000', '173238.898000', '173238.901000', '173238.903000', '173238.906000', '173238.909000', '173238.911000', '173238.914000', '173238.916000', '173238.919000', '173238.922000', '173238.924000', '173238.927000', '173238.930000', '173238.932000', '173238.935000', '173238.937000', '173238.940000', '173238.943000', '173238.945000', '173238.948000', '173238.950000', '173238.953000', '173238.956000', '173238.958000', '173238.961000', '173238.963000', '173238.966000', '173238.969000', '173238.971000', '173238.974000', '173238.977000', '173238.979000', '173238.982000', '173238.984000', '173238.987000', '173238.990000', '173238.992000', '173238.995000', '173238.997000', '173258.904000', '173258.907000', '173258.910000', '173258.912000', '173258.915000', '173258.918000', '173258.920000', '173258.923000', '173258.925000', '173258.928000', '173258.930000', '173258.933000', '173258.935000', '173258.938000', '173258.941000', '173258.944000', '173258.946000', '173258.949000', '173258.952000', '173258.955000', '173258.958000', '173258.961000', '173258.964000', '173258.966000', '173258.969000', '173258.971000', '173258.974000', '173258.977000', '173258.979000', '173258.982000', '173258.985000', '173258.987000', '173258.990000', '173258.992000', '173258.995000', '173258.998000', '173259.001000', '173259.004000', '173259.006000', '173259.009000', '173259.011000', '173259.014000', '173259.017000', '173318.888000', '173318.890000', '173318.893000', '173318.896000', '173318.898000', '173318.901000', '173318.903000', '173318.906000', '173318.909000', '173318.911000', '173318.914000', '173318.916000', '173318.919000', '173318.922000', '173318.924000', '173318.927000', '173318.930000', '173318.932000', '173318.935000', '173318.937000', '173318.940000', '173318.943000', '173318.945000', '173318.948000', '173318.950000', '173318.953000', '173318.956000', '173318.958000', '173318.961000', '173318.964000', '173318.966000', '173318.969000', '173318.971000', '173318.974000', '173318.977000', '173318.979000', '173318.982000', '173318.984000', '173318.987000', '173318.990000', '173318.992000', '173318.995000', '173318.997000', '173319.001000', '173338.888000', '173338.890000', '173338.893000', '173338.896000', '173338.899000', '173338.901000', '173338.904000', '173338.906000', '173338.909000', '173338.912000', '173338.914000', '173338.917000', '173338.920000', '173338.922000', '173338.925000', '173338.927000', '173338.930000', '173338.933000', '173338.935000', '173338.938000', '173338.940000', '173338.943000', '173338.945000', '173338.948000', '173338.951000', '173338.953000', '173338.956000', '173338.958000', '173338.961000', '173338.964000', '173338.966000', '173338.969000', '173338.972000', '173338.974000', '173338.977000', '173338.979000', '173338.982000', '173338.984000', '173338.987000', '173338.989000', '173338.992000', '173338.995000', '173338.997000', '173358.887000', '173358.890000', '173358.893000', '173358.896000', '173358.898000', '173358.901000', '173358.904000', '173358.906000', '173358.909000', '173358.911000', '173358.914000', '173358.917000', '173358.919000', '173358.922000', '173358.925000', '173358.927000', '173358.930000', '173358.932000', '173358.935000', '173358.938000', '173358.940000', '173358.943000', '173358.945000', '173358.948000', '173358.951000', '173358.953000', '173358.956000', '173358.958000', '173358.961000', '173358.964000', '173358.966000', '173358.969000', '173358.971000', '173358.974000', '173358.976000', '173358.979000', '173358.982000', '173358.984000', '173358.987000', '173358.989000', '173358.992000', '173358.995000', '173358.997000', '173359.001000', '173418.888000', '173418.891000', '173418.894000', '173418.896000', '173418.899000', '173418.902000', '173418.904000', '173418.907000', '173418.909000', '173418.912000', '173418.914000', '173418.948000', '173418.951000', '173418.953000', '173418.956000', '173418.958000', '173418.961000', '173418.963000', '173418.966000', '173418.969000', '173418.971000', '173418.974000', '173418.976000', '173418.979000', '173418.982000', '173418.984000', '173418.987000', '173418.990000', '173418.992000', '173418.995000', '173418.997000', '173419.001000', '173419.003000', '173419.006000', '173419.009000', '173419.011000', '173419.014000', '173419.016000', '173419.019000', '173419.021000', '173419.024000', '173419.027000', '173419.029000', '173438.887000', '173438.890000', '173438.893000', '173438.895000', '173438.898000', '173438.901000', '173438.903000', '173438.906000', '173438.909000', '173438.911000', '173438.914000', '173438.917000', '173438.919000', '173438.922000', '173438.924000', '173438.927000', '173438.929000', '173438.932000', '173438.935000', '173438.937000', '173438.940000', '173438.942000', '173438.945000', '173438.947000', '173438.950000', '173438.953000', '173438.955000', '173438.958000', '173438.960000', '173438.963000', '173438.965000', '173438.968000', '173438.971000', '173438.973000', '173438.976000', '173438.978000', '173438.981000', '173438.983000', '173438.986000', '173438.989000', '173438.991000', '173438.994000', '173438.997000', '173439.000000', '173458.887000', '173458.890000', '173458.893000', '173458.895000', '173458.898000', '173458.900000', '173458.903000', '173458.906000', '173458.908000', '173458.911000', '173458.913000', '173458.916000', '173458.919000', '173458.921000', '173458.924000', '173458.926000', '173458.929000', '173458.932000', '173458.934000', '173458.937000', '173458.939000', '173458.942000', '173458.945000', '173458.948000', '173458.951000', '173458.954000', '173458.956000', '173458.959000', '173458.961000', '173458.964000', '173458.967000', '173458.969000', '173458.972000', '173458.975000', '173458.977000', '173458.980000', '173458.982000', '173458.985000', '173458.988000', '173458.990000', '173458.993000', '173458.995000', '173458.998000', '173505.831000', '173505.834000', '173505.837000', '173505.840000', '173505.843000', '173505.846000', '173505.848000', '173505.851000', '173505.854000', '173505.858000', '173505.861000', '173505.863000', '173505.866000', '173505.869000', '173505.871000', '173505.874000'], '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': [10217, 14745, 9001, 14744, 8639, 12962, 9094, 10666, 18631, 11464, 18050, 11494, 14560, 13910, 9587, 19483, 10492, 15706, 9814, 12990, 10125, 8625, 17805, 9332, 16847, 10855, 14024, 9866, 15358, 8273, 12277, 8485, 12216, 8241, 14086, 11234, 12728, 11366, 9794, 13898, 8718, 18516, 10601, 15618, 11048, 13276, 8876, 13113, 8097, 12492, 8668, 12003, 9265, 10447, 8997, 11266, 16142, 11550, 19516, 10480, 15364, 10864, 16596, 10267, 13417, 12960, 9247, 17502, 10727, 15587, 10143, 14387, 8746, 10527, 8508, 11358, 9815, 11358, 9125, 12821, 8954, 12745, 11682, 13434, 12300, 10508, 14602, 10430, 20272, 12099, 16252, 11558, 15403, 9649, 14503, 8721, 12528, 14582, 10969, 18873, 9680, 15261, 10314, 13328, 9375, 12978, 8975, 10028, 14647, 9268, 18204, 12276, 14694, 9756, 13343, 8945, 11729, 17267, 10295, 17674, 10058, 14874, 10080, 15506, 8653, 13436, 9055, 11172, 9534, 9918, 18166, 11825, 17186, 11983, 14289, 13839, 11248, 19589, 12596, 16034, 10940, 12374, 9378, 10692, 19130, 11756, 16907, 10836, 13340, 8906, 12238, 17055, 9883, 18512, 11786, 18136, 10331, 10836, 19546, 10601, 16198, 10261, 13099, 8614, 12266, 8860, 10907, 12997, 8766, 17210, 9953, 14823, 9809, 13779, 10106, 9371, 18179, 10930, 15513, 10010, 13345, 10956, 9130, 18157, 9799, 16176, 11345, 13602, 8720, 11788, 10683, 11176, 17494, 9596, 16423, 10937, 15070, 9192, 14286, 16004, 9429, 18624, 12143, 15743, 10932, 12050, 18519, 9168, 18334, 12026, 14822, 9402, 14473, 8804, 13180, 8327, 13478, 8267, 14596, 9844, 15314, 10644, 11279, 11028, 10647, 19311, 11458, 18583, 12700, 16196, 10139, 14743, 9824, 13979, 9035, 13796, 10301, 11866, 18314, 9304, 17549, 10992, 15251, 10953, 13883, 8303, 12096, 9132, 11423, 17882, 11289, 20029, 10699, 14720, 10859, 16380, 9440, 12271, 8862, 9086, 16334, 9799, 17827, 12148, 15279, 10578, 13835, 9617, 13841, 9784, 14880, 8646, 13105, 8576, 13689, 9483, 14703, 11305, 11922, 19546, 10329, 18619, 12710, 15954, 10991, 16033, 11240, 11977, 19282, 10871, 16794, 10121, 14710, 10093, 15693, 8814, 13231, 9109, 10212, 9115, 10313, 17549, 11787, 18610, 10065, 14310, 10475, 13999, 10159, 14502, 8632, 12858, 8923, 12264, 9252, 12897, 18958, 11776, 21276, 10426, 16130, 11289, 14010, 13620, 12572, 15616, 9472, 18921, 10626, 15702, 11678, 13833, 8823, 12253, 9037, 10585, 18093, 11824, 16760, 11053, 15612, 10567, 14456, 9654, 15420, 8786, 13633, 9546, 11643, 10071, 11867, 18733, 11477, 19963, 10523, 17255, 11365, 17882, 9955, 13880, 13955, 10232, 19881, 10496, 17151, 10526, 14684, 8969, 10691, 9037, 8960, 19576, 12289, 15992, 10771, 13060, 9411, 12572, 8611, 12882, 9380, 11630, 10971, 9090, 19542, 11870, 15148, 10714, 13022, 8583, 12586, 17941, 10233, 18758, 10061, 14065, 9625, 12440, 10041, 10866, 17709, 9040, 16444, 10937, 14015, 9461, 13410, 8948, 10550, 8411, 10413, 17549, 11597, 17171, 11165, 14883, 11032, 16609, 10281, 13577, 14020, 9952, 17884, 11494, 16451, 9764, 13519, 11605, 9725, 19075, 9693, 15554, 10849, 12723, 8686, 10884, 9931, 9461, 18768, 11990, 16089, 11057, 13894, 9584, 15010, 8630, 13250, 9534, 9986, 8347, 12339, 8161, 12336, 8735, 15707, 12363, 17630, 16236, 16673, 8697, 10811, 9515, 12516, 9113, 12235, 15885, 10427, 18287, 13065, 16726, 11704, 14950, 9880, 14890, 14373, 12970, 21285, 11918, 18570, 11770, 16033, 13559, 11256, 21053, 9380, 16099, 9935, 12112, 9124, 9953, 18189, 11079, 13243, 9235, 12053, 8596, 9136, 16667, 9174, 14138, 10004, 12781, 9542, 12774, 8054, 11100, 8563, 11796, 10643, 10764, 15822, 10051, 18560, 11228, 14984, 11092, 16461, 10051, 15625, 9679, 14089, 9752, 17451, 12911, 16536, 12835, 12527, 12843, 16421, 12033, 21822, 12130, 17498, 11368, 15550, 9217, 11674, 9821, 9992, 19441, 10871, 17203, 10624, 14372, 10122, 13383, 9198, 13696, 9004, 10658, 8911, 9564, 10302, 12352, 9451, 9402, 10910, 11518, 8408, 12477, 9290, 15234, 10497, 16210, 10830, 14381, 11576, 13880, 18524, 13043, 21328, 10674, 20585, 10945, 17944, 11619, 14932, 9531, 13323, 9107, 13008, 9073, 14499, 9383, 12895, 9595, 11919, 16341, 11705, 21013, 12672, 17783, 11604, 15018, 9950, 14838, 11791, 12923, 12577, 9196, 18658, 9829, 16187, 11454, 14482, 10148, 13380, 9509, 13681, 9626, 15663, 9036, 13618, 9028, 11959, 18830, 11093, 17293, 11688, 14976, 10140, 14661, 8989, 14417, 8898, 13551, 10506, 11189, 8303, 12989, 9652, 14462, 16010, 13480, 19918, 10855, 18509, 11990, 17511, 11334, 15820, 11650, 12540, 14418, 9833, 18742, 12380, 16871, 11116, 12832, 8485, 11860, 8567, 11902, 11872, 9633, 17945, 10110, 15695, 11125, 14709, 10610, 14892, 8822, 13200, 9501, 13244, 10348, 12716, 14479, 9488, 19227, 10269, 17441, 11903, 15585, 10321, 14449, 9493, 11630, 18928, 10361, 18968, 10145, 14095, 9319, 11978, 19397, 9876, 16154, 9521, 13139, 9097, 12041, 8616, 11125, 9195, 9406, 17234, 9736, 16168, 11097, 14107, 9512, 13509, 9617, 11607, 18306, 11361, 20895, 11730, 18078, 11384, 15672, 10820, 16004, 9475, 13557, 9989, 13010, 10528, 13537, 11983, 10125, 19329, 10167, 16662, 11886, 15207, 10587, 13857, 8742, 14233, 11832, 12867, 16150, 10487, 18232, 10149, 19037, 12716, 21009, 10414, 16961, 9505, 17712, 9823, 17272, 12076, 16697, 11434, 17272, 13343, 12453, 21604, 10369, 18528, 11649, 15886, 11113, 11088, 17194, 9178, 16598, 11205, 13433, 9166, 12286, 8407, 10153, 14921, 10413, 17222, 10207, 15521, 9689, 13052, 9785, 13299, 9843, 14037, 8439, 12281, 19099, 10778, 17055, 11281, 16034, 9619, 12485, 19967, 10545, 19950, 9375, 14557, 9788, 13386, 9830, 13347, 8871, 13230, 8363, 12903, 10606, 13155, 19150, 10154, 18479, 11155, 16669, 11124, 15124, 11171, 11065, 9967, 10935, 16943, 11688, 16864, 9920, 18040, 10357, 16932, 12041, 16570, 11101, 15238, 10644, 15390, 8785, 13898, 11059, 10604, 20926, 10501, 18196, 11251, 13489, 9626, 12889, 9349, 10234, 19986, 10674, 16545, 11511, 14575, 10206, 12870, 9212, 12720, 9660, 14205, 9264, 13334, 9731, 15132, 10639, 16272, 11442, 16073, 9586, 14305, 14000, 11300, 21968, 10992, 17325, 9910, 15685, 8966, 11733], 'WindowCenter': [4386.0, 4402.0, 4336.0, 4387.0, 4324.0, 4374.0, 4334.0, 4344.0, 4394.0, 4341.0, 4389.0, 4352.0, 4373.0, 4357.0, 4320.0, 4379.0, 4315.0, 4353.0, 4315.0, 4332.0, 4308.0, 4295.0, 4367.0, 4301.0, 4362.0, 4323.0, 4341.0, 4316.0, 4357.0, 4302.0, 4342.0, 4320.0, 4349.0, 4307.0, 4355.0, 4337.0, 4357.0, 4345.0, 4324.0, 4354.0, 4318.0, 4387.0, 4330.0, 4365.0, 4352.0, 4375.0, 4315.0, 4348.0, 4297.0, 4352.0, 4316.0, 4346.0, 4313.0, 4338.0, 4312.0, 4339.0, 4365.0, 4333.0, 4373.0, 4321.0, 4351.0, 4320.0, 4363.0, 4325.0, 4355.0, 4344.0, 4305.0, 4368.0, 4337.0, 4379.0, 4338.0, 4374.0, 4304.0, 4325.0, 4298.0, 4336.0, 4327.0, 4333.0, 4329.0, 4354.0, 4312.0, 4342.0, 4357.0, 4356.0, 4344.0, 4324.0, 4357.0, 4324.0, 4385.0, 4335.0, 4367.0, 4335.0, 4360.0, 4327.0, 4355.0, 4299.0, 4330.0, 4356.0, 4321.0, 4372.0, 4325.0, 4365.0, 4328.0, 4342.0, 4313.0, 4359.0, 4318.0, 4328.0, 4355.0, 4312.0, 4375.0, 4356.0, 4370.0, 4331.0, 4358.0, 4319.0, 4347.0, 4392.0, 4327.0, 4376.0, 4329.0, 4353.0, 4322.0, 4354.0, 4302.0, 4374.0, 4314.0, 4345.0, 4327.0, 4326.0, 4400.0, 4348.0, 4394.0, 4351.0, 4372.0, 4362.0, 4336.0, 4392.0, 4346.0, 4369.0, 4326.0, 4344.0, 4317.0, 4339.0, 4386.0, 4335.0, 4364.0, 4339.0, 4343.0, 4317.0, 4344.0, 4367.0, 4322.0, 4379.0, 4338.0, 4379.0, 4317.0, 4321.0, 4371.0, 4312.0, 4351.0, 4317.0, 4334.0, 4301.0, 4331.0, 4306.0, 4326.0, 4348.0, 4314.0, 4379.0, 4331.0, 4370.0, 4331.0, 4361.0, 4329.0, 4319.0, 4379.0, 4332.0, 4365.0, 4328.0, 4350.0, 4322.0, 4315.0, 4374.0, 4324.0, 4363.0, 4333.0, 4345.0, 4305.0, 4345.0, 4328.0, 4334.0, 4378.0, 4328.0, 4379.0, 4339.0, 4366.0, 4324.0, 4372.0, 4363.0, 4312.0, 4386.0, 4349.0, 4369.0, 4326.0, 4333.0, 4375.0, 4312.0, 4372.0, 4331.0, 4352.0, 4314.0, 4352.0, 4310.0, 4348.0, 4303.0, 4356.0, 4308.0, 4369.0, 4328.0, 4371.0, 4328.0, 4332.0, 4321.0, 4328.0, 4384.0, 4335.0, 4380.0, 4346.0, 4370.0, 4323.0, 4357.0, 4310.0, 4345.0, 4302.0, 4342.0, 4326.0, 4340.0, 4378.0, 4312.0, 4374.0, 4322.0, 4353.0, 4320.0, 4340.0, 4296.0, 4332.0, 4316.0, 4332.0, 4378.0, 4334.0, 4388.0, 4327.0, 4352.0, 4324.0, 4368.0, 4318.0, 4349.0, 4316.0, 4314.0, 4373.0, 4323.0, 4374.0, 4351.0, 4364.0, 4339.0, 4353.0, 4331.0, 4358.0, 4329.0, 4370.0, 4320.0, 4353.0, 4316.0, 4362.0, 4330.0, 4370.0, 4339.0, 4352.0, 4384.0, 4323.0, 4389.0, 4344.0, 4365.0, 4326.0, 4363.0, 4319.0, 4338.0, 4371.0, 4323.0, 4369.0, 4311.0, 4352.0, 4325.0, 4350.0, 4305.0, 4346.0, 4301.0, 4309.0, 4304.0, 4310.0, 4376.0, 4343.0, 4379.0, 4322.0, 4354.0, 4328.0, 4360.0, 4324.0, 4370.0, 4307.0, 4344.0, 4315.0, 4345.0, 4330.0, 4360.0, 4386.0, 4366.0, 4399.0, 4328.0, 4364.0, 4333.0, 4356.0, 4341.0, 4346.0, 4351.0, 4312.0, 4373.0, 4325.0, 4350.0, 4320.0, 4346.0, 4301.0, 4330.0, 4304.0, 4324.0, 4377.0, 4334.0, 4363.0, 4336.0, 4368.0, 4328.0, 4359.0, 4328.0, 4369.0, 4308.0, 4357.0, 4316.0, 4338.0, 4328.0, 4345.0, 4386.0, 4335.0, 4391.0, 4324.0, 4375.0, 4337.0, 4376.0, 4311.0, 4355.0, 4346.0, 4317.0, 4380.0, 4308.0, 4361.0, 4309.0, 4341.0, 4294.0, 4310.0, 4287.0, 4305.0, 4383.0, 4336.0, 4362.0, 4320.0, 4347.0, 4312.0, 4329.0, 4301.0, 4344.0, 4313.0, 4345.0, 4338.0, 4314.0, 4385.0, 4345.0, 4364.0, 4324.0, 4349.0, 4302.0, 4344.0, 4379.0, 4324.0, 4375.0, 4318.0, 4357.0, 4311.0, 4347.0, 4326.0, 4335.0, 4373.0, 4308.0, 4368.0, 4321.0, 4353.0, 4314.0, 4344.0, 4302.0, 4326.0, 4290.0, 4323.0, 4373.0, 4335.0, 4375.0, 4334.0, 4357.0, 4326.0, 4364.0, 4322.0, 4350.0, 4346.0, 4313.0, 4364.0, 4320.0, 4363.0, 4311.0, 4343.0, 4324.0, 4298.0, 4370.0, 4310.0, 4354.0, 4319.0, 4331.0, 4290.0, 4319.0, 4310.0, 4311.0, 4373.0, 4336.0, 4364.0, 4323.0, 4346.0, 4310.0, 4357.0, 4302.0, 4345.0, 4331.0, 4322.0, 4301.0, 4342.0, 4302.0, 4358.0, 4317.0, 4375.0, 4344.0, 4379.0, 4369.0, 4349.0, 4296.0, 4319.0, 4322.0, 4340.0, 4300.0, 4332.0, 4362.0, 4323.0, 4380.0, 4354.0, 4362.0, 4330.0, 4348.0, 4296.0, 4338.0, 4342.0, 4328.0, 4369.0, 4306.0, 4348.0, 4306.0, 4339.0, 4316.0, 4292.0, 4345.0, 4272.0, 4319.0, 4278.0, 4300.0, 4270.0, 4282.0, 4342.0, 4303.0, 4326.0, 4284.0, 4313.0, 4270.0, 4281.0, 4331.0, 4282.0, 4325.0, 4307.0, 4328.0, 4310.0, 4340.0, 4289.0, 4330.0, 4303.0, 4330.0, 4326.0, 4332.0, 4361.0, 4326.0, 4387.0, 4348.0, 4365.0, 4347.0, 4388.0, 4337.0, 4377.0, 4337.0, 4371.0, 4343.0, 4388.0, 4365.0, 4392.0, 4358.0, 4356.0, 4359.0, 4382.0, 4343.0, 4394.0, 4336.0, 4366.0, 4319.0, 4350.0, 4297.0, 4319.0, 4309.0, 4310.0, 4368.0, 4320.0, 4360.0, 4308.0, 4337.0, 4306.0, 4343.0, 4297.0, 4355.0, 4306.0, 4324.0, 4298.0, 4296.0, 4311.0, 4328.0, 4313.0, 4314.0, 4323.0, 4331.0, 4304.0, 4355.0, 4323.0, 4376.0, 4335.0, 4381.0, 4334.0, 4365.0, 4337.0, 4356.0, 4386.0, 4359.0, 4393.0, 4321.0, 4382.0, 4321.0, 4373.0, 4333.0, 4353.0, 4310.0, 4345.0, 4300.0, 4342.0, 4312.0, 4363.0, 4312.0, 4342.0, 4310.0, 4332.0, 4377.0, 4342.0, 4394.0, 4345.0, 4372.0, 4336.0, 4351.0, 4311.0, 4351.0, 4330.0, 4342.0, 4329.0, 4304.0, 4370.0, 4314.0, 4349.0, 4332.0, 4350.0, 4321.0, 4341.0, 4322.0, 4357.0, 4325.0, 4380.0, 4319.0, 4355.0, 4311.0, 4331.0, 4382.0, 4331.0, 4362.0, 4335.0, 4350.0, 4320.0, 4350.0, 4326.0, 4365.0, 4310.0, 4340.0, 4320.0, 4330.0, 4300.0, 4341.0, 4316.0, 4356.0, 4362.0, 4353.0, 4381.0, 4325.0, 4372.0, 4330.0, 4361.0, 4323.0, 4352.0, 4323.0, 4330.0, 4342.0, 4308.0, 4371.0, 4328.0, 4349.0, 4317.0, 4328.0, 4287.0, 4328.0, 4303.0, 4329.0, 4323.0, 4299.0, 4359.0, 4309.0, 4351.0, 4331.0, 4352.0, 4321.0, 4352.0, 4299.0, 4340.0, 4310.0, 4342.0, 4320.0, 4342.0, 4345.0, 4309.0, 4371.0, 4321.0, 4373.0, 4331.0, 4349.0, 4323.0, 4351.0, 4309.0, 4332.0, 4369.0, 4307.0, 4357.0, 4318.0, 4340.0, 4314.0, 4342.0, 4381.0, 4322.0, 4360.0, 4309.0, 4326.0, 4298.0, 4328.0, 4300.0, 4331.0, 4308.0, 4310.0, 4370.0, 4321.0, 4377.0, 4332.0, 4352.0, 4311.0, 4353.0, 4310.0, 4343.0, 4372.0, 4333.0, 4388.0, 4332.0, 4365.0, 4330.0, 4351.0, 4324.0, 4351.0, 4313.0, 4339.0, 4308.0, 4342.0, 4320.0, 4352.0, 4329.0, 4324.0, 4381.0, 4321.0, 4373.0, 4343.0, 4364.0, 4337.0, 4353.0, 4300.0, 4352.0, 4330.0, 4354.0, 4365.0, 4323.0, 4370.0, 4337.0, 4397.0, 4361.0, 4395.0, 4333.0, 4372.0, 4321.0, 4370.0, 4321.0, 4374.0, 4343.0, 4378.0, 4330.0, 4366.0, 4338.0, 4329.0, 4383.0, 4307.0, 4360.0, 4316.0, 4347.0, 4304.0, 4305.0, 4343.0, 4283.0, 4351.0, 4305.0, 4327.0, 4288.0, 4320.0, 4273.0, 4306.0, 4347.0, 4307.0, 4360.0, 4308.0, 4347.0, 4307.0, 4340.0, 4321.0, 4358.0, 4324.0, 4352.0, 4301.0, 4356.0, 4396.0, 4334.0, 4380.0, 4332.0, 4363.0, 4310.0, 4342.0, 4381.0, 4328.0, 4381.0, 4310.0, 4350.0, 4324.0, 4353.0, 4321.0, 4352.0, 4312.0, 4357.0, 4312.0, 4359.0, 4333.0, 4354.0, 4383.0, 4322.0, 4373.0, 4332.0, 4362.0, 4333.0, 4359.0, 4320.0, 4324.0, 4314.0, 4319.0, 4360.0, 4331.0, 4364.0, 4320.0, 4370.0, 4322.0, 4373.0, 4342.0, 4376.0, 4335.0, 4349.0, 4321.0, 4362.0, 4298.0, 4340.0, 4318.0, 4307.0, 4367.0, 4307.0, 4370.0, 4317.0, 4327.0, 4295.0, 4326.0, 4295.0, 4309.0, 4369.0, 4308.0, 4359.0, 4330.0, 4336.0, 4306.0, 4327.0, 4298.0, 4327.0, 4310.0, 4349.0, 4310.0, 4349.0, 4328.0, 4364.0, 4333.0, 4374.0, 4343.0, 4365.0, 4316.0, 4352.0, 4351.0, 4325.0, 4380.0, 4319.0, 4348.0, 4296.0, 4346.0, 4297.0, 4317.0], 'WindowWidth': [9669.0, 9680.0, 9583.0, 9653.0, 9560.0, 9630.0, 9574.0, 9585.0, 9659.0, 9577.0, 9652.0, 9592.0, 9626.0, 9593.0, 9545.0, 9635.0, 9531.0, 9588.0, 9532.0, 9555.0, 9515.0, 9504.0, 9607.0, 9511.0, 9596.0, 9544.0, 9566.0, 9535.0, 9593.0, 9515.0, 9572.0, 9547.0, 9585.0, 9527.0, 9595.0, 9569.0, 9600.0, 9578.0, 9550.0, 9588.0, 9546.0, 9644.0, 9560.0, 9609.0, 9598.0, 9634.0, 9539.0, 9581.0, 9512.0, 9593.0, 9540.0, 9583.0, 9532.0, 9570.0, 9531.0, 9572.0, 9604.0, 9559.0, 9618.0, 9540.0, 9583.0, 9535.0, 9599.0, 9549.0, 9596.0, 9575.0, 9519.0, 9616.0, 9567.0, 9636.0, 9576.0, 9628.0, 9518.0, 9552.0, 9506.0, 9564.0, 9555.0, 9562.0, 9562.0, 9591.0, 9534.0, 9573.0, 9599.0, 9596.0, 9575.0, 9547.0, 9591.0, 9547.0, 9640.0, 9564.0, 9618.0, 9562.0, 9603.0, 9561.0, 9594.0, 9508.0, 9549.0, 9589.0, 9540.0, 9614.0, 9551.0, 9606.0, 9554.0, 9571.0, 9535.0, 9599.0, 9543.0, 9556.0, 9591.0, 9529.0, 9622.0, 9599.0, 9618.0, 9563.0, 9600.0, 9548.0, 9584.0, 9650.0, 9557.0, 9629.0, 9558.0, 9590.0, 9545.0, 9589.0, 9517.0, 9629.0, 9538.0, 9581.0, 9556.0, 9556.0, 9667.0, 9589.0, 9661.0, 9594.0, 9627.0, 9605.0, 9565.0, 9660.0, 9581.0, 9618.0, 9551.0, 9576.0, 9539.0, 9572.0, 9639.0, 9563.0, 9608.0, 9571.0, 9574.0, 9538.0, 9575.0, 9606.0, 9544.0, 9635.0, 9569.0, 9626.0, 9536.0, 9539.0, 9612.0, 9526.0, 9584.0, 9537.0, 9558.0, 9512.0, 9555.0, 9524.0, 9552.0, 9583.0, 9536.0, 9628.0, 9564.0, 9619.0, 9563.0, 9607.0, 9559.0, 9546.0, 9633.0, 9559.0, 9609.0, 9555.0, 9589.0, 9544.0, 9535.0, 9620.0, 9548.0, 9605.0, 9560.0, 9576.0, 9521.0, 9579.0, 9556.0, 9563.0, 9627.0, 9556.0, 9631.0, 9574.0, 9611.0, 9551.0, 9621.0, 9600.0, 9531.0, 9644.0, 9584.0, 9615.0, 9552.0, 9560.0, 9617.0, 9528.0, 9617.0, 9553.0, 9584.0, 9532.0, 9584.0, 9527.0, 9584.0, 9521.0, 9592.0, 9531.0, 9617.0, 9559.0, 9621.0, 9556.0, 9558.0, 9541.0, 9553.0, 9637.0, 9564.0, 9635.0, 9580.0, 9621.0, 9546.0, 9594.0, 9524.0, 9575.0, 9514.0, 9571.0, 9552.0, 9574.0, 9623.0, 9530.0, 9623.0, 9543.0, 9587.0, 9537.0, 9565.0, 9508.0, 9556.0, 9537.0, 9557.0, 9626.0, 9561.0, 9644.0, 9552.0, 9586.0, 9548.0, 9609.0, 9542.0, 9587.0, 9538.0, 9535.0, 9617.0, 9547.0, 9621.0, 9590.0, 9607.0, 9573.0, 9588.0, 9563.0, 9598.0, 9560.0, 9620.0, 9548.0, 9590.0, 9540.0, 9607.0, 9562.0, 9618.0, 9573.0, 9592.0, 9635.0, 9549.0, 9651.0, 9577.0, 9610.0, 9550.0, 9602.0, 9536.0, 9567.0, 9609.0, 9545.0, 9618.0, 9526.0, 9585.0, 9547.0, 9580.0, 9519.0, 9577.0, 9513.0, 9523.0, 9516.0, 9524.0, 9621.0, 9574.0, 9629.0, 9544.0, 9590.0, 9556.0, 9602.0, 9549.0, 9617.0, 9530.0, 9578.0, 9538.0, 9579.0, 9562.0, 9602.0, 9640.0, 9622.0, 9668.0, 9555.0, 9604.0, 9559.0, 9596.0, 9567.0, 9578.0, 9580.0, 9526.0, 9618.0, 9547.0, 9581.0, 9537.0, 9576.0, 9512.0, 9551.0, 9517.0, 9548.0, 9626.0, 9561.0, 9604.0, 9566.0, 9612.0, 9555.0, 9601.0, 9557.0, 9614.0, 9530.0, 9596.0, 9540.0, 9569.0, 9555.0, 9578.0, 9638.0, 9565.0, 9652.0, 9549.0, 9625.0, 9569.0, 9625.0, 9529.0, 9594.0, 9576.0, 9537.0, 9636.0, 9517.0, 9596.0, 9519.0, 9565.0, 9501.0, 9521.0, 9488.0, 9520.0, 9632.0, 9563.0, 9599.0, 9540.0, 9580.0, 9529.0, 9550.0, 9515.0, 9574.0, 9533.0, 9579.0, 9569.0, 9538.0, 9640.0, 9580.0, 9607.0, 9550.0, 9587.0, 9517.0, 9576.0, 9625.0, 9548.0, 9626.0, 9541.0, 9595.0, 9528.0, 9580.0, 9551.0, 9564.0, 9613.0, 9528.0, 9613.0, 9542.0, 9588.0, 9534.0, 9577.0, 9516.0, 9551.0, 9498.0, 9546.0, 9617.0, 9566.0, 9624.0, 9561.0, 9596.0, 9552.0, 9604.0, 9543.0, 9588.0, 9576.0, 9529.0, 9609.0, 9538.0, 9603.0, 9525.0, 9573.0, 9542.0, 9504.0, 9608.0, 9522.0, 9588.0, 9533.0, 9553.0, 9495.0, 9534.0, 9521.0, 9527.0, 9618.0, 9562.0, 9606.0, 9545.0, 9578.0, 9524.0, 9595.0, 9515.0, 9580.0, 9563.0, 9545.0, 9514.0, 9573.0, 9519.0, 9602.0, 9546.0, 9624.0, 9575.0, 9636.0, 9614.0, 9573.0, 9503.0, 9537.0, 9544.0, 9568.0, 9509.0, 9556.0, 9596.0, 9546.0, 9636.0, 9591.0, 9602.0, 9550.0, 9575.0, 9498.0, 9559.0, 9562.0, 9543.0, 9607.0, 9510.0, 9579.0, 9507.0, 9561.0, 9522.0, 9486.0, 9561.0, 9454.0, 9518.0, 9460.0, 9493.0, 9452.0, 9471.0, 9560.0, 9500.0, 9540.0, 9478.0, 9517.0, 9453.0, 9470.0, 9538.0, 9474.0, 9536.0, 9518.0, 9547.0, 9524.0, 9564.0, 9495.0, 9551.0, 9519.0, 9553.0, 9552.0, 9557.0, 9596.0, 9551.0, 9645.0, 9589.0, 9610.0, 9587.0, 9646.0, 9575.0, 9629.0, 9575.0, 9621.0, 9587.0, 9645.0, 9616.0, 9649.0, 9601.0, 9596.0, 9602.0, 9634.0, 9572.0, 9653.0, 9563.0, 9612.0, 9536.0, 9581.0, 9503.0, 9535.0, 9518.0, 9523.0, 9602.0, 9536.0, 9595.0, 9518.0, 9557.0, 9514.0, 9571.0, 9504.0, 9591.0, 9523.0, 9548.0, 9508.0, 9499.0, 9522.0, 9546.0, 9529.0, 9532.0, 9545.0, 9556.0, 9523.0, 9593.0, 9549.0, 9625.0, 9568.0, 9638.0, 9563.0, 9607.0, 9567.0, 9596.0, 9635.0, 9601.0, 9646.0, 9541.0, 9634.0, 9540.0, 9618.0, 9561.0, 9588.0, 9524.0, 9574.0, 9513.0, 9573.0, 9531.0, 9602.0, 9531.0, 9571.0, 9527.0, 9557.0, 9625.0, 9571.0, 9653.0, 9577.0, 9618.0, 9563.0, 9584.0, 9529.0, 9585.0, 9550.0, 9569.0, 9545.0, 9517.0, 9610.0, 9532.0, 9580.0, 9555.0, 9581.0, 9542.0, 9567.0, 9545.0, 9596.0, 9557.0, 9634.0, 9543.0, 9592.0, 9527.0, 9555.0, 9628.0, 9553.0, 9601.0, 9561.0, 9579.0, 9537.0, 9580.0, 9560.0, 9609.0, 9527.0, 9568.0, 9539.0, 9553.0, 9513.0, 9569.0, 9537.0, 9593.0, 9599.0, 9587.0, 9624.0, 9547.0, 9619.0, 9549.0, 9599.0, 9542.0, 9587.0, 9540.0, 9549.0, 9563.0, 9518.0, 9616.0, 9541.0, 9576.0, 9529.0, 9545.0, 9490.0, 9545.0, 9514.0, 9546.0, 9540.0, 9506.0, 9593.0, 9522.0, 9583.0, 9553.0, 9585.0, 9543.0, 9584.0, 9509.0, 9566.0, 9526.0, 9571.0, 9538.0, 9569.0, 9574.0, 9522.0, 9613.0, 9542.0, 9618.0, 9553.0, 9579.0, 9544.0, 9583.0, 9522.0, 9556.0, 9604.0, 9514.0, 9590.0, 9533.0, 9566.0, 9533.0, 9572.0, 9624.0, 9546.0, 9595.0, 9523.0, 9542.0, 9506.0, 9547.0, 9511.0, 9554.0, 9521.0, 9526.0, 9609.0, 9543.0, 9626.0, 9560.0, 9587.0, 9530.0, 9589.0, 9525.0, 9574.0, 9614.0, 9559.0, 9644.0, 9557.0, 9607.0, 9550.0, 9584.0, 9547.0, 9583.0, 9528.0, 9563.0, 9521.0, 9572.0, 9540.0, 9585.0, 9551.0, 9546.0, 9624.0, 9542.0, 9621.0, 9576.0, 9608.0, 9568.0, 9589.0, 9513.0, 9586.0, 9552.0, 9591.0, 9603.0, 9544.0, 9609.0, 9571.0, 9663.0, 9608.0, 9654.0, 9565.0, 9614.0, 9544.0, 9610.0, 9543.0, 9623.0, 9574.0, 9629.0, 9553.0, 9609.0, 9558.0, 9548.0, 9628.0, 9514.0, 9598.0, 9525.0, 9572.0, 9504.0, 9508.0, 9557.0, 9476.0, 9581.0, 9509.0, 9543.0, 9487.0, 9534.0, 9465.0, 9513.0, 9572.0, 9516.0, 9593.0, 9519.0, 9572.0, 9520.0, 9568.0, 9544.0, 9597.0, 9552.0, 9588.0, 9517.0, 9598.0, 9651.0, 9563.0, 9637.0, 9559.0, 9602.0, 9526.0, 9573.0, 9623.0, 9556.0, 9629.0, 9525.0, 9580.0, 9551.0, 9589.0, 9545.0, 9586.0, 9534.0, 9597.0, 9532.0, 9603.0, 9564.0, 9591.0, 9631.0, 9546.0, 9623.0, 9560.0, 9604.0, 9559.0, 9602.0, 9538.0, 9546.0, 9533.0, 9536.0, 9594.0, 9554.0, 9602.0, 9538.0, 9610.0, 9545.0, 9621.0, 9573.0, 9625.0, 9564.0, 9579.0, 9542.0, 9600.0, 9508.0, 9568.0, 9531.0, 9515.0, 9599.0, 9515.0, 9613.0, 9529.0, 9545.0, 9497.0, 9540.0, 9496.0, 9521.0, 9606.0, 9517.0, 9593.0, 9551.0, 9555.0, 9513.0, 9545.0, 9507.0, 9545.0, 9527.0, 9579.0, 9528.0, 9580.0, 9561.0, 9608.0, 9565.0, 9622.0, 9577.0, 9611.0, 9537.0, 9586.0, 9583.0, 9548.0, 9626.0, 9536.0, 9580.0, 9499.0, 9567.0, 9504.0, 9530.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.0007497588978185991</td></tr>
<tr><td colspan=3>aqi</td><td>0.02671809460390356</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.53433063540227</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2201575703793095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.975841942839079</td></tr>
<tr><td colspan=3>efc</td><td>0.5035</td></tr>
<tr><td colspan=3>fber</td><td>4066.3301</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11979593267182358</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.75889781859931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.590205942048602</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.513553394617672</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.866149658938394</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3909147725897406</td></tr>
<tr><td colspan=3>gcor</td><td>0.00828435</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012262030504643917</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02595624513924122</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.913066422684541</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>22.1441</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.9992</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.04</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297575.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1227.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.8605</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4695</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.2719</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3486.1098</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.9885</td></tr>
<tr><td colspan=3>tsnr</td><td>36.7823722679168</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>