<?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-04_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-04_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-04_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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_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-04_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-04_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-04_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>6c9b1c7e4b3874f6267ef06a648ce6c6</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:13:27.022500</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-04_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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</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.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f41bef0a-fa30-4d64-9021-24cea67c0912||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': ['171327.022500', '171327.482500', '171327.942500', '171328.402500', '171328.862500', '171329.322500', '171329.782500', '171330.242500', '171330.702500', '171331.162500', '171331.622500', '171332.082500', '171332.542500', '171333.002500', '171333.462500', '171333.922500', '171334.382500', '171334.842500', '171335.302500', '171335.762500', '171336.222500', '171336.682500', '171337.142500', '171337.602500', '171338.062500', '171338.522500', '171338.982500', '171339.442500', '171339.902500', '171340.362500', '171340.822500', '171341.282500', '171341.742500', '171342.202500', '171342.662500', '171343.122500', '171343.582500', '171344.042500', '171344.502500', '171344.962500', '171345.422500', '171345.882500', '171346.342500', '171346.802500', '171347.262500', '171347.722500', '171348.182500', '171348.642500', '171349.102500', '171349.562500', '171350.022500', '171350.482500', '171350.942500', '171351.402500', '171351.862500', '171352.322500', '171352.782500', '171353.242500', '171353.702500', '171354.162500', '171354.622500', '171355.082500', '171355.542500', '171356.002500', '171356.462500', '171356.922500', '171357.382500', '171357.842500', '171358.302500', '171358.762500', '171359.222500', '171359.682500', '171400.142500', '171400.602500', '171401.062500', '171401.522500', '171401.982500', '171402.442500', '171402.902500', '171403.362500', '171403.822500', '171404.282500', '171404.742500', '171405.202500', '171405.662500', '171406.122500', '171406.582500', '171407.042500', '171407.502500', '171407.962500', '171408.422500', '171408.882500', '171409.342500', '171409.802500', '171410.262500', '171410.722500', '171411.182500', '171411.642500', '171412.102500', '171412.562500', '171413.022500', '171413.482500', '171413.942500', '171414.402500', '171414.862500', '171415.322500', '171415.782500', '171416.242500', '171416.702500', '171417.162500', '171417.622500', '171418.082500', '171418.542500', '171419.002500', '171419.462500', '171419.922500', '171420.382500', '171420.842500', '171421.302500', '171421.762500', '171422.222500', '171422.682500', '171423.142500', '171423.602500', '171424.062500', '171424.522500', '171424.982500', '171425.442500', '171425.902500', '171426.362500', '171426.822500', '171427.282500', '171427.742500', '171428.202500', '171428.662500', '171429.122500', '171429.582500', '171430.042500', '171430.502500', '171430.962500', '171431.422500', '171431.882500', '171432.342500', '171432.802500', '171433.262500', '171433.722500', '171434.182500', '171434.642500', '171435.102500', '171435.562500', '171436.022500', '171436.482500', '171436.942500', '171437.402500', '171437.862500', '171438.322500', '171438.782500', '171439.242500', '171439.702500', '171440.162500', '171440.622500', '171441.082500', '171441.542500', '171442.002500', '171442.462500', '171442.922500', '171443.382500', '171443.842500', '171444.302500', '171444.762500', '171445.222500', '171445.682500', '171446.142500', '171446.602500', '171447.062500', '171447.522500', '171447.982500', '171448.442500', '171448.902500', '171449.362500', '171449.822500', '171450.282500', '171450.742500', '171451.202500', '171451.662500', '171452.122500', '171452.582500', '171453.042500', '171453.502500', '171453.962500', '171454.422500', '171454.882500', '171455.342500', '171455.802500', '171456.262500', '171456.722500', '171457.182500', '171457.642500', '171458.102500', '171458.562500', '171459.022500', '171459.482500', '171459.942500', '171500.402500', '171500.862500', '171501.322500', '171501.782500', '171502.242500', '171502.702500', '171503.162500', '171503.622500', '171504.082500', '171504.542500', '171505.002500', '171505.462500', '171505.922500', '171506.382500', '171506.842500', '171507.302500', '171507.762500', '171508.222500', '171508.682500', '171509.142500', '171509.602500', '171510.062500', '171510.522500', '171510.982500', '171511.442500', '171511.902500', '171512.362500', '171512.822500', '171513.282500', '171513.742500', '171514.202500', '171514.662500', '171515.122500', '171515.582500', '171516.042500', '171516.502500', '171516.962500', '171517.422500', '171517.882500', '171518.342500', '171518.802500', '171519.262500', '171519.722500', '171520.182500', '171520.642500', '171521.102500', '171521.562500', '171522.022500', '171522.482500', '171522.942500', '171523.402500', '171523.862500', '171524.322500', '171524.782500', '171525.242500', '171525.702500', '171526.162500', '171526.622500', '171527.082500', '171527.542500', '171528.002500', '171528.462500', '171528.922500', '171529.382500', '171529.842500', '171530.302500', '171530.762500', '171531.222500', '171531.682500', '171532.142500', '171532.602500', '171533.062500', '171533.522500', '171533.982500', '171534.442500', '171534.902500', '171535.362500', '171535.822500', '171536.282500', '171536.742500', '171537.202500', '171537.662500', '171538.122500', '171538.582500', '171539.042500', '171539.502500', '171539.962500', '171540.422500', '171540.882500', '171541.342500', '171541.802500', '171542.262500', '171542.722500', '171543.182500', '171543.642500', '171544.102500', '171544.562500', '171545.022500', '171545.482500', '171545.942500', '171546.402500', '171546.862500', '171547.322500', '171547.782500', '171548.242500', '171548.702500', '171549.162500', '171549.622500', '171550.082500', '171550.542500', '171551.002500', '171551.462500', '171551.922500', '171552.382500', '171552.842500', '171553.302500', '171553.762500', '171554.222500', '171554.682500', '171555.142500', '171555.602500', '171556.062500', '171556.522500', '171556.982500', '171557.442500', '171557.902500', '171558.362500', '171558.822500', '171559.282500', '171559.742500', '171600.202500', '171600.662500', '171601.122500', '171601.582500', '171602.042500', '171602.502500', '171602.962500', '171603.422500', '171603.882500', '171604.342500', '171604.802500', '171605.262500', '171605.722500', '171606.182500', '171606.642500', '171607.102500', '171607.562500', '171608.022500', '171608.482500', '171608.942500', '171609.402500', '171609.862500', '171610.322500', '171610.782500', '171611.242500', '171611.702500', '171612.162500', '171612.622500', '171613.082500', '171613.542500', '171614.002500', '171614.462500', '171614.922500', '171615.382500', '171615.842500', '171616.302500', '171616.762500', '171617.222500', '171617.682500', '171618.142500', '171618.602500', '171619.062500', '171619.522500', '171619.982500', '171620.442500', '171620.902500', '171621.362500', '171621.822500', '171622.282500', '171622.742500', '171623.202500', '171623.662500', '171624.122500', '171624.582500', '171625.042500', '171625.502500', '171625.962500', '171626.422500', '171626.882500', '171627.342500', '171627.802500', '171628.262500', '171628.722500', '171629.182500', '171629.642500', '171630.102500', '171630.562500', '171631.022500', '171631.482500', '171631.942500', '171632.402500', '171632.862500', '171633.322500', '171633.782500', '171634.242500', '171634.702500', '171635.162500', '171635.622500', '171636.082500', '171636.542500', '171637.002500', '171637.462500', '171637.922500', '171638.382500', '171638.842500', '171639.302500', '171639.762500', '171640.222500', '171640.682500', '171641.142500', '171641.602500', '171642.062500', '171642.522500', '171642.982500', '171643.442500', '171643.902500', '171644.362500', '171644.822500', '171645.282500', '171645.742500', '171646.202500', '171646.662500', '171647.122500', '171647.582500', '171648.042500', '171648.502500', '171648.962500', '171649.422500', '171649.882500', '171650.342500', '171650.802500', '171651.262500', '171651.722500', '171652.182500', '171652.642500', '171653.102500', '171653.562500', '171654.022500', '171654.482500', '171654.942500', '171655.402500', '171655.862500', '171656.322500', '171656.782500', '171657.242500', '171657.702500', '171658.162500', '171658.622500', '171659.082500', '171659.542500', '171700.002500', '171700.462500', '171700.922500', '171701.382500', '171701.842500', '171702.302500', '171702.762500', '171703.222500', '171703.682500', '171704.142500', '171704.602500', '171705.062500', '171705.522500', '171705.982500', '171706.442500', '171706.902500', '171707.362500', '171707.822500', '171708.282500', '171708.742500', '171709.202500', '171709.662500', '171710.122500', '171710.582500', '171711.042500', '171711.502500', '171711.962500', '171712.422500', '171712.882500', '171713.342500', '171713.802500', '171714.262500', '171714.722500', '171715.182500', '171715.642500', '171716.102500', '171716.562500', '171717.022500', '171717.482500', '171717.942500', '171718.402500', '171718.862500', '171719.322500', '171719.782500', '171720.242500', '171720.702500', '171721.162500', '171721.622500', '171722.082500', '171722.542500', '171723.002500', '171723.462500', '171723.922500', '171724.382500', '171724.842500', '171725.302500', '171725.762500', '171726.222500', '171726.682500', '171727.142500', '171727.602500', '171728.062500', '171728.522500', '171728.982500', '171729.442500', '171729.902500', '171730.362500', '171730.822500', '171731.282500', '171731.742500', '171732.202500', '171732.662500', '171733.122500', '171733.582500', '171734.042500', '171734.502500', '171734.962500', '171735.422500', '171735.882500', '171736.342500', '171736.802500', '171737.262500', '171737.722500', '171738.182500', '171738.642500', '171739.102500', '171739.562500', '171740.022500', '171740.482500', '171740.942500', '171741.402500', '171741.862500', '171742.322500', '171742.782500', '171743.242500', '171743.702500', '171744.162500', '171744.622500', '171745.082500', '171745.542500', '171746.002500', '171746.462500', '171746.922500', '171747.382500', '171747.842500', '171748.302500', '171748.762500', '171749.222500', '171749.682500', '171750.142500', '171750.602500', '171751.062500', '171751.522500', '171751.982500', '171752.442500', '171752.902500', '171753.362500', '171753.822500', '171754.282500', '171754.742500', '171755.202500', '171755.662500', '171756.122500', '171756.582500', '171757.042500', '171757.502500', '171757.962500', '171758.422500', '171758.882500', '171759.342500', '171759.802500', '171800.262500', '171800.722500', '171801.182500', '171801.642500', '171802.102500', '171802.562500', '171803.022500', '171803.482500', '171803.942500', '171804.402500', '171804.862500', '171805.322500', '171805.782500', '171806.242500', '171806.702500', '171807.162500', '171807.622500', '171808.082500', '171808.542500', '171809.002500', '171809.462500', '171809.922500', '171810.382500', '171810.842500', '171811.302500', '171811.762500', '171812.222500', '171812.682500', '171813.142500', '171813.602500', '171814.062500', '171814.522500', '171814.982500', '171815.442500', '171815.902500', '171816.362500', '171816.822500', '171817.282500', '171817.742500', '171818.202500', '171818.662500', '171819.122500', '171819.582500', '171820.042500', '171820.502500', '171820.962500', '171821.422500', '171821.882500', '171822.342500', '171822.802500', '171823.262500', '171823.722500', '171824.182500', '171824.642500', '171825.102500', '171825.562500', '171826.022500', '171826.482500', '171826.942500', '171827.402500', '171827.862500', '171828.322500', '171828.782500', '171829.242500', '171829.702500', '171830.162500', '171830.622500', '171831.082500', '171831.542500', '171832.002500', '171832.462500', '171832.922500', '171833.382500', '171833.842500', '171834.302500', '171834.762500', '171835.222500', '171835.682500', '171836.142500', '171836.602500', '171837.062500', '171837.522500', '171837.982500', '171838.442500', '171838.902500', '171839.362500', '171839.822500', '171840.282500', '171840.742500', '171841.202500', '171841.662500', '171842.122500', '171842.582500', '171843.042500', '171843.502500', '171843.962500', '171844.422500', '171844.882500', '171845.342500', '171845.802500', '171846.262500', '171846.722500', '171847.182500', '171847.642500', '171848.102500', '171848.562500', '171849.022500', '171849.482500', '171849.942500', '171850.402500', '171850.862500', '171851.322500', '171851.782500', '171852.242500', '171852.702500', '171853.162500', '171853.622500', '171854.082500', '171854.542500', '171855.002500', '171855.462500', '171855.922500', '171856.382500', '171856.842500', '171857.302500', '171857.762500', '171858.222500', '171858.682500', '171859.142500', '171859.602500', '171900.062500', '171900.522500', '171900.982500', '171901.442500', '171901.902500', '171902.362500', '171902.822500', '171903.282500', '171903.742500', '171904.202500', '171904.662500', '171905.122500', '171905.582500', '171906.042500', '171906.502500', '171906.962500', '171907.422500', '171907.882500', '171908.342500', '171908.802500', '171909.262500', '171909.722500', '171910.182500', '171910.642500', '171911.102500', '171911.562500', '171912.022500', '171912.482500', '171912.942500', '171913.402500', '171913.862500', '171914.322500', '171914.782500', '171915.242500', '171915.702500', '171916.162500', '171916.622500', '171917.082500', '171917.542500', '171918.002500', '171918.462500', '171918.922500', '171919.382500', '171919.842500', '171920.302500', '171920.762500', '171921.222500', '171921.682500', '171922.142500', '171922.602500', '171923.062500', '171923.522500', '171923.982500', '171924.442500', '171924.902500', '171925.362500', '171925.822500', '171926.282500', '171926.742500', '171927.202500', '171927.662500', '171928.122500', '171928.582500', '171929.042500', '171929.502500', '171929.962500', '171930.422500', '171930.882500', '171931.342500', '171931.802500', '171932.262500', '171932.722500', '171933.182500', '171933.642500', '171934.102500', '171934.562500', '171935.022500', '171935.482500', '171935.942500', '171936.402500', '171936.862500', '171937.322500', '171937.782500', '171938.242500', '171938.702500', '171939.162500', '171939.622500', '171940.082500', '171940.542500', '171941.002500', '171941.462500', '171941.922500', '171942.382500', '171942.842500', '171943.302500', '171943.762500', '171944.222500', '171944.682500', '171945.142500', '171945.602500', '171946.062500', '171946.522500', '171946.982500', '171947.442500', '171947.902500', '171948.362500', '171948.822500', '171949.282500', '171949.742500', '171950.202500', '171950.662500', '171951.122500', '171951.582500', '171952.042500', '171952.502500', '171952.962500', '171953.422500', '171953.882500', '171954.342500', '171954.802500', '171955.262500', '171955.722500', '171956.182500', '171956.642500', '171957.102500', '171957.562500', '171958.022500', '171958.482500', '171958.942500', '171959.402500', '171959.862500', '172000.322500', '172000.782500', '172001.242500', '172001.702500', '172002.162500', '172002.622500', '172003.082500', '172003.542500', '172004.002500', '172004.462500', '172004.922500', '172005.382500', '172005.842500', '172006.302500', '172006.762500', '172007.222500', '172007.682500'], 'ContentTime': ['171349.329000', '171349.332000', '171349.335000', '171349.337000', '171349.340000', '171349.343000', '171349.346000', '171349.349000', '171349.356000', '171349.359000', '171349.362000', '171349.364000', '171349.367000', '171349.370000', '171349.372000', '171349.375000', '171349.377000', '171349.380000', '171349.383000', '171349.385000', '171349.388000', '171349.390000', '171349.393000', '171349.395000', '171349.398000', '171349.400000', '171349.403000', '171349.406000', '171349.409000', '171349.411000', '171349.414000', '171349.416000', '171349.419000', '171349.421000', '171349.427000', '171349.429000', '171349.432000', '171349.435000', '171349.437000', '171349.440000', '171349.443000', '171349.445000', '171349.448000', '171349.450000', '171349.453000', '171349.456000', '171409.295000', '171409.298000', '171409.301000', '171409.303000', '171409.306000', '171409.308000', '171409.311000', '171409.314000', '171409.316000', '171409.319000', '171409.322000', '171409.324000', '171409.327000', '171409.329000', '171409.332000', '171409.334000', '171409.337000', '171409.340000', '171409.342000', '171409.345000', '171409.347000', '171409.350000', '171409.353000', '171409.357000', '171409.359000', '171409.362000', '171409.365000', '171409.367000', '171409.370000', '171409.372000', '171409.375000', '171409.377000', '171409.382000', '171409.385000', '171409.388000', '171409.390000', '171409.393000', '171409.398000', '171409.401000', '171409.404000', '171409.406000', '171409.409000', '171409.412000', '171429.295000', '171429.298000', '171429.301000', '171429.303000', '171429.306000', '171429.308000', '171429.311000', '171429.314000', '171429.316000', '171429.319000', '171429.321000', '171429.324000', '171429.327000', '171429.329000', '171429.332000', '171429.334000', '171429.337000', '171429.339000', '171429.342000', '171429.345000', '171429.347000', '171429.350000', '171429.352000', '171429.355000', '171429.358000', '171429.361000', '171429.363000', '171429.366000', '171429.369000', '171429.375000', '171429.377000', '171429.380000', '171429.382000', '171429.385000', '171429.387000', '171429.390000', '171429.392000', '171429.408000', '171429.410000', '171429.413000', '171429.416000', '171429.418000', '171429.421000', '171429.423000', '171449.295000', '171449.298000', '171449.301000', '171449.304000', '171449.306000', '171449.309000', '171449.311000', '171449.314000', '171449.317000', '171449.319000', '171449.322000', '171449.325000', '171449.327000', '171449.330000', '171449.332000', '171449.335000', '171449.338000', '171449.340000', '171449.343000', '171449.345000', '171449.348000', '171449.350000', '171449.353000', '171449.356000', '171449.358000', '171449.361000', '171449.363000', '171449.366000', '171449.369000', '171449.371000', '171449.374000', '171449.376000', '171449.379000', '171449.382000', '171449.384000', '171449.387000', '171449.390000', '171449.393000', '171449.396000', '171449.399000', '171449.404000', '171449.406000', '171449.409000', '171509.295000', '171509.298000', '171509.301000', '171509.303000', '171509.306000', '171509.308000', '171509.311000', '171509.314000', '171509.316000', '171509.347000', '171509.349000', '171509.352000', '171509.354000', '171509.357000', '171509.359000', '171509.362000', '171509.364000', '171509.367000', '171509.370000', '171509.372000', '171509.375000', '171509.377000', '171509.380000', '171509.383000', '171509.385000', '171509.388000', '171509.390000', '171509.393000', '171509.396000', '171509.398000', '171509.401000', '171509.403000', '171509.406000', '171509.409000', '171509.411000', '171509.414000', '171509.416000', '171509.419000', '171509.422000', '171509.424000', '171509.427000', '171509.430000', '171509.432000', '171509.435000', '171529.295000', '171529.298000', '171529.301000', '171529.303000', '171529.306000', '171529.308000', '171529.311000', '171529.314000', '171529.316000', '171529.319000', '171529.321000', '171529.324000', '171529.326000', '171529.329000', '171529.332000', '171529.334000', '171529.337000', '171529.339000', '171529.342000', '171529.344000', '171529.348000', '171529.356000', '171529.359000', '171529.361000', '171529.364000', '171529.367000', '171529.369000', '171529.372000', '171529.375000', '171529.378000', '171529.380000', '171529.383000', '171529.386000', '171529.388000', '171529.391000', '171529.393000', '171529.396000', '171529.399000', '171529.401000', '171529.404000', '171529.406000', '171529.409000', '171529.412000', '171549.295000', '171549.298000', '171549.301000', '171549.303000', '171549.306000', '171549.309000', '171549.311000', '171549.314000', '171549.316000', '171549.319000', '171549.322000', '171549.324000', '171549.327000', '171549.330000', '171549.332000', '171549.335000', '171549.337000', '171549.340000', '171549.342000', '171549.345000', '171549.348000', '171549.350000', '171549.353000', '171549.356000', '171549.358000', '171549.361000', '171549.364000', '171549.366000', '171549.369000', '171549.371000', '171549.374000', '171549.377000', '171549.379000', '171549.382000', '171549.384000', '171549.387000', '171549.389000', '171549.392000', '171549.395000', '171549.397000', '171549.400000', '171549.402000', '171549.405000', '171549.408000', '171609.295000', '171609.298000', '171609.301000', '171609.303000', '171609.306000', '171609.309000', '171609.311000', '171609.314000', '171609.316000', '171609.319000', '171609.321000', '171609.324000', '171609.327000', '171609.329000', '171609.332000', '171609.334000', '171609.337000', '171609.339000', '171609.342000', '171609.344000', '171609.347000', '171609.350000', '171609.371000', '171609.374000', '171609.376000', '171609.379000', '171609.382000', '171609.385000', '171609.387000', '171609.390000', '171609.393000', '171609.395000', '171609.411000', '171609.414000', '171609.416000', '171609.419000', '171609.421000', '171609.424000', '171609.427000', '171609.429000', '171609.432000', '171609.434000', '171609.437000', '171629.295000', '171629.298000', '171629.301000', '171629.304000', '171629.306000', '171629.309000', '171629.311000', '171629.314000', '171629.316000', '171629.319000', '171629.321000', '171629.324000', '171629.327000', '171629.329000', '171629.332000', '171629.334000', '171629.337000', '171629.339000', '171629.342000', '171629.344000', '171629.347000', '171629.350000', '171629.352000', '171629.355000', '171629.357000', '171629.360000', '171629.363000', '171629.365000', '171629.368000', '171629.371000', '171629.373000', '171629.376000', '171629.379000', '171629.381000', '171629.384000', '171629.387000', '171629.389000', '171629.392000', '171629.395000', '171629.397000', '171629.400000', '171629.402000', '171629.405000', '171629.407000', '171649.295000', '171649.298000', '171649.301000', '171649.303000', '171649.306000', '171649.309000', '171649.311000', '171649.314000', '171649.316000', '171649.319000', '171649.321000', '171649.324000', '171649.327000', '171649.329000', '171649.332000', '171649.334000', '171649.337000', '171649.339000', '171649.342000', '171649.345000', '171649.347000', '171649.350000', '171649.352000', '171649.355000', '171649.357000', '171649.360000', '171649.363000', '171649.365000', '171649.368000', '171649.371000', '171649.373000', '171649.376000', '171649.378000', '171649.381000', '171649.384000', '171649.386000', '171649.389000', '171649.392000', '171649.394000', '171649.397000', '171649.400000', '171649.404000', '171649.407000', '171709.296000', '171709.298000', '171709.301000', '171709.304000', '171709.307000', '171709.309000', '171709.312000', '171709.314000', '171709.317000', '171709.320000', '171709.322000', '171709.325000', '171709.328000', '171709.330000', '171709.333000', '171709.336000', '171709.338000', '171709.341000', '171709.343000', '171709.346000', '171709.349000', '171709.351000', '171709.354000', '171709.357000', '171709.359000', '171709.362000', '171709.364000', '171709.367000', '171709.370000', '171709.372000', '171709.375000', '171709.378000', '171709.380000', '171709.383000', '171709.386000', '171709.388000', '171709.391000', '171709.393000', '171709.396000', '171709.399000', '171709.401000', '171709.404000', '171709.406000', '171729.295000', '171729.298000', '171729.301000', '171729.304000', '171729.306000', '171729.309000', '171729.311000', '171729.314000', '171729.317000', '171729.319000', '171729.322000', '171729.324000', '171729.327000', '171729.330000', '171729.332000', '171729.335000', '171729.338000', '171729.340000', '171729.343000', '171729.345000', '171729.348000', '171729.351000', '171729.353000', '171729.356000', '171729.358000', '171729.361000', '171729.363000', '171729.366000', '171729.369000', '171729.371000', '171729.374000', '171729.376000', '171729.379000', '171729.381000', '171729.384000', '171729.387000', '171729.389000', '171729.392000', '171729.395000', '171729.397000', '171729.400000', '171729.402000', '171729.405000', '171729.407000', '171749.295000', '171749.298000', '171749.301000', '171749.304000', '171749.306000', '171749.309000', '171749.311000', '171749.314000', '171749.317000', '171749.319000', '171749.322000', '171749.324000', '171749.327000', '171749.330000', '171749.340000', '171749.343000', '171749.346000', '171749.348000', '171749.351000', '171749.353000', '171749.356000', '171749.359000', '171749.361000', '171749.364000', '171749.367000', '171749.369000', '171749.372000', '171749.374000', '171749.377000', '171749.380000', '171749.382000', '171749.385000', '171749.387000', '171749.390000', '171749.393000', '171749.395000', '171749.398000', '171749.401000', '171749.403000', '171749.406000', '171749.409000', '171749.411000', '171749.414000', '171749.417000', '171809.295000', '171809.298000', '171809.301000', '171809.304000', '171809.306000', '171809.309000', '171809.312000', '171809.314000', '171809.317000', '171809.320000', '171809.322000', '171809.325000', '171809.327000', '171809.330000', '171809.333000', '171809.335000', '171809.338000', '171809.340000', '171809.343000', '171809.346000', '171809.348000', '171809.351000', '171809.353000', '171809.356000', '171809.359000', '171809.361000', '171809.364000', '171809.367000', '171809.369000', '171809.372000', '171809.374000', '171809.377000', '171809.380000', '171809.382000', '171809.385000', '171809.387000', '171809.390000', '171809.393000', '171809.395000', '171809.398000', '171809.401000', '171809.403000', '171809.406000', '171829.295000', '171829.298000', '171829.301000', '171829.303000', '171829.306000', '171829.308000', '171829.311000', '171829.314000', '171829.316000', '171829.319000', '171829.322000', '171829.325000', '171829.327000', '171829.330000', '171829.333000', '171829.335000', '171829.338000', '171829.340000', '171829.343000', '171829.345000', '171829.348000', '171829.351000', '171829.353000', '171829.356000', '171829.358000', '171829.361000', '171829.363000', '171829.366000', '171829.369000', '171829.371000', '171829.374000', '171829.376000', '171829.379000', '171829.382000', '171829.384000', '171829.387000', '171829.389000', '171829.392000', '171829.394000', '171829.397000', '171829.400000', '171829.402000', '171829.405000', '171829.407000', '171849.296000', '171849.299000', '171849.301000', '171849.304000', '171849.306000', '171849.309000', '171849.311000', '171849.314000', '171849.316000', '171849.319000', '171849.322000', '171849.324000', '171849.327000', '171849.330000', '171849.332000', '171849.335000', '171849.337000', '171849.340000', '171849.342000', '171849.345000', '171849.348000', '171849.350000', '171849.353000', '171849.355000', '171849.358000', '171849.361000', '171849.363000', '171849.366000', '171849.368000', '171849.371000', '171849.373000', '171849.376000', '171849.379000', '171849.381000', '171849.384000', '171849.386000', '171849.389000', '171849.391000', '171849.394000', '171849.397000', '171849.399000', '171849.402000', '171849.404000', '171909.295000', '171909.298000', '171909.301000', '171909.304000', '171909.306000', '171909.309000', '171909.311000', '171909.315000', '171909.318000', '171909.321000', '171909.323000', '171909.326000', '171909.328000', '171909.331000', '171909.334000', '171909.336000', '171909.339000', '171909.342000', '171909.344000', '171909.347000', '171909.350000', '171909.352000', '171909.355000', '171909.357000', '171909.360000', '171909.363000', '171909.365000', '171909.368000', '171909.371000', '171909.373000', '171909.376000', '171909.379000', '171909.381000', '171909.384000', '171909.387000', '171909.389000', '171909.392000', '171909.394000', '171909.399000', '171909.412000', '171909.414000', '171909.417000', '171909.420000', '171909.422000', '171929.295000', '171929.298000', '171929.301000', '171929.304000', '171929.306000', '171929.309000', '171929.311000', '171929.314000', '171929.316000', '171929.319000', '171929.322000', '171929.324000', '171929.327000', '171929.329000', '171929.332000', '171929.335000', '171929.338000', '171929.341000', '171929.343000', '171929.346000', '171929.348000', '171929.351000', '171929.354000', '171929.356000', '171929.359000', '171929.361000', '171929.364000', '171929.367000', '171929.369000', '171929.372000', '171929.374000', '171929.377000', '171929.380000', '171929.383000', '171929.385000', '171929.388000', '171929.391000', '171929.393000', '171929.396000', '171929.398000', '171929.401000', '171929.404000', '171929.406000', '171949.295000', '171949.298000', '171949.301000', '171949.303000', '171949.306000', '171949.308000', '171949.311000', '171949.314000', '171949.316000', '171949.319000', '171949.321000', '171949.324000', '171949.326000', '171949.329000', '171949.332000', '171949.334000', '171949.337000', '171949.339000', '171949.342000', '171949.345000', '171949.348000', '171949.351000', '171949.353000', '171949.356000', '171949.358000', '171949.361000', '171949.364000', '171949.366000', '171949.369000', '171949.371000', '171949.374000', '171949.377000', '171949.379000', '171949.382000', '171949.385000', '171949.387000', '171949.390000', '171949.392000', '171949.395000', '171949.398000', '171949.400000', '171949.403000', '171949.405000', '171949.408000', '172009.037000', '172009.040000', '172009.043000', '172009.046000', '172009.048000', '172009.052000', '172009.055000', '172009.058000', '172009.061000', '172009.066000', '172009.069000', '172009.071000', '172009.074000', '172009.077000', '172009.079000', '172009.082000', '172009.085000', '172009.087000', '172009.090000', '172009.093000', '172009.095000', '172009.098000', '172009.101000', '172009.103000', '172009.107000', '172009.112000', '172009.115000', '172009.117000', '172009.120000', '172009.123000', '172009.126000', '172009.129000', '172009.131000', '172009.134000', '172009.137000', '172009.139000', '172009.142000', '172009.145000', '172009.148000', '172009.150000', '172009.153000', '172009.156000', '172009.159000'], 'InstanceCreationTime': ['171349.329000', '171349.332000', '171349.335000', '171349.337000', '171349.340000', '171349.343000', '171349.346000', '171349.349000', '171349.356000', '171349.359000', '171349.362000', '171349.364000', '171349.367000', '171349.370000', '171349.372000', '171349.375000', '171349.377000', '171349.380000', '171349.383000', '171349.385000', '171349.388000', '171349.390000', '171349.393000', '171349.395000', '171349.398000', '171349.400000', '171349.403000', '171349.406000', '171349.409000', '171349.411000', '171349.414000', '171349.416000', '171349.419000', '171349.421000', '171349.427000', '171349.429000', '171349.432000', '171349.435000', '171349.437000', '171349.440000', '171349.443000', '171349.445000', '171349.448000', '171349.450000', '171349.453000', '171349.456000', '171409.295000', '171409.298000', '171409.301000', '171409.303000', '171409.306000', '171409.308000', '171409.311000', '171409.314000', '171409.316000', '171409.319000', '171409.322000', '171409.324000', '171409.327000', '171409.329000', '171409.332000', '171409.334000', '171409.337000', '171409.340000', '171409.342000', '171409.345000', '171409.347000', '171409.350000', '171409.353000', '171409.357000', '171409.359000', '171409.362000', '171409.365000', '171409.367000', '171409.370000', '171409.372000', '171409.375000', '171409.377000', '171409.382000', '171409.385000', '171409.388000', '171409.390000', '171409.393000', '171409.398000', '171409.401000', '171409.404000', '171409.406000', '171409.409000', '171409.412000', '171429.295000', '171429.298000', '171429.301000', '171429.303000', '171429.306000', '171429.308000', '171429.311000', '171429.314000', '171429.316000', '171429.319000', '171429.321000', '171429.324000', '171429.327000', '171429.329000', '171429.332000', '171429.334000', '171429.337000', '171429.339000', '171429.342000', '171429.345000', '171429.347000', '171429.350000', '171429.352000', '171429.355000', '171429.358000', '171429.361000', '171429.363000', '171429.366000', '171429.369000', '171429.375000', '171429.377000', '171429.380000', '171429.382000', '171429.385000', '171429.387000', '171429.390000', '171429.392000', '171429.408000', '171429.410000', '171429.413000', '171429.416000', '171429.418000', '171429.421000', '171429.423000', '171449.295000', '171449.298000', '171449.301000', '171449.304000', '171449.306000', '171449.309000', '171449.311000', '171449.314000', '171449.317000', '171449.319000', '171449.322000', '171449.325000', '171449.327000', '171449.330000', '171449.332000', '171449.335000', '171449.338000', '171449.340000', '171449.343000', '171449.345000', '171449.348000', '171449.350000', '171449.353000', '171449.356000', '171449.358000', '171449.361000', '171449.363000', '171449.366000', '171449.369000', '171449.371000', '171449.374000', '171449.376000', '171449.379000', '171449.382000', '171449.384000', '171449.387000', '171449.390000', '171449.393000', '171449.396000', '171449.399000', '171449.404000', '171449.406000', '171449.409000', '171509.295000', '171509.298000', '171509.301000', '171509.303000', '171509.306000', '171509.308000', '171509.311000', '171509.314000', '171509.316000', '171509.347000', '171509.349000', '171509.352000', '171509.354000', '171509.357000', '171509.359000', '171509.362000', '171509.364000', '171509.367000', '171509.370000', '171509.372000', '171509.375000', '171509.377000', '171509.380000', '171509.383000', '171509.385000', '171509.388000', '171509.390000', '171509.393000', '171509.396000', '171509.398000', '171509.401000', '171509.403000', '171509.406000', '171509.409000', '171509.411000', '171509.414000', '171509.416000', '171509.419000', '171509.422000', '171509.424000', '171509.427000', '171509.430000', '171509.432000', '171509.435000', '171529.295000', '171529.298000', '171529.301000', '171529.303000', '171529.306000', '171529.308000', '171529.311000', '171529.314000', '171529.316000', '171529.319000', '171529.321000', '171529.324000', '171529.326000', '171529.329000', '171529.332000', '171529.334000', '171529.337000', '171529.339000', '171529.342000', '171529.344000', '171529.348000', '171529.356000', '171529.359000', '171529.361000', '171529.364000', '171529.367000', '171529.369000', '171529.372000', '171529.375000', '171529.378000', '171529.380000', '171529.383000', '171529.386000', '171529.388000', '171529.391000', '171529.393000', '171529.396000', '171529.399000', '171529.401000', '171529.404000', '171529.406000', '171529.409000', '171529.412000', '171549.295000', '171549.298000', '171549.301000', '171549.303000', '171549.306000', '171549.309000', '171549.311000', '171549.314000', '171549.316000', '171549.319000', '171549.322000', '171549.324000', '171549.327000', '171549.330000', '171549.332000', '171549.335000', '171549.337000', '171549.340000', '171549.342000', '171549.345000', '171549.348000', '171549.350000', '171549.353000', '171549.356000', '171549.358000', '171549.361000', '171549.364000', '171549.366000', '171549.369000', '171549.371000', '171549.374000', '171549.377000', '171549.379000', '171549.382000', '171549.384000', '171549.387000', '171549.389000', '171549.392000', '171549.395000', '171549.397000', '171549.400000', '171549.402000', '171549.405000', '171549.408000', '171609.295000', '171609.298000', '171609.301000', '171609.303000', '171609.306000', '171609.309000', '171609.311000', '171609.314000', '171609.316000', '171609.319000', '171609.321000', '171609.324000', '171609.327000', '171609.329000', '171609.332000', '171609.334000', '171609.337000', '171609.339000', '171609.342000', '171609.344000', '171609.347000', '171609.350000', '171609.371000', '171609.374000', '171609.376000', '171609.379000', '171609.382000', '171609.385000', '171609.387000', '171609.390000', '171609.393000', '171609.395000', '171609.411000', '171609.414000', '171609.416000', '171609.419000', '171609.421000', '171609.424000', '171609.427000', '171609.429000', '171609.432000', '171609.434000', '171609.437000', '171629.295000', '171629.298000', '171629.301000', '171629.304000', '171629.306000', '171629.309000', '171629.311000', '171629.314000', '171629.316000', '171629.319000', '171629.321000', '171629.324000', '171629.327000', '171629.329000', '171629.332000', '171629.334000', '171629.337000', '171629.339000', '171629.342000', '171629.344000', '171629.347000', '171629.350000', '171629.352000', '171629.355000', '171629.357000', '171629.360000', '171629.363000', '171629.365000', '171629.368000', '171629.371000', '171629.373000', '171629.376000', '171629.379000', '171629.381000', '171629.384000', '171629.387000', '171629.389000', '171629.392000', '171629.395000', '171629.397000', '171629.400000', '171629.402000', '171629.405000', '171629.407000', '171649.295000', '171649.298000', '171649.301000', '171649.303000', '171649.306000', '171649.309000', '171649.311000', '171649.314000', '171649.316000', '171649.319000', '171649.321000', '171649.324000', '171649.327000', '171649.329000', '171649.332000', '171649.334000', '171649.337000', '171649.339000', '171649.342000', '171649.345000', '171649.347000', '171649.350000', '171649.352000', '171649.355000', '171649.357000', '171649.360000', '171649.363000', '171649.365000', '171649.368000', '171649.371000', '171649.373000', '171649.376000', '171649.378000', '171649.381000', '171649.384000', '171649.386000', '171649.389000', '171649.392000', '171649.394000', '171649.397000', '171649.400000', '171649.404000', '171649.407000', '171709.296000', '171709.298000', '171709.301000', '171709.304000', '171709.307000', '171709.309000', '171709.312000', '171709.314000', '171709.317000', '171709.320000', '171709.322000', '171709.325000', '171709.328000', '171709.330000', '171709.333000', '171709.336000', '171709.338000', '171709.341000', '171709.343000', '171709.346000', '171709.349000', '171709.351000', '171709.354000', '171709.357000', '171709.359000', '171709.362000', '171709.364000', '171709.367000', '171709.370000', '171709.372000', '171709.375000', '171709.378000', '171709.380000', '171709.383000', '171709.386000', '171709.388000', '171709.391000', '171709.393000', '171709.396000', '171709.399000', '171709.401000', '171709.404000', '171709.406000', '171729.295000', '171729.298000', '171729.301000', '171729.304000', '171729.306000', '171729.309000', '171729.311000', '171729.314000', '171729.317000', '171729.319000', '171729.322000', '171729.324000', '171729.327000', '171729.330000', '171729.332000', '171729.335000', '171729.338000', '171729.340000', '171729.343000', '171729.345000', '171729.348000', '171729.351000', '171729.353000', '171729.356000', '171729.358000', '171729.361000', '171729.363000', '171729.366000', '171729.369000', '171729.371000', '171729.374000', '171729.376000', '171729.379000', '171729.381000', '171729.384000', '171729.387000', '171729.389000', '171729.392000', '171729.395000', '171729.397000', '171729.400000', '171729.402000', '171729.405000', '171729.407000', '171749.295000', '171749.298000', '171749.301000', '171749.304000', '171749.306000', '171749.309000', '171749.311000', '171749.314000', '171749.317000', '171749.319000', '171749.322000', '171749.324000', '171749.327000', '171749.330000', '171749.340000', '171749.343000', '171749.346000', '171749.348000', '171749.351000', '171749.353000', '171749.356000', '171749.359000', '171749.361000', '171749.364000', '171749.367000', '171749.369000', '171749.372000', '171749.374000', '171749.377000', '171749.380000', '171749.382000', '171749.385000', '171749.387000', '171749.390000', '171749.393000', '171749.395000', '171749.398000', '171749.401000', '171749.403000', '171749.406000', '171749.409000', '171749.411000', '171749.414000', '171749.417000', '171809.295000', '171809.298000', '171809.301000', '171809.304000', '171809.306000', '171809.309000', '171809.312000', '171809.314000', '171809.317000', '171809.320000', '171809.322000', '171809.325000', '171809.327000', '171809.330000', '171809.333000', '171809.335000', '171809.338000', '171809.340000', '171809.343000', '171809.346000', '171809.348000', '171809.351000', '171809.353000', '171809.356000', '171809.359000', '171809.361000', '171809.364000', '171809.367000', '171809.369000', '171809.372000', '171809.374000', '171809.377000', '171809.380000', '171809.382000', '171809.385000', '171809.387000', '171809.390000', '171809.393000', '171809.395000', '171809.398000', '171809.401000', '171809.403000', '171809.406000', '171829.295000', '171829.298000', '171829.301000', '171829.303000', '171829.306000', '171829.308000', '171829.311000', '171829.314000', '171829.316000', '171829.319000', '171829.322000', '171829.325000', '171829.327000', '171829.330000', '171829.333000', '171829.335000', '171829.338000', '171829.340000', '171829.343000', '171829.345000', '171829.348000', '171829.351000', '171829.353000', '171829.356000', '171829.358000', '171829.361000', '171829.363000', '171829.366000', '171829.369000', '171829.371000', '171829.374000', '171829.376000', '171829.379000', '171829.382000', '171829.384000', '171829.387000', '171829.389000', '171829.392000', '171829.394000', '171829.397000', '171829.400000', '171829.402000', '171829.405000', '171829.407000', '171849.296000', '171849.299000', '171849.301000', '171849.304000', '171849.306000', '171849.309000', '171849.311000', '171849.314000', '171849.316000', '171849.319000', '171849.322000', '171849.324000', '171849.327000', '171849.330000', '171849.332000', '171849.335000', '171849.337000', '171849.340000', '171849.342000', '171849.345000', '171849.348000', '171849.350000', '171849.353000', '171849.355000', '171849.358000', '171849.361000', '171849.363000', '171849.366000', '171849.368000', '171849.371000', '171849.373000', '171849.376000', '171849.379000', '171849.381000', '171849.384000', '171849.386000', '171849.389000', '171849.391000', '171849.394000', '171849.397000', '171849.399000', '171849.402000', '171849.404000', '171909.295000', '171909.298000', '171909.301000', '171909.304000', '171909.306000', '171909.309000', '171909.311000', '171909.315000', '171909.318000', '171909.321000', '171909.323000', '171909.326000', '171909.328000', '171909.331000', '171909.334000', '171909.336000', '171909.339000', '171909.342000', '171909.344000', '171909.347000', '171909.350000', '171909.352000', '171909.355000', '171909.357000', '171909.360000', '171909.363000', '171909.365000', '171909.368000', '171909.371000', '171909.373000', '171909.376000', '171909.379000', '171909.381000', '171909.384000', '171909.387000', '171909.389000', '171909.392000', '171909.394000', '171909.399000', '171909.412000', '171909.414000', '171909.417000', '171909.420000', '171909.422000', '171929.295000', '171929.298000', '171929.301000', '171929.304000', '171929.306000', '171929.309000', '171929.311000', '171929.314000', '171929.316000', '171929.319000', '171929.322000', '171929.324000', '171929.327000', '171929.329000', '171929.332000', '171929.335000', '171929.338000', '171929.341000', '171929.343000', '171929.346000', '171929.348000', '171929.351000', '171929.354000', '171929.356000', '171929.359000', '171929.361000', '171929.364000', '171929.367000', '171929.369000', '171929.372000', '171929.374000', '171929.377000', '171929.380000', '171929.383000', '171929.385000', '171929.388000', '171929.391000', '171929.393000', '171929.396000', '171929.398000', '171929.401000', '171929.404000', '171929.406000', '171949.295000', '171949.298000', '171949.301000', '171949.303000', '171949.306000', '171949.308000', '171949.311000', '171949.314000', '171949.316000', '171949.319000', '171949.321000', '171949.324000', '171949.326000', '171949.329000', '171949.332000', '171949.334000', '171949.337000', '171949.339000', '171949.342000', '171949.345000', '171949.348000', '171949.351000', '171949.353000', '171949.356000', '171949.358000', '171949.361000', '171949.364000', '171949.366000', '171949.369000', '171949.371000', '171949.374000', '171949.377000', '171949.379000', '171949.382000', '171949.385000', '171949.387000', '171949.390000', '171949.392000', '171949.395000', '171949.398000', '171949.400000', '171949.403000', '171949.405000', '171949.408000', '172009.037000', '172009.040000', '172009.043000', '172009.046000', '172009.048000', '172009.052000', '172009.055000', '172009.058000', '172009.061000', '172009.066000', '172009.069000', '172009.071000', '172009.074000', '172009.077000', '172009.079000', '172009.082000', '172009.085000', '172009.087000', '172009.090000', '172009.093000', '172009.095000', '172009.098000', '172009.101000', '172009.103000', '172009.107000', '172009.112000', '172009.115000', '172009.117000', '172009.120000', '172009.123000', '172009.126000', '172009.129000', '172009.131000', '172009.134000', '172009.137000', '172009.139000', '172009.142000', '172009.145000', '172009.148000', '172009.150000', '172009.153000', '172009.156000', '172009.159000'], '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': [11019, 14398, 11088, 10929, 10854, 10552, 13227, 10869, 12253, 10945, 11247, 10398, 10007, 10963, 10381, 13487, 10807, 12314, 10887, 11866, 11222, 11288, 10779, 10361, 10707, 10867, 11113, 10919, 12040, 10973, 11438, 10756, 12732, 10770, 11962, 11321, 11448, 11178, 10761, 10818, 10599, 11014, 10858, 13152, 11005, 11542, 11294, 10512, 10864, 10593, 11075, 10847, 12390, 10923, 12117, 11175, 11544, 10534, 10564, 10275, 10446, 10833, 10743, 12910, 10823, 11176, 10903, 10595, 10644, 10497, 10954, 10765, 10924, 10342, 10971, 10605, 10916, 10749, 10660, 10983, 11098, 10924, 13037, 10966, 12636, 10930, 12214, 11062, 10422, 11001, 10482, 10818, 10764, 12246, 10994, 11386, 10858, 10703, 10863, 11035, 10907, 10565, 11471, 10708, 10831, 10816, 10934, 10920, 13168, 10848, 12647, 10531, 10708, 13132, 10778, 12434, 11041, 10998, 11313, 10359, 11007, 10616, 13427, 10883, 12689, 11071, 10955, 11268, 10486, 10988, 10652, 10902, 10837, 12657, 10676, 11467, 10844, 11087, 11111, 10558, 10791, 10595, 10909, 10826, 13882, 10826, 12098, 10889, 10932, 11117, 10607, 10670, 10331, 12883, 10570, 12928, 10124, 10238, 11855, 10753, 10268, 11115, 10513, 10857, 10349, 11973, 10496, 11077, 10583, 11688, 10709, 12523, 10817, 14397, 11538, 15402, 11144, 14564, 10472, 13309, 10444, 10860, 10511, 10886, 11172, 10533, 10610, 10895, 10836, 11625, 11003, 11091, 10955, 10677, 11004, 11981, 11134, 10583, 11106, 10734, 10981, 10730, 11269, 10973, 10965, 10734, 10825, 10893, 10814, 10952, 11610, 11026, 12350, 10877, 11457, 10645, 10733, 10826, 10837, 13071, 10999, 12003, 11314, 10758, 10933, 10849, 12628, 10947, 12066, 11138, 10672, 10790, 10654, 11032, 10998, 12213, 11015, 11862, 10614, 14047, 10958, 13506, 11285, 10594, 10534, 11421, 10755, 10905, 10936, 11530, 10893, 10761, 10648, 10617, 11054, 10846, 13626, 11035, 13902, 10908, 13503, 10916, 11393, 11341, 10836, 11410, 11753, 11291, 11063, 10958, 10900, 10990, 11054, 11341, 10938, 12802, 11097, 12017, 10920, 11949, 10991, 11801, 11319, 11379, 10754, 11185, 10964, 10790, 11096, 11050, 12375, 11124, 13434, 10888, 12531, 11099, 10874, 11318, 10843, 10907, 10797, 11199, 10845, 10793, 11015, 12109, 11316, 12444, 10914, 12253, 10988, 12148, 11298, 10769, 10900, 11210, 11029, 11200, 13392, 10938, 12734, 11162, 10631, 10498, 10225, 10389, 10410, 12552, 11159, 12803, 11298, 12177, 11473, 11232, 11431, 10597, 11169, 10877, 12451, 11153, 12976, 11101, 11328, 11087, 11013, 11337, 10780, 10729, 11024, 10924, 10942, 10796, 10708, 10726, 10804, 11326, 10926, 11011, 10737, 11876, 11042, 12544, 11178, 10895, 10532, 10922, 11201, 10703, 10814, 10849, 11771, 10969, 11788, 11085, 12336, 10885, 11233, 10902, 11832, 10897, 11826, 11449, 10784, 10478, 10956, 10969, 10623, 11054, 10838, 12945, 11049, 12039, 11513, 11400, 10569, 10802, 11182, 10773, 11128, 10975, 12918, 10861, 11963, 11452, 10869, 10521, 10798, 11012, 10613, 10827, 11135, 13083, 11198, 13179, 10918, 12426, 10840, 11293, 11016, 10531, 11322, 10853, 10634, 10965, 10799, 10778, 10741, 10549, 11229, 10656, 13429, 10930, 12616, 11072, 11786, 11328, 10752, 10929, 10577, 11039, 10954, 12460, 10998, 12011, 11305, 10786, 10983, 10842, 10908, 10900, 13665, 10244, 12401, 11159, 10581, 11290, 10534, 11256, 10719, 10988, 10852, 12229, 10976, 10791, 10921, 11557, 10975, 11207, 11582, 10770, 10974, 10805, 11167, 10819, 12303, 10932, 11848, 11549, 10976, 10967, 10636, 11144, 10741, 13049, 11066, 12403, 11083, 12210, 10917, 11343, 11079, 11079, 11290, 10995, 10584, 10894, 11045, 10661, 11106, 10825, 12162, 11024, 12991, 11018, 11765, 11214, 10605, 10518, 10616, 11223, 10946, 11793, 11151, 11931, 11154, 10655, 11114, 10616, 11146, 10813, 11954, 10573, 11311, 10896, 10945, 11175, 10666, 10938, 11552, 11001, 11674, 10929, 11221, 10455, 11470, 12250, 11231, 11977, 10941, 10761, 11160, 11750, 10921, 11387, 11085, 10882, 10960, 11019, 12352, 11305, 11193, 11288, 10732, 11159, 10701, 10979, 11573, 10779, 12855, 11040, 11290, 11149, 11257, 10947, 10797, 10844, 10737, 12030, 10708, 11051, 11026, 10644, 11087, 10966, 11338, 10822, 11628, 11122, 10747, 10756, 10781, 10950, 11013, 11027, 10838, 12519, 10723, 11765, 11070, 10848, 10865, 10661, 10914, 10944, 13141, 10801, 12230, 11010, 11497, 10392, 11368, 10727, 10827, 11627, 11065, 13833, 11303, 12405, 11298, 10878, 10889, 12520, 12156, 12543, 9604, 10579, 13507, 11622, 11601, 10864, 11613, 11271, 11297, 11240, 10874, 11488, 12506, 11694, 13014, 11869, 13194, 11739, 13841, 11808, 11117, 15524, 12195, 14573, 11571, 12188, 11841, 11443, 11728, 11589, 11807, 10855, 11774, 10844, 11476, 12618, 11540, 11730, 11506, 10875, 11261, 11100, 10827, 11436, 12113, 11575, 11027, 11598, 11130, 10882, 11145, 10708, 11509, 12415, 11598, 12341, 10971, 11942, 10929, 10795, 11188, 11178, 10855, 11049, 10696, 11009, 10773, 11202, 10907, 11227, 13207, 11180, 13836, 11291, 12757, 11183, 12584, 10971, 12448, 11252, 11925, 10831, 10862, 10888, 11135, 11561, 11248, 12828, 11390, 12744, 11400, 12446, 11345, 11061, 11186, 11158, 11251, 11369, 10829, 11424, 13605, 11463, 12212, 11132, 11624, 11161, 11072, 10794, 11356, 12456, 11305, 12123, 11194, 10970, 11184, 11130, 11219, 11075, 10886, 11572, 12158, 11292, 11542, 10995, 11037, 10687, 11297, 12213, 11207, 11717, 11092, 10863, 11294, 11067, 10660, 11291, 12459, 11184, 11763, 10852, 11259, 11205, 10346, 11105, 10890, 11260, 10807, 11208, 10668, 11047, 10667, 13972, 10868, 12800, 11507, 11623, 10747, 10690, 11098, 10534, 12242, 10929, 13477, 10993, 12726, 11298, 10871, 11336, 10621, 11349, 10695, 11185, 10927, 11362, 10782, 10795, 10774, 12886, 11024, 12293, 11292, 10444, 11217, 10696, 11417, 10728, 12343, 10825, 12775, 10872, 11957, 11505, 10611, 11043, 10873, 10936, 10557, 10936, 11210, 12866, 11289, 12563, 11117, 11522, 11029, 11002, 10760, 10759, 11010, 10887, 11550, 11056, 12635, 10922, 11961, 11045, 10708, 10647, 10843, 10865, 10932, 13471, 11007, 12823, 10899, 11545, 11032, 10571, 11277, 10842, 11004, 11076, 10590, 10882, 10951, 10735, 10973, 11031, 12961, 11191, 13415, 10778, 13019, 11126, 10753, 10871, 10851, 10845, 10928, 12985, 10861, 12383, 11155, 10560, 11450, 10730, 10646, 10954], 'WindowCenter': [4205.0, 4211.0, 4176.0, 4174.0, 4161.0, 4160.0, 4170.0, 4159.0, 4170.0, 4161.0, 4160.0, 4148.0, 4148.0, 4148.0, 4148.0, 4168.0, 4147.0, 4168.0, 4161.0, 4171.0, 4160.0, 4172.0, 4159.0, 4149.0, 4160.0, 4159.0, 4158.0, 4158.0, 4158.0, 4159.0, 4158.0, 4159.0, 4168.0, 4158.0, 4170.0, 4161.0, 4159.0, 4157.0, 4147.0, 4146.0, 4147.0, 4149.0, 4147.0, 4168.0, 4158.0, 4171.0, 4171.0, 4148.0, 4146.0, 4146.0, 4145.0, 4146.0, 4156.0, 4147.0, 4161.0, 4170.0, 4159.0, 4160.0, 4158.0, 4159.0, 4160.0, 4146.0, 4145.0, 4157.0, 4147.0, 4145.0, 4145.0, 4145.0, 4147.0, 4158.0, 4147.0, 4147.0, 4146.0, 4147.0, 4157.0, 4147.0, 4157.0, 4157.0, 4157.0, 4161.0, 4161.0, 4150.0, 4170.0, 4150.0, 4172.0, 4164.0, 4171.0, 4147.0, 4145.0, 4145.0, 4145.0, 4147.0, 4148.0, 4158.0, 4147.0, 4158.0, 4157.0, 4149.0, 4160.0, 4157.0, 4158.0, 4147.0, 4157.0, 4158.0, 4159.0, 4161.0, 4162.0, 4160.0, 4172.0, 4159.0, 4168.0, 4146.0, 4146.0, 4157.0, 4147.0, 4157.0, 4146.0, 4146.0, 4145.0, 4135.0, 4144.0, 4144.0, 4167.0, 4146.0, 4155.0, 4144.0, 4144.0, 4143.0, 4134.0, 4143.0, 4144.0, 4145.0, 4148.0, 4156.0, 4145.0, 4145.0, 4145.0, 4145.0, 4144.0, 4146.0, 4145.0, 4146.0, 4145.0, 4147.0, 4179.0, 4159.0, 4155.0, 4145.0, 4146.0, 4144.0, 4145.0, 4162.0, 4160.0, 4183.0, 4164.0, 4183.0, 4159.0, 4147.0, 4141.0, 4119.0, 4120.0, 4131.0, 4135.0, 4144.0, 4158.0, 4158.0, 4160.0, 4158.0, 4147.0, 4157.0, 4145.0, 4156.0, 4145.0, 4166.0, 4145.0, 4168.0, 4132.0, 4154.0, 4121.0, 4141.0, 4118.0, 4117.0, 4118.0, 4116.0, 4118.0, 4117.0, 4117.0, 4118.0, 4131.0, 4141.0, 4129.0, 4130.0, 4129.0, 4120.0, 4129.0, 4143.0, 4130.0, 4119.0, 4131.0, 4131.0, 4131.0, 4131.0, 4131.0, 4132.0, 4143.0, 4144.0, 4134.0, 4133.0, 4143.0, 4144.0, 4144.0, 4145.0, 4155.0, 4145.0, 4146.0, 4146.0, 4146.0, 4145.0, 4145.0, 4155.0, 4144.0, 4144.0, 4143.0, 4144.0, 4144.0, 4145.0, 4154.0, 4144.0, 4154.0, 4143.0, 4134.0, 4134.0, 4145.0, 4147.0, 4145.0, 4155.0, 4145.0, 4156.0, 4147.0, 4178.0, 4158.0, 4169.0, 4159.0, 4158.0, 4146.0, 4144.0, 4143.0, 4143.0, 4146.0, 4156.0, 4158.0, 4158.0, 4159.0, 4159.0, 4159.0, 4158.0, 4169.0, 4147.0, 4168.0, 4148.0, 4169.0, 4146.0, 4146.0, 4145.0, 4145.0, 4158.0, 4156.0, 4144.0, 4144.0, 4143.0, 4144.0, 4143.0, 4144.0, 4146.0, 4145.0, 4168.0, 4156.0, 4155.0, 4145.0, 4154.0, 4145.0, 4155.0, 4145.0, 4157.0, 4147.0, 4149.0, 4146.0, 4145.0, 4145.0, 4144.0, 4157.0, 4145.0, 4167.0, 4146.0, 4156.0, 4145.0, 4147.0, 4144.0, 4145.0, 4146.0, 4147.0, 4146.0, 4146.0, 4146.0, 4146.0, 4156.0, 4157.0, 4156.0, 4157.0, 4169.0, 4160.0, 4158.0, 4157.0, 4147.0, 4146.0, 4146.0, 4146.0, 4148.0, 4168.0, 4147.0, 4168.0, 4148.0, 4160.0, 4160.0, 4160.0, 4147.0, 4158.0, 4181.0, 4171.0, 4170.0, 4158.0, 4160.0, 4158.0, 4159.0, 4156.0, 4146.0, 4145.0, 4145.0, 4168.0, 4157.0, 4167.0, 4146.0, 4145.0, 4146.0, 4145.0, 4147.0, 4147.0, 4158.0, 4162.0, 4148.0, 4175.0, 4160.0, 4159.0, 4159.0, 4161.0, 4171.0, 4159.0, 4158.0, 4158.0, 4157.0, 4147.0, 4156.0, 4145.0, 4146.0, 4147.0, 4148.0, 4146.0, 4146.0, 4146.0, 4157.0, 4158.0, 4147.0, 4158.0, 4158.0, 4168.0, 4158.0, 4157.0, 4157.0, 4157.0, 4147.0, 4157.0, 4157.0, 4159.0, 4162.0, 4148.0, 4146.0, 4147.0, 4146.0, 4147.0, 4156.0, 4145.0, 4156.0, 4156.0, 4146.0, 4145.0, 4146.0, 4145.0, 4145.0, 4144.0, 4144.0, 4155.0, 4147.0, 4146.0, 4146.0, 4145.0, 4134.0, 4144.0, 4144.0, 4136.0, 4146.0, 4145.0, 4155.0, 4145.0, 4168.0, 4146.0, 4158.0, 4145.0, 4144.0, 4143.0, 4133.0, 4143.0, 4146.0, 4147.0, 4146.0, 4146.0, 4145.0, 4148.0, 4147.0, 4156.0, 4146.0, 4156.0, 4146.0, 4168.0, 4158.0, 4157.0, 4146.0, 4145.0, 4145.0, 4145.0, 4145.0, 4144.0, 4156.0, 4146.0, 4157.0, 4159.0, 4158.0, 4146.0, 4145.0, 4146.0, 4172.0, 4170.0, 4148.0, 4169.0, 4159.0, 4148.0, 4157.0, 4147.0, 4157.0, 4145.0, 4146.0, 4145.0, 4156.0, 4145.0, 4145.0, 4145.0, 4157.0, 4145.0, 4146.0, 4158.0, 4157.0, 4146.0, 4147.0, 4146.0, 4146.0, 4156.0, 4146.0, 4160.0, 4158.0, 4147.0, 4146.0, 4146.0, 4145.0, 4145.0, 4169.0, 4158.0, 4168.0, 4157.0, 4157.0, 4147.0, 4146.0, 4157.0, 4157.0, 4157.0, 4160.0, 4148.0, 4159.0, 4157.0, 4147.0, 4146.0, 4146.0, 4158.0, 4158.0, 4168.0, 4147.0, 4157.0, 4156.0, 4148.0, 4145.0, 4148.0, 4159.0, 4146.0, 4157.0, 4157.0, 4157.0, 4148.0, 4147.0, 4145.0, 4146.0, 4159.0, 4171.0, 4172.0, 4159.0, 4157.0, 4145.0, 4145.0, 4157.0, 4146.0, 4146.0, 4172.0, 4159.0, 4159.0, 4161.0, 4160.0, 4147.0, 4171.0, 4169.0, 4158.0, 4160.0, 4146.0, 4146.0, 4146.0, 4156.0, 4146.0, 4171.0, 4159.0, 4147.0, 4145.0, 4146.0, 4156.0, 4146.0, 4145.0, 4158.0, 4148.0, 4156.0, 4146.0, 4146.0, 4157.0, 4158.0, 4167.0, 4147.0, 4146.0, 4146.0, 4145.0, 4145.0, 4145.0, 4134.0, 4146.0, 4158.0, 4146.0, 4145.0, 4147.0, 4144.0, 4144.0, 4147.0, 4158.0, 4158.0, 4160.0, 4157.0, 4146.0, 4148.0, 4146.0, 4146.0, 4160.0, 4159.0, 4158.0, 4157.0, 4158.0, 4157.0, 4157.0, 4147.0, 4158.0, 4159.0, 4158.0, 4161.0, 4171.0, 4158.0, 4158.0, 4159.0, 4170.0, 4159.0, 4169.0, 4158.0, 4160.0, 4158.0, 4158.0, 4180.0, 4172.0, 4170.0, 4158.0, 4173.0, 4173.0, 4185.0, 4184.0, 4183.0, 4149.0, 4160.0, 4169.0, 4142.0, 4129.0, 4122.0, 4144.0, 4146.0, 4147.0, 4159.0, 4159.0, 4158.0, 4168.0, 4157.0, 4167.0, 4146.0, 4155.0, 4144.0, 4155.0, 4143.0, 4132.0, 4164.0, 4144.0, 4151.0, 4130.0, 4129.0, 4128.0, 4127.0, 4129.0, 4131.0, 4142.0, 4131.0, 4143.0, 4142.0, 4143.0, 4155.0, 4143.0, 4142.0, 4131.0, 4131.0, 4132.0, 4131.0, 4133.0, 4142.0, 4145.0, 4143.0, 4133.0, 4144.0, 4142.0, 4131.0, 4134.0, 4133.0, 4143.0, 4143.0, 4146.0, 4167.0, 4159.0, 4156.0, 4146.0, 4146.0, 4157.0, 4157.0, 4157.0, 4158.0, 4159.0, 4161.0, 4158.0, 4159.0, 4158.0, 4159.0, 4181.0, 4160.0, 4180.0, 4159.0, 4168.0, 4158.0, 4168.0, 4158.0, 4169.0, 4159.0, 4159.0, 4149.0, 4147.0, 4146.0, 4158.0, 4159.0, 4157.0, 4169.0, 4156.0, 4157.0, 4157.0, 4157.0, 4146.0, 4147.0, 4162.0, 4157.0, 4146.0, 4156.0, 4145.0, 4145.0, 4165.0, 4144.0, 4156.0, 4145.0, 4145.0, 4144.0, 4144.0, 4144.0, 4145.0, 4157.0, 4156.0, 4156.0, 4146.0, 4147.0, 4145.0, 4144.0, 4156.0, 4158.0, 4157.0, 4159.0, 4157.0, 4156.0, 4145.0, 4145.0, 4147.0, 4147.0, 4157.0, 4158.0, 4157.0, 4156.0, 4157.0, 4148.0, 4147.0, 4146.0, 4147.0, 4158.0, 4157.0, 4147.0, 4157.0, 4146.0, 4144.0, 4157.0, 4160.0, 4156.0, 4146.0, 4157.0, 4147.0, 4146.0, 4146.0, 4146.0, 4146.0, 4166.0, 4146.0, 4156.0, 4158.0, 4158.0, 4146.0, 4146.0, 4145.0, 4145.0, 4155.0, 4145.0, 4167.0, 4147.0, 4157.0, 4145.0, 4146.0, 4144.0, 4145.0, 4145.0, 4146.0, 4159.0, 4159.0, 4156.0, 4147.0, 4146.0, 4146.0, 4156.0, 4146.0, 4157.0, 4146.0, 4147.0, 4160.0, 4147.0, 4156.0, 4146.0, 4156.0, 4145.0, 4157.0, 4144.0, 4145.0, 4144.0, 4146.0, 4157.0, 4146.0, 4145.0, 4145.0, 4146.0, 4159.0, 4166.0, 4145.0, 4156.0, 4157.0, 4171.0, 4158.0, 4147.0, 4146.0, 4146.0, 4145.0, 4145.0, 4156.0, 4146.0, 4168.0, 4159.0, 4158.0, 4158.0, 4147.0, 4145.0, 4145.0, 4145.0, 4146.0, 4167.0, 4146.0, 4158.0, 4145.0, 4145.0, 4144.0, 4134.0, 4144.0, 4145.0, 4146.0, 4146.0, 4145.0, 4146.0, 4145.0, 4146.0, 4145.0, 4146.0, 4156.0, 4146.0, 4168.0, 4147.0, 4157.0, 4145.0, 4144.0, 4133.0, 4133.0, 4132.0, 4133.0, 4155.0, 4144.0, 4156.0, 4144.0, 4134.0, 4143.0, 4143.0, 4133.0, 4145.0], 'WindowWidth': [9332.0, 9332.0, 9271.0, 9264.0, 9240.0, 9236.0, 9252.0, 9233.0, 9252.0, 9239.0, 9237.0, 9217.0, 9218.0, 9216.0, 9216.0, 9245.0, 9215.0, 9247.0, 9237.0, 9255.0, 9237.0, 9260.0, 9235.0, 9221.0, 9237.0, 9233.0, 9233.0, 9231.0, 9234.0, 9232.0, 9233.0, 9233.0, 9245.0, 9230.0, 9253.0, 9241.0, 9236.0, 9228.0, 9214.0, 9212.0, 9214.0, 9219.0, 9215.0, 9246.0, 9230.0, 9256.0, 9256.0, 9219.0, 9212.0, 9211.0, 9209.0, 9209.0, 9227.0, 9212.0, 9239.0, 9252.0, 9239.0, 9237.0, 9235.0, 9237.0, 9240.0, 9212.0, 9208.0, 9227.0, 9214.0, 9210.0, 9208.0, 9210.0, 9214.0, 9233.0, 9214.0, 9215.0, 9213.0, 9215.0, 9229.0, 9216.0, 9228.0, 9230.0, 9229.0, 9241.0, 9237.0, 9220.0, 9251.0, 9220.0, 9257.0, 9244.0, 9253.0, 9212.0, 9209.0, 9206.0, 9206.0, 9212.0, 9213.0, 9229.0, 9210.0, 9231.0, 9229.0, 9219.0, 9234.0, 9229.0, 9230.0, 9216.0, 9228.0, 9233.0, 9236.0, 9240.0, 9244.0, 9238.0, 9258.0, 9232.0, 9246.0, 9210.0, 9210.0, 9230.0, 9213.0, 9231.0, 9210.0, 9213.0, 9206.0, 9194.0, 9205.0, 9205.0, 9244.0, 9210.0, 9223.0, 9206.0, 9206.0, 9201.0, 9190.0, 9202.0, 9204.0, 9211.0, 9214.0, 9226.0, 9207.0, 9209.0, 9207.0, 9209.0, 9205.0, 9210.0, 9209.0, 9212.0, 9210.0, 9212.0, 9264.0, 9234.0, 9224.0, 9208.0, 9212.0, 9206.0, 9209.0, 9242.0, 9240.0, 9276.0, 9251.0, 9276.0, 9237.0, 9216.0, 9198.0, 9159.0, 9164.0, 9180.0, 9193.0, 9205.0, 9233.0, 9233.0, 9237.0, 9233.0, 9213.0, 9227.0, 9206.0, 9226.0, 9207.0, 9242.0, 9209.0, 9246.0, 9187.0, 9218.0, 9169.0, 9195.0, 9158.0, 9155.0, 9157.0, 9151.0, 9158.0, 9154.0, 9156.0, 9157.0, 9184.0, 9195.0, 9177.0, 9178.0, 9174.0, 9163.0, 9174.0, 9201.0, 9178.0, 9164.0, 9184.0, 9184.0, 9182.0, 9183.0, 9183.0, 9186.0, 9201.0, 9204.0, 9187.0, 9189.0, 9201.0, 9204.0, 9205.0, 9206.0, 9222.0, 9207.0, 9211.0, 9211.0, 9211.0, 9207.0, 9207.0, 9222.0, 9204.0, 9206.0, 9202.0, 9205.0, 9206.0, 9207.0, 9220.0, 9203.0, 9219.0, 9202.0, 9191.0, 9190.0, 9206.0, 9213.0, 9207.0, 9222.0, 9209.0, 9226.0, 9215.0, 9261.0, 9233.0, 9252.0, 9234.0, 9233.0, 9214.0, 9205.0, 9202.0, 9202.0, 9211.0, 9226.0, 9231.0, 9234.0, 9234.0, 9236.0, 9234.0, 9232.0, 9250.0, 9215.0, 9247.0, 9219.0, 9251.0, 9210.0, 9213.0, 9207.0, 9209.0, 9232.0, 9226.0, 9204.0, 9207.0, 9203.0, 9205.0, 9203.0, 9205.0, 9214.0, 9211.0, 9247.0, 9225.0, 9224.0, 9208.0, 9221.0, 9208.0, 9223.0, 9210.0, 9229.0, 9216.0, 9219.0, 9210.0, 9209.0, 9208.0, 9206.0, 9226.0, 9209.0, 9244.0, 9213.0, 9228.0, 9209.0, 9213.0, 9206.0, 9210.0, 9211.0, 9214.0, 9212.0, 9211.0, 9214.0, 9212.0, 9226.0, 9227.0, 9227.0, 9229.0, 9252.0, 9240.0, 9234.0, 9226.0, 9214.0, 9211.0, 9212.0, 9211.0, 9214.0, 9247.0, 9215.0, 9245.0, 9214.0, 9240.0, 9240.0, 9240.0, 9217.0, 9233.0, 9270.0, 9255.0, 9250.0, 9229.0, 9237.0, 9230.0, 9236.0, 9226.0, 9213.0, 9209.0, 9209.0, 9246.0, 9227.0, 9245.0, 9212.0, 9211.0, 9210.0, 9211.0, 9213.0, 9217.0, 9231.0, 9240.0, 9217.0, 9267.0, 9235.0, 9235.0, 9232.0, 9242.0, 9256.0, 9235.0, 9230.0, 9231.0, 9230.0, 9213.0, 9227.0, 9208.0, 9212.0, 9215.0, 9216.0, 9211.0, 9212.0, 9211.0, 9230.0, 9232.0, 9212.0, 9232.0, 9231.0, 9246.0, 9230.0, 9230.0, 9229.0, 9229.0, 9213.0, 9229.0, 9226.0, 9234.0, 9240.0, 9217.0, 9212.0, 9214.0, 9210.0, 9213.0, 9225.0, 9206.0, 9226.0, 9224.0, 9214.0, 9208.0, 9211.0, 9209.0, 9207.0, 9207.0, 9207.0, 9223.0, 9211.0, 9212.0, 9210.0, 9209.0, 9191.0, 9205.0, 9204.0, 9195.0, 9211.0, 9207.0, 9224.0, 9209.0, 9245.0, 9212.0, 9231.0, 9207.0, 9206.0, 9203.0, 9191.0, 9203.0, 9209.0, 9214.0, 9213.0, 9210.0, 9210.0, 9215.0, 9216.0, 9225.0, 9210.0, 9226.0, 9210.0, 9247.0, 9231.0, 9230.0, 9210.0, 9209.0, 9208.0, 9209.0, 9210.0, 9206.0, 9227.0, 9213.0, 9230.0, 9235.0, 9232.0, 9208.0, 9207.0, 9213.0, 9256.0, 9252.0, 9216.0, 9250.0, 9235.0, 9218.0, 9227.0, 9216.0, 9228.0, 9209.0, 9215.0, 9209.0, 9226.0, 9208.0, 9210.0, 9209.0, 9227.0, 9209.0, 9214.0, 9233.0, 9230.0, 9213.0, 9214.0, 9211.0, 9211.0, 9226.0, 9211.0, 9235.0, 9230.0, 9214.0, 9211.0, 9212.0, 9210.0, 9208.0, 9248.0, 9230.0, 9247.0, 9229.0, 9228.0, 9213.0, 9212.0, 9228.0, 9228.0, 9227.0, 9236.0, 9216.0, 9236.0, 9228.0, 9214.0, 9212.0, 9212.0, 9233.0, 9232.0, 9247.0, 9216.0, 9229.0, 9225.0, 9216.0, 9207.0, 9215.0, 9235.0, 9212.0, 9229.0, 9228.0, 9229.0, 9215.0, 9214.0, 9208.0, 9211.0, 9237.0, 9255.0, 9258.0, 9238.0, 9228.0, 9208.0, 9208.0, 9228.0, 9212.0, 9212.0, 9256.0, 9232.0, 9233.0, 9240.0, 9237.0, 9214.0, 9253.0, 9250.0, 9230.0, 9235.0, 9212.0, 9213.0, 9212.0, 9225.0, 9212.0, 9256.0, 9235.0, 9215.0, 9209.0, 9210.0, 9226.0, 9208.0, 9208.0, 9231.0, 9216.0, 9224.0, 9212.0, 9210.0, 9228.0, 9232.0, 9244.0, 9213.0, 9212.0, 9210.0, 9208.0, 9207.0, 9208.0, 9190.0, 9211.0, 9233.0, 9211.0, 9207.0, 9210.0, 9207.0, 9204.0, 9212.0, 9233.0, 9232.0, 9236.0, 9228.0, 9214.0, 9216.0, 9213.0, 9210.0, 9234.0, 9236.0, 9231.0, 9229.0, 9229.0, 9229.0, 9226.0, 9215.0, 9232.0, 9235.0, 9233.0, 9240.0, 9253.0, 9231.0, 9232.0, 9236.0, 9252.0, 9235.0, 9250.0, 9233.0, 9237.0, 9234.0, 9232.0, 9266.0, 9260.0, 9254.0, 9233.0, 9260.0, 9263.0, 9282.0, 9281.0, 9279.0, 9225.0, 9241.0, 9250.0, 9198.0, 9175.0, 9167.0, 9200.0, 9208.0, 9211.0, 9233.0, 9233.0, 9233.0, 9247.0, 9227.0, 9242.0, 9209.0, 9223.0, 9201.0, 9222.0, 9201.0, 9185.0, 9236.0, 9204.0, 9209.0, 9179.0, 9178.0, 9170.0, 9169.0, 9173.0, 9179.0, 9198.0, 9184.0, 9200.0, 9199.0, 9202.0, 9225.0, 9203.0, 9198.0, 9181.0, 9181.0, 9183.0, 9182.0, 9185.0, 9196.0, 9205.0, 9199.0, 9187.0, 9205.0, 9199.0, 9183.0, 9189.0, 9187.0, 9199.0, 9202.0, 9209.0, 9242.0, 9233.0, 9224.0, 9211.0, 9211.0, 9229.0, 9229.0, 9229.0, 9232.0, 9234.0, 9239.0, 9231.0, 9232.0, 9231.0, 9234.0, 9269.0, 9236.0, 9265.0, 9234.0, 9246.0, 9231.0, 9245.0, 9232.0, 9251.0, 9233.0, 9235.0, 9219.0, 9215.0, 9212.0, 9231.0, 9236.0, 9229.0, 9249.0, 9225.0, 9228.0, 9227.0, 9230.0, 9210.0, 9214.0, 9241.0, 9230.0, 9211.0, 9226.0, 9208.0, 9208.0, 9238.0, 9205.0, 9226.0, 9210.0, 9211.0, 9206.0, 9207.0, 9205.0, 9207.0, 9231.0, 9226.0, 9228.0, 9210.0, 9215.0, 9210.0, 9207.0, 9225.0, 9230.0, 9230.0, 9232.0, 9229.0, 9225.0, 9211.0, 9207.0, 9215.0, 9215.0, 9227.0, 9233.0, 9226.0, 9226.0, 9228.0, 9215.0, 9212.0, 9212.0, 9215.0, 9231.0, 9229.0, 9214.0, 9229.0, 9211.0, 9205.0, 9228.0, 9240.0, 9224.0, 9211.0, 9228.0, 9215.0, 9212.0, 9212.0, 9212.0, 9211.0, 9240.0, 9209.0, 9227.0, 9230.0, 9230.0, 9209.0, 9210.0, 9206.0, 9208.0, 9222.0, 9205.0, 9242.0, 9213.0, 9227.0, 9207.0, 9211.0, 9205.0, 9207.0, 9207.0, 9211.0, 9238.0, 9233.0, 9226.0, 9214.0, 9211.0, 9211.0, 9226.0, 9212.0, 9229.0, 9211.0, 9213.0, 9234.0, 9214.0, 9226.0, 9212.0, 9227.0, 9207.0, 9226.0, 9205.0, 9208.0, 9203.0, 9211.0, 9227.0, 9212.0, 9207.0, 9209.0, 9213.0, 9233.0, 9240.0, 9210.0, 9226.0, 9226.0, 9255.0, 9232.0, 9217.0, 9210.0, 9212.0, 9209.0, 9208.0, 9226.0, 9211.0, 9245.0, 9235.0, 9234.0, 9231.0, 9217.0, 9208.0, 9209.0, 9207.0, 9209.0, 9244.0, 9211.0, 9230.0, 9208.0, 9208.0, 9204.0, 9192.0, 9204.0, 9208.0, 9211.0, 9214.0, 9209.0, 9211.0, 9209.0, 9209.0, 9209.0, 9209.0, 9225.0, 9209.0, 9246.0, 9213.0, 9230.0, 9207.0, 9207.0, 9188.0, 9188.0, 9187.0, 9187.0, 9224.0, 9205.0, 9226.0, 9204.0, 9190.0, 9201.0, 9202.0, 9189.0, 9208.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.0016463866513233602</td></tr>
<tr><td colspan=3>aqi</td><td>0.017237118296892978</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.0980543342281</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2072774745852521</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0316864830645165</td></tr>
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
<tr><td colspan=3>fber</td><td>6846.1021</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0985469634912247</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.249712313003452</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4792469353997793</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4459928507738953</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.754014661611901</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2377332938135415</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126675</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016790859401226044</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027950046584010124</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.673052870264526</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>36.8671</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3146</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.3669</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301412.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>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.8274</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0025</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.6975</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3315.7487</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.8533</td></tr>
<tr><td colspan=3>tsnr</td><td>43.98482113704085</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>