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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-06_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-06_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-0039/ses-04/func/sub-0039_ses-04_task-social_acq-mb8_run-06_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>ec3ae3ae4f2345657a26704ffbc79dcd</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:30:9.765000</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.998958, -0.0162662, 0.0426301, 0.00819466, 0.983064, 0.183078]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0962711</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7773, -7249, 667, -72, -261, 14, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>baf97d0a-b3e1-4b7e-b367-f1761942574c||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.6801326274871826, 0.021985670551657677, 0.12119261175394058, 104.37203979492188], [0.043641120195388794, 2.6374895572662354, 0.49285194277763367, -104.29890441894531], [0.11437354236841202, -0.491184264421463, 2.651869058609009, -51.046836853027344], [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': ['173009.765000', '173010.225000', '173010.685000', '173011.145000', '173011.605000', '173012.065000', '173012.525000', '173012.985000', '173013.445000', '173013.905000', '173014.365000', '173014.825000', '173015.285000', '173015.745000', '173016.205000', '173016.665000', '173017.125000', '173017.585000', '173018.045000', '173018.505000', '173018.965000', '173019.425000', '173019.885000', '173020.345000', '173020.805000', '173021.265000', '173021.725000', '173022.185000', '173022.645000', '173023.105000', '173023.565000', '173024.025000', '173024.485000', '173024.945000', '173025.405000', '173025.865000', '173026.325000', '173026.785000', '173027.245000', '173027.705000', '173028.165000', '173028.625000', '173029.085000', '173029.545000', '173030.005000', '173030.465000', '173030.925000', '173031.385000', '173031.845000', '173032.305000', '173032.765000', '173033.225000', '173033.685000', '173034.145000', '173034.605000', '173035.065000', '173035.525000', '173035.985000', '173036.445000', '173036.905000', '173037.365000', '173037.825000', '173038.285000', '173038.745000', '173039.205000', '173039.665000', '173040.125000', '173040.585000', '173041.045000', '173041.505000', '173041.965000', '173042.425000', '173042.885000', '173043.345000', '173043.805000', '173044.265000', '173044.725000', '173045.185000', '173045.645000', '173046.105000', '173046.565000', '173047.025000', '173047.485000', '173047.945000', '173048.405000', '173048.865000', '173049.325000', '173049.785000', '173050.245000', '173050.705000', '173051.165000', '173051.625000', '173052.085000', '173052.545000', '173053.005000', '173053.465000', '173053.925000', '173054.385000', '173054.845000', '173055.305000', '173055.765000', '173056.225000', '173056.685000', '173057.145000', '173057.605000', '173058.065000', '173058.525000', '173058.985000', '173059.445000', '173059.905000', '173100.365000', '173100.825000', '173101.285000', '173101.745000', '173102.205000', '173102.665000', '173103.125000', '173103.585000', '173104.045000', '173104.505000', '173104.965000', '173105.425000', '173105.885000', '173106.345000', '173106.805000', '173107.265000', '173107.725000', '173108.185000', '173108.645000', '173109.105000', '173109.565000', '173110.025000', '173110.485000', '173110.945000', '173111.405000', '173111.865000', '173112.325000', '173112.785000', '173113.245000', '173113.705000', '173114.165000', '173114.625000', '173115.085000', '173115.545000', '173116.005000', '173116.465000', '173116.925000', '173117.385000', '173117.845000', '173118.305000', '173118.765000', '173119.225000', '173119.685000', '173120.145000', '173120.605000', '173121.065000', '173121.525000', '173121.985000', '173122.445000', '173122.905000', '173123.365000', '173123.825000', '173124.285000', '173124.745000', '173125.205000', '173125.665000', '173126.125000', '173126.585000', '173127.045000', '173127.505000', '173127.965000', '173128.425000', '173128.885000', '173129.345000', '173129.805000', '173130.265000', '173130.725000', '173131.185000', '173131.645000', '173132.105000', '173132.565000', '173133.025000', '173133.485000', '173133.945000', '173134.405000', '173134.865000', '173135.325000', '173135.785000', '173136.245000', '173136.705000', '173137.165000', '173137.625000', '173138.085000', '173138.545000', '173139.005000', '173139.465000', '173139.925000', '173140.385000', '173140.845000', '173141.305000', '173141.765000', '173142.225000', '173142.685000', '173143.145000', '173143.605000', '173144.065000', '173144.525000', '173144.985000', '173145.445000', '173145.905000', '173146.365000', '173146.825000', '173147.285000', '173147.745000', '173148.205000', '173148.665000', '173149.125000', '173149.585000', '173150.045000', '173150.505000', '173150.965000', '173151.425000', '173151.885000', '173152.345000', '173152.805000', '173153.265000', '173153.725000', '173154.185000', '173154.645000', '173155.105000', '173155.565000', '173156.025000', '173156.485000', '173156.945000', '173157.405000', '173157.865000', '173158.325000', '173158.785000', '173159.245000', '173159.705000', '173200.165000', '173200.625000', '173201.085000', '173201.545000', '173202.005000', '173202.465000', '173202.925000', '173203.385000', '173203.845000', '173204.305000', '173204.765000', '173205.225000', '173205.685000', '173206.145000', '173206.605000', '173207.065000', '173207.525000', '173207.985000', '173208.445000', '173208.905000', '173209.365000', '173209.825000', '173210.285000', '173210.745000', '173211.205000', '173211.665000', '173212.125000', '173212.585000', '173213.045000', '173213.505000', '173213.965000', '173214.425000', '173214.885000', '173215.345000', '173215.805000', '173216.265000', '173216.725000', '173217.185000', '173217.645000', '173218.105000', '173218.565000', '173219.025000', '173219.485000', '173219.945000', '173220.405000', '173220.865000', '173221.325000', '173221.785000', '173222.245000', '173222.705000', '173223.165000', '173223.625000', '173224.085000', '173224.545000', '173225.005000', '173225.465000', '173225.925000', '173226.385000', '173226.845000', '173227.305000', '173227.765000', '173228.225000', '173228.685000', '173229.145000', '173229.605000', '173230.065000', '173230.525000', '173230.985000', '173231.445000', '173231.905000', '173232.365000', '173232.825000', '173233.285000', '173233.745000', '173234.205000', '173234.665000', '173235.125000', '173235.585000', '173236.045000', '173236.505000', '173236.965000', '173237.425000', '173237.885000', '173238.345000', '173238.805000', '173239.265000', '173239.725000', '173240.185000', '173240.645000', '173241.105000', '173241.565000', '173242.025000', '173242.485000', '173242.945000', '173243.405000', '173243.865000', '173244.325000', '173244.785000', '173245.245000', '173245.705000', '173246.165000', '173246.625000', '173247.085000', '173247.545000', '173248.005000', '173248.465000', '173248.925000', '173249.385000', '173249.845000', '173250.305000', '173250.765000', '173251.225000', '173251.685000', '173252.145000', '173252.605000', '173253.065000', '173253.525000', '173253.985000', '173254.445000', '173254.905000', '173255.365000', '173255.825000', '173256.285000', '173256.745000', '173257.205000', '173257.665000', '173258.125000', '173258.585000', '173259.045000', '173259.505000', '173259.965000', '173300.425000', '173300.885000', '173301.345000', '173301.805000', '173302.265000', '173302.725000', '173303.185000', '173303.645000', '173304.105000', '173304.565000', '173305.025000', '173305.485000', '173305.945000', '173306.405000', '173306.865000', '173307.325000', '173307.785000', '173308.245000', '173308.705000', '173309.165000', '173309.625000', '173310.085000', '173310.545000', '173311.005000', '173311.465000', '173311.925000', '173312.385000', '173312.845000', '173313.305000', '173313.765000', '173314.225000', '173314.685000', '173315.145000', '173315.605000', '173316.065000', '173316.525000', '173316.985000', '173317.445000', '173317.905000', '173318.365000', '173318.825000', '173319.285000', '173319.745000', '173320.205000', '173320.665000', '173321.125000', '173321.585000', '173322.045000', '173322.505000', '173322.965000', '173323.425000', '173323.885000', '173324.345000', '173324.805000', '173325.265000', '173325.725000', '173326.185000', '173326.645000', '173327.105000', '173327.565000', '173328.025000', '173328.485000', '173328.945000', '173329.405000', '173329.865000', '173330.325000', '173330.785000', '173331.245000', '173331.705000', '173332.165000', '173332.625000', '173333.085000', '173333.545000', '173334.005000', '173334.465000', '173334.925000', '173335.385000', '173335.845000', '173336.305000', '173336.765000', '173337.225000', '173337.685000', '173338.145000', '173338.605000', '173339.065000', '173339.525000', '173339.985000', '173340.445000', '173340.905000', '173341.365000', '173341.825000', '173342.285000', '173342.745000', '173343.205000', '173343.665000', '173344.125000', '173344.585000', '173345.045000', '173345.505000', '173345.965000', '173346.425000', '173346.885000', '173347.345000', '173347.805000', '173348.265000', '173348.725000', '173349.185000', '173349.645000', '173350.105000', '173350.565000', '173351.025000', '173351.485000', '173351.945000', '173352.405000', '173352.865000', '173353.325000', '173353.785000', '173354.245000', '173354.705000', '173355.165000', '173355.625000', '173356.085000', '173356.545000', '173357.005000', '173357.465000', '173357.925000', '173358.385000', '173358.845000', '173359.305000', '173359.765000', '173400.225000', '173400.685000', '173401.145000', '173401.605000', '173402.065000', '173402.525000', '173402.985000', '173403.445000', '173403.905000', '173404.365000', '173404.825000', '173405.285000', '173405.745000', '173406.205000', '173406.665000', '173407.125000', '173407.585000', '173408.045000', '173408.505000', '173408.965000', '173409.425000', '173409.885000', '173410.345000', '173410.805000', '173411.265000', '173411.725000', '173412.185000', '173412.645000', '173413.105000', '173413.565000', '173414.025000', '173414.485000', '173414.945000', '173415.405000', '173415.865000', '173416.325000', '173416.785000', '173417.245000', '173417.705000', '173418.165000', '173418.625000', '173419.085000', '173419.545000', '173420.005000', '173420.465000', '173420.925000', '173421.385000', '173421.845000', '173422.305000', '173422.765000', '173423.225000', '173423.685000', '173424.145000', '173424.605000', '173425.065000', '173425.525000', '173425.985000', '173426.445000', '173426.905000', '173427.365000', '173427.825000', '173428.285000', '173428.745000', '173429.205000', '173429.665000', '173430.125000', '173430.585000', '173431.045000', '173431.505000', '173431.965000', '173432.425000', '173432.885000', '173433.345000', '173433.805000', '173434.265000', '173434.725000', '173435.185000', '173435.645000', '173436.105000', '173436.565000', '173437.025000', '173437.485000', '173437.945000', '173438.405000', '173438.865000', '173439.325000', '173439.785000', '173440.245000', '173440.705000', '173441.165000', '173441.625000', '173442.085000', '173442.545000', '173443.005000', '173443.465000', '173443.925000', '173444.385000', '173444.845000', '173445.305000', '173445.765000', '173446.225000', '173446.685000', '173447.145000', '173447.605000', '173448.065000', '173448.525000', '173448.985000', '173449.445000', '173449.905000', '173450.365000', '173450.825000', '173451.285000', '173451.745000', '173452.205000', '173452.665000', '173453.125000', '173453.585000', '173454.045000', '173454.505000', '173454.965000', '173455.425000', '173455.885000', '173456.345000', '173456.805000', '173457.265000', '173457.725000', '173458.185000', '173458.645000', '173459.105000', '173459.565000', '173500.025000', '173500.485000', '173500.945000', '173501.405000', '173501.865000', '173502.325000', '173502.785000', '173503.245000', '173503.705000', '173504.165000', '173504.625000', '173505.085000', '173505.545000', '173506.005000', '173506.465000', '173506.925000', '173507.385000', '173507.845000', '173508.305000', '173508.765000', '173509.225000', '173509.685000', '173510.145000', '173510.605000', '173511.065000', '173511.525000', '173511.985000', '173512.445000', '173512.905000', '173513.365000', '173513.825000', '173514.285000', '173514.745000', '173515.205000', '173515.665000', '173516.125000', '173516.585000', '173517.045000', '173517.505000', '173517.965000', '173518.425000', '173518.885000', '173519.345000', '173519.805000', '173520.265000', '173520.725000', '173521.185000', '173521.645000', '173522.105000', '173522.565000', '173523.025000', '173523.485000', '173523.945000', '173524.405000', '173524.865000', '173525.325000', '173525.785000', '173526.245000', '173526.705000', '173527.165000', '173527.625000', '173528.085000', '173528.545000', '173529.005000', '173529.465000', '173529.925000', '173530.385000', '173530.845000', '173531.305000', '173531.765000', '173532.225000', '173532.685000', '173533.145000', '173533.605000', '173534.065000', '173534.525000', '173534.985000', '173535.445000', '173535.905000', '173536.365000', '173536.825000', '173537.285000', '173537.745000', '173538.205000', '173538.665000', '173539.125000', '173539.585000', '173540.045000', '173540.505000', '173540.965000', '173541.425000', '173541.885000', '173542.345000', '173542.805000', '173543.265000', '173543.725000', '173544.185000', '173544.645000', '173545.105000', '173545.565000', '173546.025000', '173546.485000', '173546.945000', '173547.405000', '173547.865000', '173548.325000', '173548.785000', '173549.245000', '173549.705000', '173550.165000', '173550.625000', '173551.085000', '173551.545000', '173552.005000', '173552.465000', '173552.925000', '173553.385000', '173553.845000', '173554.305000', '173554.765000', '173555.225000', '173555.685000', '173556.145000', '173556.605000', '173557.065000', '173557.525000', '173557.985000', '173558.445000', '173558.905000', '173559.365000', '173559.825000', '173600.285000', '173600.745000', '173601.205000', '173601.665000', '173602.125000', '173602.585000', '173603.045000', '173603.505000', '173603.965000', '173604.425000', '173604.885000', '173605.345000', '173605.805000', '173606.265000', '173606.725000', '173607.185000', '173607.645000', '173608.105000', '173608.565000', '173609.025000', '173609.485000', '173609.945000', '173610.405000', '173610.865000', '173611.325000', '173611.785000', '173612.245000', '173612.705000', '173613.165000', '173613.625000', '173614.085000', '173614.545000', '173615.005000', '173615.465000', '173615.925000', '173616.385000', '173616.845000', '173617.305000', '173617.765000', '173618.225000', '173618.685000', '173619.145000', '173619.605000', '173620.065000', '173620.525000', '173620.985000', '173621.445000', '173621.905000', '173622.365000', '173622.825000', '173623.285000', '173623.745000', '173624.205000', '173624.665000', '173625.125000', '173625.585000', '173626.045000', '173626.505000', '173626.965000', '173627.425000', '173627.885000', '173628.345000', '173628.805000', '173629.265000', '173629.725000', '173630.185000', '173630.645000', '173631.105000', '173631.565000', '173632.025000', '173632.485000', '173632.945000', '173633.405000', '173633.865000', '173634.325000', '173634.785000', '173635.245000', '173635.705000', '173636.165000', '173636.625000', '173637.085000', '173637.545000', '173638.005000', '173638.465000', '173638.925000', '173639.385000', '173639.845000', '173640.305000', '173640.765000', '173641.225000', '173641.685000', '173642.145000', '173642.605000', '173643.065000', '173643.525000', '173643.985000', '173644.445000', '173644.905000', '173645.365000', '173645.825000', '173646.285000', '173646.745000', '173647.205000', '173647.665000', '173648.125000', '173648.585000', '173649.045000', '173649.505000', '173649.965000', '173650.425000'], 'ContentTime': ['173029.243000', '173029.247000', '173029.250000', '173029.259000', '173029.262000', '173029.264000', '173029.267000', '173029.269000', '173029.272000', '173029.274000', '173029.277000', '173029.279000', '173029.282000', '173029.285000', '173029.287000', '173029.290000', '173029.292000', '173029.295000', '173029.297000', '173029.300000', '173029.303000', '173029.305000', '173029.308000', '173029.310000', '173029.313000', '173029.315000', '173029.318000', '173029.321000', '173029.323000', '173029.326000', '173029.328000', '173029.331000', '173029.334000', '173029.336000', '173029.339000', '173029.341000', '173029.344000', '173029.346000', '173029.349000', '173029.351000', '173029.354000', '173049.208000', '173049.211000', '173049.214000', '173049.216000', '173049.219000', '173049.222000', '173049.224000', '173049.227000', '173049.229000', '173049.232000', '173049.234000', '173049.237000', '173049.240000', '173049.242000', '173049.245000', '173049.247000', '173049.250000', '173049.253000', '173049.255000', '173049.258000', '173049.261000', '173049.263000', '173049.266000', '173049.268000', '173049.271000', '173049.274000', '173049.276000', '173049.279000', '173049.281000', '173049.284000', '173049.286000', '173049.289000', '173049.292000', '173049.294000', '173049.297000', '173049.299000', '173049.302000', '173049.305000', '173049.307000', '173049.310000', '173049.312000', '173049.315000', '173049.317000', '173109.208000', '173109.211000', '173109.214000', '173109.217000', '173109.220000', '173109.222000', '173109.225000', '173109.227000', '173109.230000', '173109.233000', '173109.235000', '173109.238000', '173109.240000', '173109.243000', '173109.245000', '173109.248000', '173109.251000', '173109.253000', '173109.256000', '173109.258000', '173109.261000', '173109.264000', '173109.266000', '173109.269000', '173109.271000', '173109.274000', '173109.276000', '173109.279000', '173109.282000', '173109.284000', '173109.287000', '173109.289000', '173109.292000', '173109.295000', '173109.297000', '173109.300000', '173109.302000', '173109.305000', '173109.307000', '173109.310000', '173109.313000', '173109.315000', '173109.318000', '173129.208000', '173129.211000', '173129.214000', '173129.216000', '173129.219000', '173129.222000', '173129.224000', '173129.227000', '173129.229000', '173129.232000', '173129.234000', '173129.237000', '173129.240000', '173129.256000', '173129.259000', '173129.261000', '173129.264000', '173129.267000', '173129.269000', '173129.272000', '173129.274000', '173129.277000', '173129.279000', '173129.282000', '173129.285000', '173129.287000', '173129.290000', '173129.292000', '173129.295000', '173129.298000', '173129.300000', '173129.303000', '173129.305000', '173129.308000', '173129.310000', '173129.313000', '173129.315000', '173129.318000', '173129.321000', '173129.323000', '173129.326000', '173129.329000', '173129.331000', '173129.334000', '173149.208000', '173149.211000', '173149.214000', '173149.216000', '173149.219000', '173149.221000', '173149.224000', '173149.227000', '173149.229000', '173149.232000', '173149.234000', '173149.237000', '173149.240000', '173149.242000', '173149.245000', '173149.248000', '173149.250000', '173149.253000', '173149.255000', '173149.258000', '173149.261000', '173149.263000', '173149.266000', '173149.269000', '173149.271000', '173149.274000', '173149.276000', '173149.279000', '173149.282000', '173149.284000', '173149.287000', '173149.289000', '173149.292000', '173149.295000', '173149.297000', '173149.300000', '173149.302000', '173149.305000', '173149.307000', '173149.310000', '173149.313000', '173149.315000', '173149.318000', '173149.320000', '173209.208000', '173209.211000', '173209.214000', '173209.216000', '173209.219000', '173209.222000', '173209.224000', '173209.227000', '173209.229000', '173209.232000', '173209.235000', '173209.238000', '173209.240000', '173209.248000', '173209.251000', '173209.253000', '173209.256000', '173209.259000', '173209.261000', '173209.264000', '173209.266000', '173209.269000', '173209.272000', '173209.274000', '173209.277000', '173209.280000', '173209.282000', '173209.285000', '173209.287000', '173209.290000', '173209.293000', '173209.295000', '173209.298000', '173209.300000', '173209.303000', '173209.306000', '173209.308000', '173209.311000', '173209.313000', '173209.316000', '173209.319000', '173209.321000', '173209.324000', '173229.209000', '173229.212000', '173229.214000', '173229.217000', '173229.219000', '173229.222000', '173229.225000', '173229.227000', '173229.230000', '173229.232000', '173229.235000', '173229.237000', '173229.240000', '173229.243000', '173229.245000', '173229.248000', '173229.250000', '173229.253000', '173229.256000', '173229.258000', '173229.261000', '173229.263000', '173229.266000', '173229.269000', '173229.271000', '173229.274000', '173229.277000', '173229.279000', '173229.282000', '173229.284000', '173229.287000', '173229.289000', '173229.292000', '173229.295000', '173229.297000', '173229.300000', '173229.302000', '173229.305000', '173229.307000', '173229.310000', '173229.313000', '173229.315000', '173229.318000', '173229.320000', '173249.208000', '173249.211000', '173249.214000', '173249.216000', '173249.219000', '173249.222000', '173249.224000', '173249.227000', '173249.230000', '173249.232000', '173249.235000', '173249.238000', '173249.240000', '173249.243000', '173249.245000', '173249.248000', '173249.251000', '173249.253000', '173249.256000', '173249.258000', '173249.261000', '173249.263000', '173249.266000', '173249.269000', '173249.271000', '173249.274000', '173249.276000', '173249.279000', '173249.282000', '173249.284000', '173249.287000', '173249.289000', '173249.292000', '173249.295000', '173249.297000', '173249.300000', '173249.303000', '173249.305000', '173249.308000', '173249.310000', '173249.313000', '173249.316000', '173249.318000', '173309.208000', '173309.211000', '173309.214000', '173309.216000', '173309.219000', '173309.222000', '173309.224000', '173309.227000', '173309.241000', '173309.244000', '173309.246000', '173309.249000', '173309.252000', '173309.254000', '173309.257000', '173309.259000', '173309.262000', '173309.265000', '173309.267000', '173309.270000', '173309.273000', '173309.275000', '173309.278000', '173309.280000', '173309.283000', '173309.286000', '173309.288000', '173309.291000', '173309.293000', '173309.296000', '173309.299000', '173309.301000', '173309.304000', '173309.306000', '173309.309000', '173309.312000', '173309.314000', '173309.317000', '173309.319000', '173309.322000', '173309.324000', '173309.327000', '173309.330000', '173309.332000', '173329.208000', '173329.211000', '173329.214000', '173329.216000', '173329.219000', '173329.222000', '173329.224000', '173329.227000', '173329.229000', '173329.232000', '173329.235000', '173329.237000', '173329.240000', '173329.242000', '173329.245000', '173329.247000', '173329.250000', '173329.253000', '173329.255000', '173329.258000', '173329.260000', '173329.263000', '173329.266000', '173329.268000', '173329.271000', '173329.273000', '173329.276000', '173329.278000', '173329.282000', '173329.284000', '173329.287000', '173329.290000', '173329.292000', '173329.295000', '173329.297000', '173329.300000', '173329.303000', '173329.305000', '173329.308000', '173329.310000', '173329.313000', '173329.316000', '173329.318000', '173349.209000', '173349.211000', '173349.214000', '173349.217000', '173349.219000', '173349.222000', '173349.224000', '173349.227000', '173349.230000', '173349.232000', '173349.235000', '173349.237000', '173349.240000', '173349.244000', '173349.247000', '173349.249000', '173349.252000', '173349.255000', '173349.258000', '173349.260000', '173349.263000', '173349.265000', '173349.268000', '173349.271000', '173349.273000', '173349.276000', '173349.279000', '173349.281000', '173349.284000', '173349.286000', '173349.289000', '173349.292000', '173349.294000', '173349.297000', '173349.300000', '173349.303000', '173349.305000', '173349.308000', '173349.311000', '173349.313000', '173349.316000', '173349.318000', '173349.321000', '173349.323000', '173409.209000', '173409.211000', '173409.214000', '173409.217000', '173409.219000', '173409.222000', '173409.225000', '173409.227000', '173409.230000', '173409.233000', '173409.235000', '173409.238000', '173409.240000', '173409.243000', '173409.246000', '173409.248000', '173409.251000', '173409.253000', '173409.256000', '173409.258000', '173409.261000', '173409.264000', '173409.266000', '173409.269000', '173409.272000', '173409.274000', '173409.277000', '173409.279000', '173409.282000', '173409.284000', '173409.287000', '173409.299000', '173409.302000', '173409.305000', '173409.307000', '173409.310000', '173409.312000', '173409.315000', '173409.318000', '173409.320000', '173409.323000', '173409.325000', '173409.328000', '173429.208000', '173429.211000', '173429.214000', '173429.216000', '173429.219000', '173429.222000', '173429.225000', '173429.227000', '173429.230000', '173429.232000', '173429.235000', '173429.238000', '173429.241000', '173429.243000', '173429.246000', '173429.248000', '173429.251000', '173429.253000', '173429.256000', '173429.259000', '173429.261000', '173429.264000', '173429.266000', '173429.269000', '173429.271000', '173429.274000', '173429.276000', '173429.279000', '173429.281000', '173429.284000', '173429.287000', '173429.289000', '173429.292000', '173429.308000', '173429.311000', '173429.313000', '173429.316000', '173429.319000', '173429.321000', '173429.324000', '173429.326000', '173429.329000', '173429.332000', '173449.209000', '173449.211000', '173449.214000', '173449.217000', '173449.219000', '173449.222000', '173449.225000', '173449.227000', '173449.230000', '173449.232000', '173449.235000', '173449.238000', '173449.240000', '173449.243000', '173449.245000', '173449.248000', '173449.251000', '173449.253000', '173449.256000', '173449.258000', '173449.261000', '173449.263000', '173449.266000', '173449.269000', '173449.271000', '173449.274000', '173449.277000', '173449.279000', '173449.282000', '173449.284000', '173449.287000', '173449.290000', '173449.292000', '173449.295000', '173449.298000', '173449.300000', '173449.303000', '173449.305000', '173449.308000', '173449.311000', '173449.313000', '173449.316000', '173449.318000', '173449.321000', '173509.208000', '173509.211000', '173509.214000', '173509.217000', '173509.219000', '173509.222000', '173509.224000', '173509.227000', '173509.230000', '173509.232000', '173509.235000', '173509.238000', '173509.241000', '173509.243000', '173509.246000', '173509.248000', '173509.251000', '173509.254000', '173509.256000', '173509.259000', '173509.261000', '173509.264000', '173509.266000', '173509.269000', '173509.271000', '173509.274000', '173509.277000', '173509.279000', '173509.285000', '173509.288000', '173509.290000', '173509.293000', '173509.296000', '173509.299000', '173509.301000', '173509.304000', '173509.306000', '173509.309000', '173509.311000', '173509.314000', '173509.317000', '173509.319000', '173509.322000', '173529.208000', '173529.211000', '173529.214000', '173529.217000', '173529.219000', '173529.222000', '173529.224000', '173529.227000', '173529.230000', '173529.232000', '173529.235000', '173529.237000', '173529.240000', '173529.243000', '173529.245000', '173529.248000', '173529.250000', '173529.253000', '173529.256000', '173529.258000', '173529.261000', '173529.264000', '173529.266000', '173529.269000', '173529.271000', '173529.274000', '173529.277000', '173529.279000', '173529.282000', '173529.285000', '173529.287000', '173529.290000', '173529.292000', '173529.295000', '173529.298000', '173529.300000', '173529.303000', '173529.305000', '173529.308000', '173529.310000', '173529.313000', '173529.316000', '173529.318000', '173529.321000', '173549.210000', '173549.212000', '173549.215000', '173549.218000', '173549.220000', '173549.223000', '173549.226000', '173549.228000', '173549.231000', '173549.233000', '173549.236000', '173549.239000', '173549.241000', '173549.244000', '173549.246000', '173549.249000', '173549.252000', '173549.254000', '173549.257000', '173549.262000', '173549.265000', '173549.267000', '173549.270000', '173549.272000', '173549.275000', '173549.277000', '173549.280000', '173549.283000', '173549.285000', '173549.288000', '173549.290000', '173549.293000', '173549.295000', '173549.298000', '173549.301000', '173549.303000', '173549.306000', '173549.308000', '173549.311000', '173549.313000', '173549.316000', '173549.319000', '173549.321000', '173609.209000', '173609.220000', '173609.223000', '173609.226000', '173609.228000', '173609.231000', '173609.233000', '173609.236000', '173609.239000', '173609.241000', '173609.244000', '173609.246000', '173609.249000', '173609.252000', '173609.254000', '173609.257000', '173609.259000', '173609.262000', '173609.264000', '173609.267000', '173609.270000', '173609.272000', '173609.275000', '173609.277000', '173609.280000', '173609.283000', '173609.285000', '173609.288000', '173609.290000', '173609.293000', '173609.296000', '173609.298000', '173609.301000', '173609.303000', '173609.306000', '173609.308000', '173609.311000', '173609.313000', '173609.316000', '173609.319000', '173609.321000', '173609.324000', '173609.326000', '173609.329000', '173629.209000', '173629.212000', '173629.214000', '173629.217000', '173629.219000', '173629.222000', '173629.225000', '173629.228000', '173629.230000', '173629.233000', '173629.235000', '173629.238000', '173629.241000', '173629.244000', '173629.246000', '173629.249000', '173629.252000', '173629.254000', '173629.257000', '173629.259000', '173629.262000', '173629.265000', '173629.268000', '173629.271000', '173629.273000', '173629.276000', '173629.279000', '173629.281000', '173629.284000', '173629.287000', '173629.289000', '173629.292000', '173629.295000', '173629.297000', '173629.300000', '173629.303000', '173629.305000', '173629.308000', '173629.310000', '173629.313000', '173629.316000', '173629.318000', '173629.327000', '173649.208000', '173649.211000', '173649.214000', '173649.216000', '173649.219000', '173649.222000', '173649.224000', '173649.227000', '173649.230000', '173649.232000', '173649.235000', '173649.238000', '173649.240000', '173649.243000', '173649.245000', '173649.248000', '173649.251000', '173649.253000', '173649.256000', '173649.259000', '173649.261000', '173649.264000', '173649.266000', '173649.269000', '173649.272000', '173649.274000', '173649.277000', '173649.279000', '173649.282000', '173649.285000', '173649.287000', '173649.290000', '173649.293000', '173649.295000', '173649.298000', '173649.301000', '173649.303000', '173649.306000', '173649.309000', '173649.311000', '173649.314000', '173649.317000', '173649.319000', '173649.322000', '173651.347000', '173651.350000', '173651.353000', '173651.355000', '173651.358000'], 'InstanceCreationTime': ['173029.243000', '173029.247000', '173029.250000', '173029.259000', '173029.262000', '173029.264000', '173029.267000', '173029.269000', '173029.272000', '173029.274000', '173029.277000', '173029.279000', '173029.282000', '173029.285000', '173029.287000', '173029.290000', '173029.292000', '173029.295000', '173029.297000', '173029.300000', '173029.303000', '173029.305000', '173029.308000', '173029.310000', '173029.313000', '173029.315000', '173029.318000', '173029.321000', '173029.323000', '173029.326000', '173029.328000', '173029.331000', '173029.334000', '173029.336000', '173029.339000', '173029.341000', '173029.344000', '173029.346000', '173029.349000', '173029.351000', '173029.354000', '173049.208000', '173049.211000', '173049.214000', '173049.216000', '173049.219000', '173049.222000', '173049.224000', '173049.227000', '173049.229000', '173049.232000', '173049.234000', '173049.237000', '173049.240000', '173049.242000', '173049.245000', '173049.247000', '173049.250000', '173049.253000', '173049.255000', '173049.258000', '173049.261000', '173049.263000', '173049.266000', '173049.268000', '173049.271000', '173049.274000', '173049.276000', '173049.279000', '173049.281000', '173049.284000', '173049.286000', '173049.289000', '173049.292000', '173049.294000', '173049.297000', '173049.299000', '173049.302000', '173049.305000', '173049.307000', '173049.310000', '173049.312000', '173049.315000', '173049.317000', '173109.208000', '173109.211000', '173109.214000', '173109.217000', '173109.220000', '173109.222000', '173109.225000', '173109.227000', '173109.230000', '173109.233000', '173109.235000', '173109.238000', '173109.240000', '173109.243000', '173109.245000', '173109.248000', '173109.251000', '173109.253000', '173109.256000', '173109.258000', '173109.261000', '173109.264000', '173109.266000', '173109.269000', '173109.271000', '173109.274000', '173109.276000', '173109.279000', '173109.282000', '173109.284000', '173109.287000', '173109.289000', '173109.292000', '173109.295000', '173109.297000', '173109.300000', '173109.302000', '173109.305000', '173109.307000', '173109.310000', '173109.313000', '173109.315000', '173109.318000', '173129.208000', '173129.211000', '173129.214000', '173129.216000', '173129.219000', '173129.222000', '173129.224000', '173129.227000', '173129.229000', '173129.232000', '173129.234000', '173129.237000', '173129.240000', '173129.256000', '173129.259000', '173129.261000', '173129.264000', '173129.267000', '173129.269000', '173129.272000', '173129.274000', '173129.277000', '173129.279000', '173129.282000', '173129.285000', '173129.287000', '173129.290000', '173129.292000', '173129.295000', '173129.298000', '173129.300000', '173129.303000', '173129.305000', '173129.308000', '173129.310000', '173129.313000', '173129.315000', '173129.318000', '173129.321000', '173129.323000', '173129.326000', '173129.329000', '173129.331000', '173129.334000', '173149.208000', '173149.211000', '173149.214000', '173149.216000', '173149.219000', '173149.221000', '173149.224000', '173149.227000', '173149.229000', '173149.232000', '173149.234000', '173149.237000', '173149.240000', '173149.242000', '173149.245000', '173149.248000', '173149.250000', '173149.253000', '173149.255000', '173149.258000', '173149.261000', '173149.263000', '173149.266000', '173149.269000', '173149.271000', '173149.274000', '173149.276000', '173149.279000', '173149.282000', '173149.284000', '173149.287000', '173149.289000', '173149.292000', '173149.295000', '173149.297000', '173149.300000', '173149.302000', '173149.305000', '173149.307000', '173149.310000', '173149.313000', '173149.315000', '173149.318000', '173149.320000', '173209.208000', '173209.211000', '173209.214000', '173209.216000', '173209.219000', '173209.222000', '173209.224000', '173209.227000', '173209.229000', '173209.232000', '173209.235000', '173209.238000', '173209.240000', '173209.248000', '173209.251000', '173209.253000', '173209.256000', '173209.259000', '173209.261000', '173209.264000', '173209.266000', '173209.269000', '173209.272000', '173209.274000', '173209.277000', '173209.280000', '173209.282000', '173209.285000', '173209.287000', '173209.290000', '173209.293000', '173209.295000', '173209.298000', '173209.300000', '173209.303000', '173209.306000', '173209.308000', '173209.311000', '173209.313000', '173209.316000', '173209.319000', '173209.321000', '173209.324000', '173229.209000', '173229.212000', '173229.214000', '173229.217000', '173229.219000', '173229.222000', '173229.225000', '173229.227000', '173229.230000', '173229.232000', '173229.235000', '173229.237000', '173229.240000', '173229.243000', '173229.245000', '173229.248000', '173229.250000', '173229.253000', '173229.256000', '173229.258000', '173229.261000', '173229.263000', '173229.266000', '173229.269000', '173229.271000', '173229.274000', '173229.277000', '173229.279000', '173229.282000', '173229.284000', '173229.287000', '173229.289000', '173229.292000', '173229.295000', '173229.297000', '173229.300000', '173229.302000', '173229.305000', '173229.307000', '173229.310000', '173229.313000', '173229.315000', '173229.318000', '173229.320000', '173249.208000', '173249.211000', '173249.214000', '173249.216000', '173249.219000', '173249.222000', '173249.224000', '173249.227000', '173249.230000', '173249.232000', '173249.235000', '173249.238000', '173249.240000', '173249.243000', '173249.245000', '173249.248000', '173249.251000', '173249.253000', '173249.256000', '173249.258000', '173249.261000', '173249.263000', '173249.266000', '173249.269000', '173249.271000', '173249.274000', '173249.276000', '173249.279000', '173249.282000', '173249.284000', '173249.287000', '173249.289000', '173249.292000', '173249.295000', '173249.297000', '173249.300000', '173249.303000', '173249.305000', '173249.308000', '173249.310000', '173249.313000', '173249.316000', '173249.318000', '173309.208000', '173309.211000', '173309.214000', '173309.216000', '173309.219000', '173309.222000', '173309.224000', '173309.227000', '173309.241000', '173309.244000', '173309.246000', '173309.249000', '173309.252000', '173309.254000', '173309.257000', '173309.259000', '173309.262000', '173309.265000', '173309.267000', '173309.270000', '173309.273000', '173309.275000', '173309.278000', '173309.280000', '173309.283000', '173309.286000', '173309.288000', '173309.291000', '173309.293000', '173309.296000', '173309.299000', '173309.301000', '173309.304000', '173309.306000', '173309.309000', '173309.312000', '173309.314000', '173309.317000', '173309.319000', '173309.322000', '173309.324000', '173309.327000', '173309.330000', '173309.332000', '173329.208000', '173329.211000', '173329.214000', '173329.216000', '173329.219000', '173329.222000', '173329.224000', '173329.227000', '173329.229000', '173329.232000', '173329.235000', '173329.237000', '173329.240000', '173329.242000', '173329.245000', '173329.247000', '173329.250000', '173329.253000', '173329.255000', '173329.258000', '173329.260000', '173329.263000', '173329.266000', '173329.268000', '173329.271000', '173329.273000', '173329.276000', '173329.278000', '173329.282000', '173329.284000', '173329.287000', '173329.290000', '173329.292000', '173329.295000', '173329.297000', '173329.300000', '173329.303000', '173329.305000', '173329.308000', '173329.310000', '173329.313000', '173329.316000', '173329.318000', '173349.209000', '173349.211000', '173349.214000', '173349.217000', '173349.219000', '173349.222000', '173349.224000', '173349.227000', '173349.230000', '173349.232000', '173349.235000', '173349.237000', '173349.240000', '173349.244000', '173349.247000', '173349.249000', '173349.252000', '173349.255000', '173349.258000', '173349.260000', '173349.263000', '173349.265000', '173349.268000', '173349.271000', '173349.273000', '173349.276000', '173349.279000', '173349.281000', '173349.284000', '173349.286000', '173349.289000', '173349.292000', '173349.294000', '173349.297000', '173349.300000', '173349.303000', '173349.305000', '173349.308000', '173349.311000', '173349.313000', '173349.316000', '173349.318000', '173349.321000', '173349.323000', '173409.209000', '173409.211000', '173409.214000', '173409.217000', '173409.219000', '173409.222000', '173409.225000', '173409.227000', '173409.230000', '173409.233000', '173409.235000', '173409.238000', '173409.240000', '173409.243000', '173409.246000', '173409.248000', '173409.251000', '173409.253000', '173409.256000', '173409.258000', '173409.261000', '173409.264000', '173409.266000', '173409.269000', '173409.272000', '173409.274000', '173409.277000', '173409.279000', '173409.282000', '173409.284000', '173409.287000', '173409.299000', '173409.302000', '173409.305000', '173409.307000', '173409.310000', '173409.312000', '173409.315000', '173409.318000', '173409.320000', '173409.323000', '173409.325000', '173409.328000', '173429.208000', '173429.211000', '173429.214000', '173429.216000', '173429.219000', '173429.222000', '173429.225000', '173429.227000', '173429.230000', '173429.232000', '173429.235000', '173429.238000', '173429.241000', '173429.243000', '173429.246000', '173429.248000', '173429.251000', '173429.253000', '173429.256000', '173429.259000', '173429.261000', '173429.264000', '173429.266000', '173429.269000', '173429.271000', '173429.274000', '173429.276000', '173429.279000', '173429.281000', '173429.284000', '173429.287000', '173429.289000', '173429.292000', '173429.308000', '173429.311000', '173429.313000', '173429.316000', '173429.319000', '173429.321000', '173429.324000', '173429.326000', '173429.329000', '173429.332000', '173449.209000', '173449.211000', '173449.214000', '173449.217000', '173449.219000', '173449.222000', '173449.225000', '173449.227000', '173449.230000', '173449.232000', '173449.235000', '173449.238000', '173449.240000', '173449.243000', '173449.245000', '173449.248000', '173449.251000', '173449.253000', '173449.256000', '173449.258000', '173449.261000', '173449.263000', '173449.266000', '173449.269000', '173449.271000', '173449.274000', '173449.277000', '173449.279000', '173449.282000', '173449.284000', '173449.287000', '173449.290000', '173449.292000', '173449.295000', '173449.298000', '173449.300000', '173449.303000', '173449.305000', '173449.308000', '173449.311000', '173449.313000', '173449.316000', '173449.318000', '173449.321000', '173509.208000', '173509.211000', '173509.214000', '173509.217000', '173509.219000', '173509.222000', '173509.224000', '173509.227000', '173509.230000', '173509.232000', '173509.235000', '173509.238000', '173509.241000', '173509.243000', '173509.246000', '173509.248000', '173509.251000', '173509.254000', '173509.256000', '173509.259000', '173509.261000', '173509.264000', '173509.266000', '173509.269000', '173509.271000', '173509.274000', '173509.277000', '173509.279000', '173509.285000', '173509.288000', '173509.290000', '173509.293000', '173509.296000', '173509.299000', '173509.301000', '173509.304000', '173509.306000', '173509.309000', '173509.311000', '173509.314000', '173509.317000', '173509.319000', '173509.322000', '173529.208000', '173529.211000', '173529.214000', '173529.217000', '173529.219000', '173529.222000', '173529.224000', '173529.227000', '173529.230000', '173529.232000', '173529.235000', '173529.237000', '173529.240000', '173529.243000', '173529.245000', '173529.248000', '173529.250000', '173529.253000', '173529.256000', '173529.258000', '173529.261000', '173529.264000', '173529.266000', '173529.269000', '173529.271000', '173529.274000', '173529.277000', '173529.279000', '173529.282000', '173529.285000', '173529.287000', '173529.290000', '173529.292000', '173529.295000', '173529.298000', '173529.300000', '173529.303000', '173529.305000', '173529.308000', '173529.310000', '173529.313000', '173529.316000', '173529.318000', '173529.321000', '173549.210000', '173549.212000', '173549.215000', '173549.218000', '173549.220000', '173549.223000', '173549.226000', '173549.228000', '173549.231000', '173549.233000', '173549.236000', '173549.239000', '173549.241000', '173549.244000', '173549.246000', '173549.249000', '173549.252000', '173549.254000', '173549.257000', '173549.262000', '173549.265000', '173549.267000', '173549.270000', '173549.272000', '173549.275000', '173549.277000', '173549.280000', '173549.283000', '173549.285000', '173549.288000', '173549.290000', '173549.293000', '173549.295000', '173549.298000', '173549.301000', '173549.303000', '173549.306000', '173549.308000', '173549.311000', '173549.313000', '173549.316000', '173549.319000', '173549.321000', '173609.209000', '173609.220000', '173609.223000', '173609.226000', '173609.228000', '173609.231000', '173609.233000', '173609.236000', '173609.239000', '173609.241000', '173609.244000', '173609.246000', '173609.249000', '173609.252000', '173609.254000', '173609.257000', '173609.259000', '173609.262000', '173609.264000', '173609.267000', '173609.270000', '173609.272000', '173609.275000', '173609.277000', '173609.280000', '173609.283000', '173609.285000', '173609.288000', '173609.290000', '173609.293000', '173609.296000', '173609.298000', '173609.301000', '173609.303000', '173609.306000', '173609.308000', '173609.311000', '173609.313000', '173609.316000', '173609.319000', '173609.321000', '173609.324000', '173609.326000', '173609.329000', '173629.209000', '173629.212000', '173629.214000', '173629.217000', '173629.219000', '173629.222000', '173629.225000', '173629.228000', '173629.230000', '173629.233000', '173629.235000', '173629.238000', '173629.241000', '173629.244000', '173629.246000', '173629.249000', '173629.252000', '173629.254000', '173629.257000', '173629.259000', '173629.262000', '173629.265000', '173629.268000', '173629.271000', '173629.273000', '173629.276000', '173629.279000', '173629.281000', '173629.284000', '173629.287000', '173629.289000', '173629.292000', '173629.295000', '173629.297000', '173629.300000', '173629.303000', '173629.305000', '173629.308000', '173629.310000', '173629.313000', '173629.316000', '173629.318000', '173629.327000', '173649.208000', '173649.211000', '173649.214000', '173649.216000', '173649.219000', '173649.222000', '173649.224000', '173649.227000', '173649.230000', '173649.232000', '173649.235000', '173649.238000', '173649.240000', '173649.243000', '173649.245000', '173649.248000', '173649.251000', '173649.253000', '173649.256000', '173649.259000', '173649.261000', '173649.264000', '173649.266000', '173649.269000', '173649.272000', '173649.274000', '173649.277000', '173649.279000', '173649.282000', '173649.285000', '173649.287000', '173649.290000', '173649.293000', '173649.295000', '173649.298000', '173649.301000', '173649.303000', '173649.306000', '173649.309000', '173649.311000', '173649.314000', '173649.317000', '173649.319000', '173649.322000', '173651.347000', '173651.350000', '173651.353000', '173651.355000', '173651.358000'], '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': [10243, 13619, 9493, 12997, 8549, 11291, 8119, 10921, 8137, 11772, 8332, 11706, 8266, 10940, 8117, 10634, 8085, 9847, 8048, 9612, 7864, 9377, 9229, 8939, 9663, 8901, 9218, 9278, 8326, 10164, 8115, 9927, 8125, 11260, 8141, 12045, 8289, 11680, 8343, 10605, 8569, 8772, 9685, 9666, 9960, 12078, 9407, 15033, 10543, 13941, 9525, 11561, 8171, 11294, 8084, 10390, 8516, 11159, 8586, 12127, 7999, 11004, 8153, 11191, 8114, 11748, 8218, 11267, 8206, 10903, 8086, 10107, 10633, 10230, 13698, 11270, 11995, 8870, 14435, 9156, 12348, 9224, 12282, 9847, 13501, 8538, 11172, 8596, 10900, 8651, 11478, 8570, 11629, 8658, 11956, 8976, 11960, 8533, 11168, 8496, 10814, 8439, 9854, 8028, 9243, 9651, 8687, 7975, 8851, 11793, 8635, 11978, 8535, 12275, 8849, 12798, 9871, 13037, 8648, 11494, 8497, 11074, 8461, 10613, 8222, 9009, 9379, 8920, 11033, 8691, 9370, 8737, 12455, 8686, 11704, 8462, 10198, 8278, 9879, 8349, 8722, 10875, 8686, 12673, 8550, 12290, 8554, 11853, 8876, 11273, 8861, 7837, 8628, 8070, 9073, 7944, 10238, 8190, 9923, 9364, 10382, 8385, 9049, 10938, 8985, 14053, 9798, 13071, 10206, 13541, 9984, 12414, 8563, 11040, 8124, 9258, 10120, 8845, 13847, 9465, 12620, 8913, 11436, 8529, 10432, 8445, 9674, 8187, 9300, 8761, 8792, 8080, 9010, 10509, 8765, 13690, 9647, 13609, 9491, 12328, 8720, 12523, 8879, 12386, 9233, 11989, 8544, 9179, 9860, 8730, 12347, 8626, 11375, 8748, 11088, 8500, 9464, 8136, 8775, 8042, 8963, 8050, 9093, 9865, 9308, 9884, 8688, 12884, 8821, 12153, 8672, 11148, 9001, 11515, 8877, 10124, 8190, 8619, 8191, 8720, 12199, 9133, 13208, 9169, 11586, 8582, 11433, 8745, 11438, 8564, 9985, 8607, 8831, 10059, 8626, 12250, 8623, 11275, 8357, 9095, 8205, 8867, 11019, 8787, 11949, 8611, 12074, 8718, 11838, 8756, 11683, 8888, 11078, 8833, 9720, 8371, 8867, 8221, 9091, 12942, 9359, 13457, 8942, 11791, 8775, 12177, 8821, 11625, 8836, 10459, 9144, 8940, 11543, 8837, 12265, 8831, 11258, 8620, 9327, 9728, 9069, 8001, 8649, 9209, 8661, 12705, 9003, 12516, 9303, 12845, 9362, 11475, 8629, 10609, 8425, 9211, 9081, 9132, 13425, 8857, 12155, 8724, 11241, 8666, 10156, 8595, 10050, 8300, 8603, 9296, 8608, 11629, 8743, 12109, 9070, 13096, 9408, 10762, 8540, 11236, 8613, 11901, 9034, 12387, 9821, 12206, 8554, 11281, 8292, 10004, 10516, 8788, 14239, 10145, 13601, 8844, 11069, 8379, 9875, 7892, 8977, 9993, 8937, 13497, 9804, 13860, 8775, 12450, 8557, 11680, 8774, 10621, 8642, 9003, 8371, 8763, 7861, 8627, 12641, 8783, 12318, 9097, 11099, 8018, 8553, 9465, 8612, 12067, 8640, 11210, 8729, 10677, 8287, 8674, 8687, 8576, 12443, 8763, 11629, 8626, 10027, 8615, 8850, 11733, 8795, 11786, 8683, 11842, 8692, 10861, 8135, 8802, 10613, 9003, 12762, 8553, 10987, 7926, 8313, 8002, 8578, 12749, 8902, 12659, 9001, 11695, 8401, 10891, 8218, 10039, 8269, 8957, 10338, 8558, 13024, 8451, 11677, 8589, 10809, 8658, 10689, 8580, 9917, 7905, 8633, 9471, 8666, 13528, 8808, 12264, 8913, 11221, 8817, 10792, 8389, 9038, 7872, 8474, 11125, 8671, 12369, 9170, 13445, 9518, 11813, 8347, 10875, 8350, 11027, 8308, 9752, 8820, 8766, 13979, 9537, 13370, 8705, 11132, 8417, 8904, 7970, 8799, 13166, 10062, 12905, 8481, 11320, 8437, 10592, 8455, 10419, 8669, 11627, 8661, 11385, 8542, 10673, 8445, 10575, 8745, 11654, 8735, 10868, 8378, 10308, 8578, 10587, 8295, 9160, 13684, 9719, 14526, 10664, 12735, 8438, 9839, 7950, 8542, 13719, 9104, 12677, 10034, 12384, 8974, 10879, 8442, 8724, 8842, 8603, 8512, 9034, 8337, 8852, 12892, 8849, 12345, 8820, 10504, 8651, 9189, 8492, 9160, 8214, 8894, 9375, 9058, 13288, 9233, 12269, 8847, 10907, 8676, 8849, 8240, 8963, 8090, 9129, 12874, 9587, 13323, 9528, 11773, 8852, 10101, 8799, 9801, 8964, 10047, 8722, 8957, 8093, 8817, 8854, 8769, 13981, 9957, 13854, 9753, 12014, 8781, 11362, 8654, 10037, 8607, 9203, 9760, 8910, 8449, 8794, 12213, 8933, 11837, 9014, 11466, 8717, 9228, 8194, 8738, 8709, 8893, 13352, 9578, 12983, 9759, 11774, 8597, 9560, 7961, 8715, 13340, 9052, 11973, 9235, 11648, 8783, 9596, 7813, 8574, 10336, 9079, 11658, 9158, 12089, 8978, 10894, 8466, 8681, 9900, 9157, 12479, 9488, 12918, 9046, 10669, 8109, 8549, 8165, 8244, 7604, 8809, 8335, 9949, 8977, 11709, 8968, 12535, 8811, 11211, 8814, 10232, 8948, 8962, 13677, 9117, 11646, 8541, 10642, 8312, 9748, 8169, 8310, 10167, 8947, 13453, 8852, 11919, 8515, 11213, 8430, 10447, 8393, 8713, 11750, 8801, 12105, 8474, 10835, 8110, 9332, 8168, 8863, 10031, 8569, 9597, 8431, 12432, 8584, 11868, 8774, 11120, 8570, 9894, 8218, 8548, 11836, 8649, 12265, 8422, 9822, 8144, 8872, 11049, 8631, 12141, 8591, 11405, 8518, 9774, 8088, 8954, 10229, 8658, 9724, 8416, 12265, 8699, 11704, 8486, 10225, 7913, 8843, 11786, 8955, 12281, 8668, 12378, 8535, 11697, 8793, 11901, 8924, 11045, 8652, 9560, 8272, 9285, 7923, 8517, 9027, 8831, 13732, 10223, 12780, 8675, 12048, 8564, 11010, 8472, 9150, 8329, 8741, 11199, 8607, 11786, 8342, 10194, 8002, 8957, 9794, 8678, 11499, 8572, 11395, 8554, 9863, 8343, 9047, 8449, 8890, 11430, 8519, 11617, 8527, 10337, 8409, 8951, 10275, 8963, 14424, 8821, 12556, 8660, 11157, 8350, 8796, 11040, 9018, 14038, 8923, 12084, 8579, 9832, 8452, 9030, 8094, 8526, 7836, 8432, 11697, 8763, 12635, 9432, 12325, 8609, 10561, 8149, 8991, 9450, 8777, 12334, 8726, 12520, 8407, 11346, 8703, 10971, 8503, 10326, 8027, 8751, 12013, 8964, 12939, 9887, 12337, 8418, 10282, 8013, 8418, 10334, 9030, 13866, 10007, 12268, 8659, 10856, 8545, 8933, 9157, 8989, 13890, 9423, 12083, 8775, 10688, 8530, 9239, 8271, 9148, 11817, 8957, 12535, 8727, 11424, 8876, 10461, 8349, 8762, 8707, 8791, 12786, 8956, 11883, 8968, 11329, 8537, 8674, 8002, 8850, 7981, 8925, 13509], 'WindowCenter': [4163.0, 4179.0, 4136.0, 4164.0, 4111.0, 4140.0, 4099.0, 4129.0, 4099.0, 4139.0, 4109.0, 4140.0, 4108.0, 4129.0, 4098.0, 4129.0, 4098.0, 4118.0, 4098.0, 4117.0, 4097.0, 4107.0, 4107.0, 4107.0, 4117.0, 4107.0, 4118.0, 4108.0, 4098.0, 4128.0, 4098.0, 4118.0, 4098.0, 4139.0, 4112.0, 4165.0, 4125.0, 4153.0, 4112.0, 4143.0, 4123.0, 4122.0, 4133.0, 4132.0, 4131.0, 4142.0, 4121.0, 4163.0, 4145.0, 4164.0, 4120.0, 4128.0, 4097.0, 4127.0, 4096.0, 4117.0, 4108.0, 4129.0, 4109.0, 4150.0, 4110.0, 4130.0, 4110.0, 4140.0, 4111.0, 4142.0, 4112.0, 4143.0, 4112.0, 4143.0, 4113.0, 4143.0, 4143.0, 4143.0, 4164.0, 4142.0, 4141.0, 4109.0, 4163.0, 4120.0, 4140.0, 4108.0, 4139.0, 4120.0, 4150.0, 4109.0, 4128.0, 4108.0, 4127.0, 4108.0, 4138.0, 4109.0, 4140.0, 4110.0, 4142.0, 4122.0, 4140.0, 4110.0, 4139.0, 4109.0, 4129.0, 4098.0, 4119.0, 4100.0, 4121.0, 4121.0, 4109.0, 4109.0, 4120.0, 4140.0, 4110.0, 4140.0, 4110.0, 4151.0, 4122.0, 4164.0, 4134.0, 4153.0, 4122.0, 4141.0, 4110.0, 4130.0, 4110.0, 4130.0, 4110.0, 4121.0, 4122.0, 4122.0, 4142.0, 4110.0, 4120.0, 4109.0, 4139.0, 4108.0, 4139.0, 4108.0, 4130.0, 4110.0, 4120.0, 4109.0, 4108.0, 4128.0, 4108.0, 4138.0, 4107.0, 4136.0, 4108.0, 4128.0, 4120.0, 4141.0, 4120.0, 4100.0, 4120.0, 4110.0, 4121.0, 4111.0, 4143.0, 4123.0, 4146.0, 4147.0, 4146.0, 4125.0, 4136.0, 4144.0, 4134.0, 4165.0, 4134.0, 4165.0, 4145.0, 4166.0, 4134.0, 4155.0, 4123.0, 4142.0, 4111.0, 4121.0, 4131.0, 4122.0, 4164.0, 4133.0, 4152.0, 4122.0, 4141.0, 4121.0, 4130.0, 4110.0, 4132.0, 4123.0, 4123.0, 4123.0, 4123.0, 4111.0, 4134.0, 4143.0, 4123.0, 4165.0, 4134.0, 4164.0, 4133.0, 4153.0, 4123.0, 4153.0, 4122.0, 4154.0, 4133.0, 4143.0, 4111.0, 4122.0, 4131.0, 4111.0, 4152.0, 4110.0, 4141.0, 4122.0, 4142.0, 4121.0, 4131.0, 4110.0, 4109.0, 4109.0, 4120.0, 4110.0, 4122.0, 4132.0, 4122.0, 4131.0, 4123.0, 4153.0, 4120.0, 4141.0, 4110.0, 4141.0, 4122.0, 4143.0, 4121.0, 4132.0, 4111.0, 4120.0, 4122.0, 4123.0, 4154.0, 4133.0, 4164.0, 4133.0, 4153.0, 4123.0, 4153.0, 4122.0, 4143.0, 4121.0, 4133.0, 4123.0, 4123.0, 4133.0, 4122.0, 4152.0, 4123.0, 4142.0, 4110.0, 4121.0, 4112.0, 4122.0, 4142.0, 4121.0, 4141.0, 4110.0, 4141.0, 4110.0, 4141.0, 4110.0, 4142.0, 4122.0, 4143.0, 4121.0, 4132.0, 4111.0, 4121.0, 4112.0, 4134.0, 4154.0, 4134.0, 4154.0, 4124.0, 4153.0, 4123.0, 4153.0, 4122.0, 4143.0, 4123.0, 4143.0, 4122.0, 4122.0, 4142.0, 4120.0, 4141.0, 4119.0, 4130.0, 4110.0, 4122.0, 4132.0, 4121.0, 4100.0, 4109.0, 4119.0, 4109.0, 4150.0, 4120.0, 4151.0, 4122.0, 4152.0, 4121.0, 4141.0, 4110.0, 4130.0, 4109.0, 4120.0, 4120.0, 4120.0, 4151.0, 4120.0, 4140.0, 4109.0, 4129.0, 4108.0, 4129.0, 4110.0, 4130.0, 4110.0, 4110.0, 4121.0, 4109.0, 4129.0, 4109.0, 4151.0, 4122.0, 4152.0, 4133.0, 4142.0, 4122.0, 4142.0, 4122.0, 4154.0, 4135.0, 4165.0, 4145.0, 4156.0, 4124.0, 4144.0, 4113.0, 4133.0, 4143.0, 4123.0, 4165.0, 4144.0, 4165.0, 4123.0, 4143.0, 4111.0, 4132.0, 4111.0, 4122.0, 4133.0, 4124.0, 4164.0, 4132.0, 4153.0, 4111.0, 4140.0, 4110.0, 4140.0, 4109.0, 4130.0, 4123.0, 4122.0, 4111.0, 4121.0, 4111.0, 4122.0, 4153.0, 4122.0, 4153.0, 4135.0, 4144.0, 4111.0, 4122.0, 4132.0, 4121.0, 4141.0, 4122.0, 4142.0, 4122.0, 4143.0, 4111.0, 4122.0, 4111.0, 4110.0, 4141.0, 4110.0, 4141.0, 4110.0, 4132.0, 4122.0, 4122.0, 4142.0, 4110.0, 4141.0, 4110.0, 4140.0, 4109.0, 4130.0, 4099.0, 4121.0, 4131.0, 4121.0, 4141.0, 4111.0, 4130.0, 4099.0, 4109.0, 4110.0, 4111.0, 4153.0, 4123.0, 4152.0, 4121.0, 4141.0, 4111.0, 4131.0, 4110.0, 4131.0, 4122.0, 4123.0, 4132.0, 4125.0, 4154.0, 4112.0, 4142.0, 4110.0, 4131.0, 4122.0, 4133.0, 4122.0, 4132.0, 4111.0, 4111.0, 4121.0, 4110.0, 4151.0, 4110.0, 4141.0, 4120.0, 4142.0, 4123.0, 4143.0, 4111.0, 4121.0, 4112.0, 4111.0, 4130.0, 4110.0, 4151.0, 4122.0, 4153.0, 4122.0, 4142.0, 4112.0, 4142.0, 4122.0, 4142.0, 4112.0, 4132.0, 4121.0, 4122.0, 4165.0, 4133.0, 4153.0, 4111.0, 4131.0, 4109.0, 4109.0, 4110.0, 4111.0, 4151.0, 4132.0, 4151.0, 4110.0, 4130.0, 4109.0, 4130.0, 4109.0, 4131.0, 4121.0, 4141.0, 4110.0, 4141.0, 4110.0, 4130.0, 4109.0, 4131.0, 4122.0, 4142.0, 4122.0, 4143.0, 4124.0, 4144.0, 4124.0, 4144.0, 4113.0, 4134.0, 4166.0, 4135.0, 4165.0, 4133.0, 4153.0, 4110.0, 4120.0, 4098.0, 4109.0, 4152.0, 4122.0, 4152.0, 4133.0, 4166.0, 4124.0, 4144.0, 4110.0, 4120.0, 4120.0, 4110.0, 4121.0, 4134.0, 4124.0, 4133.0, 4152.0, 4121.0, 4151.0, 4120.0, 4131.0, 4122.0, 4121.0, 4110.0, 4120.0, 4110.0, 4120.0, 4119.0, 4119.0, 4165.0, 4121.0, 4141.0, 4110.0, 4131.0, 4109.0, 4120.0, 4122.0, 4120.0, 4109.0, 4119.0, 4151.0, 4120.0, 4150.0, 4121.0, 4152.0, 4120.0, 4130.0, 4110.0, 4131.0, 4123.0, 4133.0, 4123.0, 4135.0, 4112.0, 4123.0, 4123.0, 4123.0, 4165.0, 4134.0, 4164.0, 4133.0, 4153.0, 4121.0, 4141.0, 4110.0, 4132.0, 4123.0, 4133.0, 4132.0, 4121.0, 4110.0, 4120.0, 4140.0, 4120.0, 4153.0, 4122.0, 4144.0, 4123.0, 4123.0, 4111.0, 4122.0, 4121.0, 4122.0, 4164.0, 4133.0, 4154.0, 4132.0, 4143.0, 4121.0, 4121.0, 4110.0, 4111.0, 4151.0, 4121.0, 4143.0, 4122.0, 4142.0, 4111.0, 4131.0, 4099.0, 4109.0, 4118.0, 4109.0, 4141.0, 4121.0, 4152.0, 4121.0, 4141.0, 4109.0, 4109.0, 4119.0, 4119.0, 4152.0, 4131.0, 4152.0, 4120.0, 4131.0, 4100.0, 4110.0, 4110.0, 4122.0, 4100.0, 4121.0, 4111.0, 4143.0, 4136.0, 4155.0, 4134.0, 4153.0, 4122.0, 4142.0, 4121.0, 4132.0, 4123.0, 4123.0, 4154.0, 4123.0, 4143.0, 4111.0, 4131.0, 4110.0, 4120.0, 4109.0, 4110.0, 4132.0, 4122.0, 4153.0, 4121.0, 4141.0, 4110.0, 4130.0, 4110.0, 4131.0, 4112.0, 4122.0, 4142.0, 4122.0, 4141.0, 4111.0, 4131.0, 4100.0, 4122.0, 4112.0, 4122.0, 4131.0, 4111.0, 4131.0, 4111.0, 4151.0, 4121.0, 4153.0, 4122.0, 4143.0, 4121.0, 4132.0, 4111.0, 4122.0, 4141.0, 4121.0, 4153.0, 4111.0, 4133.0, 4112.0, 4122.0, 4141.0, 4123.0, 4142.0, 4120.0, 4140.0, 4109.0, 4131.0, 4111.0, 4122.0, 4132.0, 4121.0, 4120.0, 4110.0, 4140.0, 4110.0, 4141.0, 4110.0, 4131.0, 4110.0, 4122.0, 4153.0, 4122.0, 4152.0, 4122.0, 4152.0, 4111.0, 4140.0, 4110.0, 4142.0, 4123.0, 4143.0, 4122.0, 4132.0, 4111.0, 4121.0, 4110.0, 4110.0, 4124.0, 4122.0, 4164.0, 4133.0, 4153.0, 4121.0, 4141.0, 4110.0, 4130.0, 4110.0, 4122.0, 4111.0, 4121.0, 4141.0, 4121.0, 4142.0, 4110.0, 4131.0, 4112.0, 4121.0, 4130.0, 4120.0, 4141.0, 4120.0, 4140.0, 4109.0, 4130.0, 4121.0, 4122.0, 4111.0, 4121.0, 4141.0, 4121.0, 4141.0, 4110.0, 4130.0, 4110.0, 4122.0, 4133.0, 4122.0, 4163.0, 4121.0, 4140.0, 4109.0, 4130.0, 4108.0, 4109.0, 4142.0, 4121.0, 4151.0, 4120.0, 4140.0, 4108.0, 4119.0, 4111.0, 4122.0, 4110.0, 4120.0, 4100.0, 4110.0, 4151.0, 4122.0, 4164.0, 4134.0, 4153.0, 4122.0, 4142.0, 4111.0, 4134.0, 4145.0, 4123.0, 4154.0, 4123.0, 4154.0, 4113.0, 4143.0, 4124.0, 4144.0, 4123.0, 4144.0, 4112.0, 4122.0, 4152.0, 4133.0, 4165.0, 4132.0, 4153.0, 4111.0, 4132.0, 4110.0, 4110.0, 4132.0, 4122.0, 4164.0, 4132.0, 4152.0, 4121.0, 4131.0, 4109.0, 4120.0, 4121.0, 4121.0, 4162.0, 4120.0, 4141.0, 4110.0, 4130.0, 4109.0, 4120.0, 4110.0, 4120.0, 4140.0, 4120.0, 4140.0, 4109.0, 4140.0, 4121.0, 4131.0, 4109.0, 4109.0, 4109.0, 4109.0, 4139.0, 4109.0, 4141.0, 4121.0, 4142.0, 4110.0, 4110.0, 4110.0, 4120.0, 4110.0, 4133.0, 4165.0], 'WindowWidth': [9254.0, 9268.0, 9203.0, 9238.0, 9159.0, 9197.0, 9140.0, 9179.0, 9138.0, 9193.0, 9152.0, 9194.0, 9151.0, 9179.0, 9137.0, 9180.0, 9136.0, 9162.0, 9135.0, 9160.0, 9134.0, 9146.0, 9146.0, 9145.0, 9161.0, 9147.0, 9161.0, 9149.0, 9136.0, 9177.0, 9137.0, 9163.0, 9138.0, 9194.0, 9164.0, 9239.0, 9186.0, 9219.0, 9162.0, 9205.0, 9179.0, 9176.0, 9190.0, 9187.0, 9187.0, 9202.0, 9170.0, 9235.0, 9213.0, 9238.0, 9170.0, 9176.0, 9134.0, 9171.0, 9129.0, 9157.0, 9149.0, 9178.0, 9153.0, 9211.0, 9157.0, 9182.0, 9156.0, 9197.0, 9159.0, 9201.0, 9161.0, 9205.0, 9163.0, 9207.0, 9166.0, 9207.0, 9206.0, 9206.0, 9238.0, 9202.0, 9199.0, 9153.0, 9237.0, 9169.0, 9194.0, 9149.0, 9192.0, 9167.0, 9210.0, 9151.0, 9176.0, 9149.0, 9174.0, 9149.0, 9190.0, 9152.0, 9196.0, 9157.0, 9202.0, 9174.0, 9197.0, 9155.0, 9194.0, 9152.0, 9180.0, 9137.0, 9167.0, 9142.0, 9172.0, 9172.0, 9154.0, 9154.0, 9169.0, 9195.0, 9154.0, 9196.0, 9157.0, 9213.0, 9177.0, 9235.0, 9195.0, 9221.0, 9174.0, 9199.0, 9156.0, 9183.0, 9154.0, 9184.0, 9155.0, 9172.0, 9175.0, 9175.0, 9204.0, 9157.0, 9169.0, 9153.0, 9194.0, 9151.0, 9192.0, 9150.0, 9181.0, 9156.0, 9169.0, 9152.0, 9150.0, 9178.0, 9151.0, 9191.0, 9144.0, 9185.0, 9147.0, 9175.0, 9167.0, 9201.0, 9171.0, 9143.0, 9170.0, 9158.0, 9174.0, 9161.0, 9208.0, 9182.0, 9218.0, 9219.0, 9216.0, 9186.0, 9200.0, 9211.0, 9196.0, 9241.0, 9194.0, 9240.0, 9212.0, 9244.0, 9197.0, 9226.0, 9178.0, 9204.0, 9159.0, 9172.0, 9184.0, 9173.0, 9238.0, 9192.0, 9217.0, 9175.0, 9200.0, 9171.0, 9184.0, 9155.0, 9190.0, 9179.0, 9178.0, 9176.0, 9177.0, 9160.0, 9197.0, 9205.0, 9179.0, 9240.0, 9195.0, 9236.0, 9193.0, 9221.0, 9178.0, 9219.0, 9177.0, 9221.0, 9192.0, 9207.0, 9159.0, 9176.0, 9187.0, 9158.0, 9214.0, 9155.0, 9199.0, 9174.0, 9201.0, 9172.0, 9187.0, 9156.0, 9155.0, 9155.0, 9169.0, 9156.0, 9175.0, 9191.0, 9176.0, 9186.0, 9179.0, 9221.0, 9170.0, 9199.0, 9155.0, 9199.0, 9176.0, 9206.0, 9174.0, 9189.0, 9158.0, 9171.0, 9176.0, 9179.0, 9222.0, 9191.0, 9238.0, 9193.0, 9220.0, 9179.0, 9218.0, 9177.0, 9205.0, 9173.0, 9191.0, 9180.0, 9178.0, 9191.0, 9175.0, 9217.0, 9179.0, 9201.0, 9155.0, 9172.0, 9161.0, 9175.0, 9201.0, 9172.0, 9200.0, 9156.0, 9198.0, 9157.0, 9199.0, 9158.0, 9204.0, 9177.0, 9205.0, 9173.0, 9188.0, 9159.0, 9174.0, 9163.0, 9196.0, 9223.0, 9193.0, 9222.0, 9180.0, 9219.0, 9178.0, 9218.0, 9174.0, 9205.0, 9178.0, 9206.0, 9175.0, 9174.0, 9202.0, 9169.0, 9198.0, 9166.0, 9182.0, 9155.0, 9175.0, 9188.0, 9173.0, 9141.0, 9152.0, 9167.0, 9152.0, 9208.0, 9167.0, 9215.0, 9174.0, 9216.0, 9172.0, 9200.0, 9156.0, 9182.0, 9153.0, 9169.0, 9170.0, 9169.0, 9213.0, 9168.0, 9195.0, 9152.0, 9179.0, 9150.0, 9179.0, 9157.0, 9183.0, 9156.0, 9155.0, 9169.0, 9151.0, 9178.0, 9152.0, 9213.0, 9175.0, 9216.0, 9191.0, 9204.0, 9176.0, 9204.0, 9177.0, 9223.0, 9199.0, 9240.0, 9211.0, 9228.0, 9182.0, 9209.0, 9164.0, 9192.0, 9203.0, 9179.0, 9239.0, 9208.0, 9237.0, 9177.0, 9202.0, 9158.0, 9189.0, 9157.0, 9173.0, 9192.0, 9180.0, 9237.0, 9190.0, 9220.0, 9158.0, 9197.0, 9155.0, 9196.0, 9153.0, 9184.0, 9177.0, 9176.0, 9159.0, 9173.0, 9159.0, 9174.0, 9219.0, 9174.0, 9218.0, 9197.0, 9208.0, 9159.0, 9174.0, 9187.0, 9172.0, 9200.0, 9174.0, 9202.0, 9176.0, 9205.0, 9159.0, 9174.0, 9158.0, 9156.0, 9200.0, 9155.0, 9199.0, 9156.0, 9188.0, 9174.0, 9175.0, 9202.0, 9156.0, 9198.0, 9154.0, 9196.0, 9152.0, 9181.0, 9138.0, 9171.0, 9187.0, 9170.0, 9199.0, 9159.0, 9182.0, 9137.0, 9151.0, 9156.0, 9158.0, 9220.0, 9178.0, 9217.0, 9174.0, 9200.0, 9158.0, 9185.0, 9156.0, 9187.0, 9177.0, 9179.0, 9188.0, 9184.0, 9222.0, 9161.0, 9201.0, 9155.0, 9185.0, 9176.0, 9190.0, 9174.0, 9189.0, 9159.0, 9159.0, 9171.0, 9155.0, 9213.0, 9155.0, 9198.0, 9169.0, 9203.0, 9179.0, 9205.0, 9159.0, 9173.0, 9162.0, 9157.0, 9181.0, 9153.0, 9214.0, 9175.0, 9219.0, 9174.0, 9202.0, 9162.0, 9202.0, 9176.0, 9202.0, 9161.0, 9189.0, 9172.0, 9176.0, 9239.0, 9192.0, 9221.0, 9159.0, 9185.0, 9152.0, 9151.0, 9156.0, 9158.0, 9214.0, 9188.0, 9214.0, 9154.0, 9182.0, 9152.0, 9180.0, 9151.0, 9184.0, 9172.0, 9199.0, 9157.0, 9201.0, 9157.0, 9182.0, 9154.0, 9185.0, 9177.0, 9203.0, 9176.0, 9207.0, 9180.0, 9208.0, 9180.0, 9208.0, 9164.0, 9195.0, 9243.0, 9197.0, 9243.0, 9193.0, 9220.0, 9157.0, 9169.0, 9137.0, 9153.0, 9218.0, 9174.0, 9215.0, 9191.0, 9243.0, 9180.0, 9210.0, 9158.0, 9171.0, 9171.0, 9156.0, 9173.0, 9198.0, 9184.0, 9194.0, 9216.0, 9171.0, 9214.0, 9169.0, 9185.0, 9175.0, 9172.0, 9156.0, 9170.0, 9156.0, 9167.0, 9167.0, 9167.0, 9241.0, 9173.0, 9201.0, 9155.0, 9188.0, 9154.0, 9171.0, 9176.0, 9172.0, 9154.0, 9166.0, 9214.0, 9170.0, 9213.0, 9173.0, 9217.0, 9171.0, 9183.0, 9156.0, 9188.0, 9178.0, 9189.0, 9176.0, 9198.0, 9164.0, 9178.0, 9177.0, 9178.0, 9241.0, 9196.0, 9237.0, 9190.0, 9217.0, 9173.0, 9200.0, 9156.0, 9188.0, 9180.0, 9191.0, 9189.0, 9173.0, 9158.0, 9170.0, 9198.0, 9170.0, 9220.0, 9177.0, 9208.0, 9176.0, 9177.0, 9160.0, 9175.0, 9174.0, 9176.0, 9237.0, 9193.0, 9224.0, 9190.0, 9206.0, 9172.0, 9172.0, 9155.0, 9157.0, 9213.0, 9171.0, 9205.0, 9177.0, 9205.0, 9158.0, 9187.0, 9140.0, 9152.0, 9164.0, 9151.0, 9201.0, 9174.0, 9216.0, 9172.0, 9199.0, 9153.0, 9154.0, 9166.0, 9165.0, 9217.0, 9187.0, 9219.0, 9169.0, 9185.0, 9142.0, 9154.0, 9155.0, 9177.0, 9145.0, 9173.0, 9160.0, 9207.0, 9203.0, 9228.0, 9195.0, 9221.0, 9177.0, 9202.0, 9171.0, 9186.0, 9180.0, 9176.0, 9222.0, 9175.0, 9202.0, 9159.0, 9185.0, 9154.0, 9170.0, 9153.0, 9156.0, 9188.0, 9175.0, 9218.0, 9171.0, 9200.0, 9157.0, 9183.0, 9155.0, 9184.0, 9161.0, 9176.0, 9203.0, 9175.0, 9200.0, 9157.0, 9184.0, 9141.0, 9172.0, 9161.0, 9175.0, 9187.0, 9159.0, 9186.0, 9158.0, 9213.0, 9172.0, 9218.0, 9177.0, 9205.0, 9173.0, 9189.0, 9159.0, 9176.0, 9201.0, 9171.0, 9220.0, 9158.0, 9190.0, 9162.0, 9174.0, 9200.0, 9179.0, 9202.0, 9168.0, 9196.0, 9153.0, 9184.0, 9161.0, 9175.0, 9188.0, 9172.0, 9171.0, 9156.0, 9197.0, 9156.0, 9199.0, 9156.0, 9185.0, 9155.0, 9175.0, 9222.0, 9177.0, 9216.0, 9173.0, 9213.0, 9156.0, 9195.0, 9156.0, 9203.0, 9177.0, 9205.0, 9173.0, 9188.0, 9158.0, 9170.0, 9155.0, 9157.0, 9181.0, 9176.0, 9236.0, 9191.0, 9218.0, 9173.0, 9200.0, 9157.0, 9184.0, 9156.0, 9176.0, 9160.0, 9173.0, 9200.0, 9171.0, 9202.0, 9157.0, 9186.0, 9161.0, 9173.0, 9184.0, 9171.0, 9199.0, 9170.0, 9197.0, 9153.0, 9183.0, 9175.0, 9175.0, 9159.0, 9171.0, 9200.0, 9171.0, 9199.0, 9155.0, 9183.0, 9155.0, 9174.0, 9191.0, 9176.0, 9234.0, 9171.0, 9198.0, 9154.0, 9182.0, 9151.0, 9154.0, 9202.0, 9171.0, 9214.0, 9168.0, 9196.0, 9151.0, 9165.0, 9159.0, 9176.0, 9157.0, 9171.0, 9143.0, 9157.0, 9214.0, 9177.0, 9237.0, 9195.0, 9222.0, 9178.0, 9204.0, 9161.0, 9195.0, 9213.0, 9181.0, 9223.0, 9179.0, 9221.0, 9162.0, 9207.0, 9183.0, 9208.0, 9179.0, 9209.0, 9163.0, 9178.0, 9217.0, 9193.0, 9240.0, 9191.0, 9220.0, 9161.0, 9188.0, 9157.0, 9158.0, 9191.0, 9178.0, 9238.0, 9189.0, 9217.0, 9171.0, 9185.0, 9153.0, 9168.0, 9173.0, 9173.0, 9232.0, 9171.0, 9199.0, 9155.0, 9181.0, 9151.0, 9169.0, 9157.0, 9171.0, 9198.0, 9168.0, 9198.0, 9153.0, 9198.0, 9173.0, 9186.0, 9152.0, 9154.0, 9154.0, 9152.0, 9194.0, 9152.0, 9201.0, 9173.0, 9202.0, 9157.0, 9156.0, 9156.0, 9171.0, 9158.0, 9192.0, 9240.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.00036297359357060857</td></tr>
<tr><td colspan=3>aqi</td><td>0.015226440528128587</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.731807897275885</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1845592531034481</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974828630344831</td></tr>
<tr><td colspan=3>efc</td><td>0.464</td></tr>
<tr><td colspan=3>fber</td><td>7004.2466</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08201370402179022</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8036739380022963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.464833817866681</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4234093058577835</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7487032981021704</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2223888496400894</td></tr>
<tr><td colspan=3>gcor</td><td>0.00679456</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01629587635397911</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027938734740018845</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.66760471582072</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>33.8459</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1203</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9256</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301578.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.2049</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0316</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.9089</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.145</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.2918</td></tr>
<tr><td colspan=3>tsnr</td><td>46.400717210024595</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>