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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_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-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-01_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-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_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-01/func/sub-0039_ses-01_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>474bfa3483b27a9aea5372705d7fe825</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:32:7.832500</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_VE11C_LATEST_20160120</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.999586, 0.0202254, 0.0204431, -0.0239056, 0.979551, 0.199773]</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.1123</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7795, -7163, 625, -55, -239, 25, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>246.53</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c69a8e29-a64c-4007-93a3-a2661cf4a424||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818172931671143, -0.0641370490193367, 0.04315824806690216, 113.81227111816406], [-0.05426318570971489, 2.6280624866485596, 0.5404831767082214, -103.68289947509766], [0.05484725162386894, -0.535975992679596, 2.64499831199646, -10.808492660522461], [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': ['173207.832500', '173208.292500', '173208.752500', '173209.212500', '173209.672500', '173210.132500', '173210.592500', '173211.052500', '173211.512500', '173211.972500', '173212.432500', '173212.892500', '173213.352500', '173213.812500', '173214.272500', '173214.732500', '173215.192500', '173215.652500', '173216.112500', '173216.572500', '173217.032500', '173217.492500', '173217.952500', '173218.412500', '173218.872500', '173219.332500', '173219.792500', '173220.252500', '173220.712500', '173221.172500', '173221.632500', '173222.092500', '173222.552500', '173223.012500', '173223.472500', '173223.932500', '173224.392500', '173224.852500', '173225.312500', '173225.772500', '173226.232500', '173226.692500', '173227.152500', '173227.612500', '173228.072500', '173228.532500', '173228.992500', '173229.452500', '173229.912500', '173230.372500', '173230.832500', '173231.292500', '173231.752500', '173232.212500', '173232.672500', '173233.132500', '173233.592500', '173234.052500', '173234.512500', '173234.972500', '173235.432500', '173235.892500', '173236.352500', '173236.812500', '173237.272500', '173237.732500', '173238.192500', '173238.652500', '173239.112500', '173239.572500', '173240.032500', '173240.492500', '173240.952500', '173241.412500', '173241.872500', '173242.332500', '173242.792500', '173243.252500', '173243.712500', '173244.172500', '173244.632500', '173245.092500', '173245.552500', '173246.012500', '173246.472500', '173246.932500', '173247.392500', '173247.852500', '173248.312500', '173248.772500', '173249.232500', '173249.692500', '173250.152500', '173250.612500', '173251.072500', '173251.532500', '173251.992500', '173252.452500', '173252.912500', '173253.372500', '173253.832500', '173254.292500', '173254.752500', '173255.212500', '173255.672500', '173256.132500', '173256.592500', '173257.052500', '173257.512500', '173257.972500', '173258.432500', '173258.892500', '173259.352500', '173259.812500', '173300.272500', '173300.732500', '173301.192500', '173301.652500', '173302.112500', '173302.572500', '173303.032500', '173303.492500', '173303.952500', '173304.412500', '173304.872500', '173305.332500', '173305.792500', '173306.252500', '173306.712500', '173307.172500', '173307.632500', '173308.092500', '173308.552500', '173309.012500', '173309.472500', '173309.932500', '173310.392500', '173310.852500', '173311.312500', '173311.772500', '173312.232500', '173312.692500', '173313.152500', '173313.612500', '173314.072500', '173314.532500', '173314.992500', '173315.452500', '173315.912500', '173316.372500', '173316.832500', '173317.292500', '173317.752500', '173318.212500', '173318.672500', '173319.132500', '173319.592500', '173320.052500', '173320.512500', '173320.972500', '173321.432500', '173321.892500', '173322.352500', '173322.812500', '173323.272500', '173323.732500', '173324.192500', '173324.652500', '173325.112500', '173325.572500', '173326.032500', '173326.492500', '173326.952500', '173327.412500', '173327.872500', '173328.332500', '173328.792500', '173329.252500', '173329.712500', '173330.172500', '173330.632500', '173331.092500', '173331.552500', '173332.012500', '173332.472500', '173332.932500', '173333.392500', '173333.852500', '173334.312500', '173334.772500', '173335.232500', '173335.692500', '173336.152500', '173336.612500', '173337.072500', '173337.532500', '173337.992500', '173338.452500', '173338.912500', '173339.372500', '173339.832500', '173340.292500', '173340.752500', '173341.212500', '173341.672500', '173342.132500', '173342.592500', '173343.052500', '173343.512500', '173343.972500', '173344.432500', '173344.892500', '173345.352500', '173345.812500', '173346.272500', '173346.732500', '173347.192500', '173347.652500', '173348.112500', '173348.572500', '173349.032500', '173349.492500', '173349.952500', '173350.412500', '173350.872500', '173351.332500', '173351.792500', '173352.252500', '173352.712500', '173353.172500', '173353.632500', '173354.092500', '173354.552500', '173355.012500', '173355.472500', '173355.932500', '173356.392500', '173356.852500', '173357.312500', '173357.772500', '173358.232500', '173358.692500', '173359.152500', '173359.612500', '173400.072500', '173400.532500', '173400.992500', '173401.452500', '173401.912500', '173402.372500', '173402.832500', '173403.292500', '173403.752500', '173404.212500', '173404.672500', '173405.132500', '173405.592500', '173406.052500', '173406.512500', '173406.972500', '173407.432500', '173407.892500', '173408.352500', '173408.812500', '173409.272500', '173409.732500', '173410.192500', '173410.652500', '173411.112500', '173411.572500', '173412.032500', '173412.492500', '173412.952500', '173413.412500', '173413.872500', '173414.332500', '173414.792500', '173415.252500', '173415.712500', '173416.172500', '173416.632500', '173417.092500', '173417.552500', '173418.012500', '173418.472500', '173418.932500', '173419.392500', '173419.852500', '173420.312500', '173420.772500', '173421.232500', '173421.692500', '173422.152500', '173422.612500', '173423.072500', '173423.532500', '173423.992500', '173424.452500', '173424.912500', '173425.372500', '173425.832500', '173426.292500', '173426.752500', '173427.212500', '173427.672500', '173428.132500', '173428.592500', '173429.052500', '173429.512500', '173429.972500', '173430.432500', '173430.892500', '173431.352500', '173431.812500', '173432.272500', '173432.732500', '173433.192500', '173433.652500', '173434.112500', '173434.572500', '173435.032500', '173435.492500', '173435.952500', '173436.412500', '173436.872500', '173437.332500', '173437.792500', '173438.252500', '173438.712500', '173439.172500', '173439.632500', '173440.092500', '173440.552500', '173441.012500', '173441.472500', '173441.932500', '173442.392500', '173442.852500', '173443.312500', '173443.772500', '173444.232500', '173444.692500', '173445.152500', '173445.612500', '173446.072500', '173446.532500', '173446.992500', '173447.452500', '173447.912500', '173448.372500', '173448.832500', '173449.292500', '173449.752500', '173450.212500', '173450.672500', '173451.132500', '173451.592500', '173452.052500', '173452.512500', '173452.972500', '173453.432500', '173453.892500', '173454.352500', '173454.812500', '173455.272500', '173455.732500', '173456.192500', '173456.652500', '173457.112500', '173457.572500', '173458.032500', '173458.492500', '173458.952500', '173459.412500', '173459.872500', '173500.332500', '173500.792500', '173501.252500', '173501.712500', '173502.172500', '173502.632500', '173503.092500', '173503.552500', '173504.012500', '173504.472500', '173504.932500', '173505.392500', '173505.852500', '173506.312500', '173506.772500', '173507.232500', '173507.692500', '173508.152500', '173508.612500', '173509.072500', '173509.532500', '173509.992500', '173510.452500', '173510.912500', '173511.372500', '173511.832500', '173512.292500', '173512.752500', '173513.212500', '173513.672500', '173514.132500', '173514.592500', '173515.052500', '173515.512500', '173515.972500', '173516.432500', '173516.892500', '173517.352500', '173517.812500', '173518.272500', '173518.732500', '173519.192500', '173519.652500', '173520.112500', '173520.572500', '173521.032500', '173521.492500', '173521.952500', '173522.412500', '173522.872500', '173523.332500', '173523.792500', '173524.252500', '173524.712500', '173525.172500', '173525.632500', '173526.092500', '173526.552500', '173527.012500', '173527.472500', '173527.932500', '173528.392500', '173528.852500', '173529.312500', '173529.772500', '173530.232500', '173530.692500', '173531.152500', '173531.612500', '173532.072500', '173532.532500', '173532.992500', '173533.452500', '173533.912500', '173534.372500', '173534.832500', '173535.292500', '173535.752500', '173536.212500', '173536.672500', '173537.132500', '173537.592500', '173538.052500', '173538.512500', '173538.972500', '173539.432500', '173539.892500', '173540.352500', '173540.812500', '173541.272500', '173541.732500', '173542.192500', '173542.652500', '173543.112500', '173543.572500', '173544.032500', '173544.492500', '173544.952500', '173545.412500', '173545.872500', '173546.332500', '173546.792500', '173547.252500', '173547.712500', '173548.172500', '173548.632500', '173549.092500', '173549.552500', '173550.012500', '173550.472500', '173550.932500', '173551.392500', '173551.852500', '173552.312500', '173552.772500', '173553.232500', '173553.692500', '173554.152500', '173554.612500', '173555.072500', '173555.532500', '173555.992500', '173556.452500', '173556.912500', '173557.372500', '173557.832500', '173558.292500', '173558.752500', '173559.212500', '173559.672500', '173600.132500', '173600.592500', '173601.052500', '173601.512500', '173601.972500', '173602.432500', '173602.892500', '173603.352500', '173603.812500', '173604.272500', '173604.732500', '173605.192500', '173605.652500', '173606.112500', '173606.572500', '173607.032500', '173607.492500', '173607.952500', '173608.412500', '173608.872500', '173609.332500', '173609.792500', '173610.252500', '173610.712500', '173611.172500', '173611.632500', '173612.092500', '173612.552500', '173613.012500', '173613.472500', '173613.932500', '173614.392500', '173614.852500', '173615.312500', '173615.772500', '173616.232500', '173616.692500', '173617.152500', '173617.612500', '173618.072500', '173618.532500', '173618.992500', '173619.452500', '173619.912500', '173620.372500', '173620.832500', '173621.292500', '173621.752500', '173622.212500', '173622.672500', '173623.132500', '173623.592500', '173624.052500', '173624.512500', '173624.972500', '173625.432500', '173625.892500', '173626.352500', '173626.812500', '173627.272500', '173627.732500', '173628.192500', '173628.652500', '173629.112500', '173629.572500', '173630.032500', '173630.492500', '173630.952500', '173631.412500', '173631.872500', '173632.332500', '173632.792500', '173633.252500', '173633.712500', '173634.172500', '173634.632500', '173635.092500', '173635.552500', '173636.012500', '173636.472500', '173636.932500', '173637.392500', '173637.852500', '173638.312500', '173638.772500', '173639.232500', '173639.692500', '173640.152500', '173640.612500', '173641.072500', '173641.532500', '173641.992500', '173642.452500', '173642.912500', '173643.372500', '173643.832500', '173644.292500', '173644.752500', '173645.212500', '173645.672500', '173646.132500', '173646.592500', '173647.052500', '173647.512500', '173647.972500', '173648.432500', '173648.892500', '173649.352500', '173649.812500', '173650.272500', '173650.732500', '173651.192500', '173651.652500', '173652.112500', '173652.572500', '173653.032500', '173653.492500', '173653.952500', '173654.412500', '173654.872500', '173655.332500', '173655.792500', '173656.252500', '173656.712500', '173657.172500', '173657.632500', '173658.092500', '173658.552500', '173659.012500', '173659.472500', '173659.932500', '173700.392500', '173700.852500', '173701.312500', '173701.772500', '173702.232500', '173702.692500', '173703.152500', '173703.612500', '173704.072500', '173704.532500', '173704.992500', '173705.452500', '173705.912500', '173706.372500', '173706.832500', '173707.292500', '173707.752500', '173708.212500', '173708.672500', '173709.132500', '173709.592500', '173710.052500', '173710.512500', '173710.972500', '173711.432500', '173711.892500', '173712.352500', '173712.812500', '173713.272500', '173713.732500', '173714.192500', '173714.652500', '173715.112500', '173715.572500', '173716.032500', '173716.492500', '173716.952500', '173717.412500', '173717.872500', '173718.332500', '173718.792500', '173719.252500', '173719.712500', '173720.172500', '173720.632500', '173721.092500', '173721.552500', '173722.012500', '173722.472500', '173722.932500', '173723.392500', '173723.852500', '173724.312500', '173724.772500', '173725.232500', '173725.692500', '173726.152500', '173726.612500', '173727.072500', '173727.532500', '173727.992500', '173728.452500', '173728.912500', '173729.372500', '173729.832500', '173730.292500', '173730.752500', '173731.212500', '173731.672500', '173732.132500', '173732.592500', '173733.052500', '173733.512500', '173733.972500', '173734.432500', '173734.892500', '173735.352500', '173735.812500', '173736.272500', '173736.732500', '173737.192500', '173737.652500', '173738.112500', '173738.572500', '173739.032500', '173739.492500', '173739.952500', '173740.412500', '173740.872500', '173741.332500', '173741.792500', '173742.252500', '173742.712500', '173743.172500', '173743.632500', '173744.092500', '173744.552500', '173745.012500', '173745.472500', '173745.932500', '173746.392500', '173746.852500', '173747.312500', '173747.772500', '173748.232500', '173748.692500', '173749.152500', '173749.612500', '173750.072500', '173750.532500', '173750.992500', '173751.452500', '173751.912500', '173752.372500', '173752.832500', '173753.292500', '173753.752500', '173754.212500', '173754.672500', '173755.132500', '173755.592500', '173756.052500', '173756.512500', '173756.972500', '173757.432500', '173757.892500', '173758.352500', '173758.812500', '173759.272500', '173759.732500', '173800.192500', '173800.652500', '173801.112500', '173801.572500', '173802.032500', '173802.492500', '173802.952500', '173803.412500', '173803.872500', '173804.332500', '173804.792500', '173805.252500', '173805.712500', '173806.172500', '173806.632500', '173807.092500', '173807.552500', '173808.012500', '173808.472500', '173808.932500', '173809.392500', '173809.852500', '173810.312500', '173810.772500', '173811.232500', '173811.692500', '173812.152500', '173812.612500', '173813.072500', '173813.532500', '173813.992500', '173814.452500', '173814.912500', '173815.372500', '173815.832500', '173816.292500', '173816.752500', '173817.212500', '173817.672500', '173818.132500', '173818.592500', '173819.052500', '173819.512500', '173819.972500', '173820.432500', '173820.892500', '173821.352500', '173821.812500', '173822.272500', '173822.732500', '173823.192500', '173823.652500', '173824.112500', '173824.572500', '173825.032500', '173825.492500', '173825.952500', '173826.412500', '173826.872500', '173827.332500', '173827.792500', '173828.252500', '173828.712500', '173829.172500', '173829.632500', '173830.092500', '173830.552500', '173831.012500', '173831.472500', '173831.932500', '173832.392500', '173832.852500', '173833.312500', '173833.772500', '173834.232500', '173834.692500', '173835.152500', '173835.612500', '173836.072500', '173836.532500', '173836.992500', '173837.452500', '173837.912500', '173838.372500', '173838.832500', '173839.292500', '173839.752500', '173840.212500', '173840.672500', '173841.132500', '173841.592500', '173842.052500', '173842.512500', '173842.972500', '173843.432500', '173843.892500', '173844.352500', '173844.812500', '173845.272500', '173845.732500', '173846.192500', '173846.652500', '173847.112500', '173847.572500', '173848.032500', '173848.492500'], 'ContentTime': ['173226.060000', '173226.063000', '173226.066000', '173226.069000', '173226.072000', '173226.075000', '173226.078000', '173226.081000', '173226.084000', '173226.086000', '173226.089000', '173226.096000', '173226.099000', '173226.102000', '173226.105000', '173226.108000', '173226.111000', '173226.113000', '173226.116000', '173226.119000', '173226.122000', '173226.125000', '173226.127000', '173226.130000', '173226.133000', '173226.136000', '173226.148000', '173226.151000', '173226.154000', '173226.157000', '173226.160000', '173226.162000', '173226.165000', '173226.168000', '173226.171000', '173226.174000', '173226.177000', '173246.030000', '173246.033000', '173246.036000', '173246.039000', '173246.042000', '173246.044000', '173246.047000', '173246.050000', '173246.053000', '173246.056000', '173246.059000', '173246.073000', '173246.076000', '173246.079000', '173246.082000', '173246.084000', '173246.087000', '173246.090000', '173246.093000', '173246.096000', '173246.099000', '173246.102000', '173246.104000', '173246.107000', '173246.110000', '173246.113000', '173246.116000', '173246.119000', '173246.122000', '173246.124000', '173246.127000', '173246.130000', '173246.133000', '173246.136000', '173246.139000', '173246.142000', '173246.144000', '173246.147000', '173246.150000', '173246.153000', '173246.156000', '173246.159000', '173246.161000', '173246.164000', '173306.030000', '173306.033000', '173306.051000', '173306.054000', '173306.057000', '173306.059000', '173306.062000', '173306.065000', '173306.068000', '173306.071000', '173306.074000', '173306.076000', '173306.079000', '173306.082000', '173306.085000', '173306.088000', '173306.091000', '173306.094000', '173306.097000', '173306.099000', '173306.102000', '173306.105000', '173306.108000', '173306.111000', '173306.114000', '173306.117000', '173306.120000', '173306.122000', '173306.125000', '173306.128000', '173306.131000', '173306.134000', '173306.137000', '173306.140000', '173306.143000', '173306.145000', '173306.148000', '173306.151000', '173306.154000', '173306.157000', '173306.160000', '173306.162000', '173306.165000', '173326.030000', '173326.033000', '173326.036000', '173326.039000', '173326.042000', '173326.045000', '173326.047000', '173326.050000', '173326.053000', '173326.056000', '173326.059000', '173326.062000', '173326.065000', '173326.067000', '173326.070000', '173326.073000', '173326.076000', '173326.079000', '173326.082000', '173326.085000', '173326.088000', '173326.091000', '173326.093000', '173326.096000', '173326.099000', '173326.102000', '173326.105000', '173326.108000', '173326.111000', '173326.113000', '173326.116000', '173326.119000', '173326.122000', '173326.125000', '173326.128000', '173326.131000', '173326.134000', '173326.137000', '173326.139000', '173326.142000', '173326.145000', '173326.148000', '173326.151000', '173346.030000', '173346.033000', '173346.036000', '173346.039000', '173346.042000', '173346.045000', '173346.047000', '173346.050000', '173346.053000', '173346.056000', '173346.059000', '173346.062000', '173346.064000', '173346.067000', '173346.070000', '173346.073000', '173346.076000', '173346.079000', '173346.082000', '173346.084000', '173346.087000', '173346.090000', '173346.093000', '173346.096000', '173346.099000', '173346.102000', '173346.105000', '173346.108000', '173346.110000', '173346.113000', '173346.116000', '173346.119000', '173346.122000', '173346.125000', '173346.128000', '173346.131000', '173346.133000', '173346.136000', '173346.139000', '173346.142000', '173346.145000', '173346.157000', '173346.160000', '173346.163000', '173406.030000', '173406.033000', '173406.036000', '173406.039000', '173406.042000', '173406.045000', '173406.048000', '173406.051000', '173406.054000', '173406.057000', '173406.060000', '173406.063000', '173406.066000', '173406.069000', '173406.072000', '173406.075000', '173406.077000', '173406.080000', '173406.083000', '173406.086000', '173406.089000', '173406.092000', '173406.095000', '173406.097000', '173406.100000', '173406.103000', '173406.106000', '173406.109000', '173406.112000', '173406.115000', '173406.117000', '173406.120000', '173406.123000', '173406.126000', '173406.129000', '173406.132000', '173406.135000', '173406.144000', '173406.147000', '173406.149000', '173406.152000', '173406.155000', '173406.158000', '173426.030000', '173426.033000', '173426.036000', '173426.039000', '173426.042000', '173426.045000', '173426.048000', '173426.050000', '173426.053000', '173426.056000', '173426.059000', '173426.062000', '173426.065000', '173426.068000', '173426.071000', '173426.074000', '173426.076000', '173426.079000', '173426.082000', '173426.085000', '173426.088000', '173426.091000', '173426.094000', '173426.097000', '173426.099000', '173426.102000', '173426.105000', '173426.108000', '173426.111000', '173426.114000', '173426.117000', '173426.120000', '173426.123000', '173426.125000', '173426.128000', '173426.131000', '173426.134000', '173426.137000', '173426.140000', '173426.143000', '173426.146000', '173426.148000', '173426.151000', '173426.154000', '173446.030000', '173446.033000', '173446.036000', '173446.039000', '173446.042000', '173446.045000', '173446.047000', '173446.051000', '173446.056000', '173446.059000', '173446.062000', '173446.065000', '173446.068000', '173446.071000', '173446.074000', '173446.077000', '173446.080000', '173446.082000', '173446.085000', '173446.088000', '173446.091000', '173446.094000', '173446.097000', '173446.099000', '173446.102000', '173446.105000', '173446.108000', '173446.111000', '173446.114000', '173446.117000', '173446.119000', '173446.122000', '173446.125000', '173446.128000', '173446.131000', '173446.134000', '173446.137000', '173446.140000', '173446.142000', '173446.145000', '173446.148000', '173446.151000', '173446.154000', '173506.030000', '173506.033000', '173506.036000', '173506.039000', '173506.042000', '173506.045000', '173506.047000', '173506.050000', '173506.053000', '173506.056000', '173506.059000', '173506.062000', '173506.065000', '173506.068000', '173506.070000', '173506.073000', '173506.076000', '173506.079000', '173506.082000', '173506.085000', '173506.088000', '173506.091000', '173506.094000', '173506.097000', '173506.099000', '173506.102000', '173506.105000', '173506.108000', '173506.111000', '173506.114000', '173506.117000', '173506.120000', '173506.122000', '173506.125000', '173506.128000', '173506.131000', '173506.134000', '173506.137000', '173506.140000', '173506.143000', '173506.146000', '173506.149000', '173506.151000', '173506.154000', '173526.030000', '173526.033000', '173526.036000', '173526.039000', '173526.042000', '173526.045000', '173526.048000', '173526.051000', '173526.053000', '173526.056000', '173526.059000', '173526.063000', '173526.066000', '173526.069000', '173526.072000', '173526.075000', '173526.077000', '173526.080000', '173526.083000', '173526.086000', '173526.089000', '173526.092000', '173526.095000', '173526.098000', '173526.100000', '173526.103000', '173526.106000', '173526.109000', '173526.112000', '173526.115000', '173526.118000', '173526.121000', '173526.123000', '173526.126000', '173526.129000', '173526.132000', '173526.135000', '173526.138000', '173526.141000', '173526.143000', '173526.146000', '173526.149000', '173526.152000', '173546.030000', '173546.033000', '173546.036000', '173546.039000', '173546.042000', '173546.044000', '173546.047000', '173546.050000', '173546.053000', '173546.056000', '173546.059000', '173546.062000', '173546.065000', '173546.068000', '173546.070000', '173546.073000', '173546.076000', '173546.079000', '173546.082000', '173546.085000', '173546.088000', '173546.090000', '173546.093000', '173546.096000', '173546.099000', '173546.102000', '173546.105000', '173546.108000', '173546.111000', '173546.114000', '173546.117000', '173546.119000', '173546.122000', '173546.125000', '173546.128000', '173546.131000', '173546.134000', '173546.137000', '173546.139000', '173546.142000', '173546.145000', '173546.148000', '173546.151000', '173546.154000', '173606.030000', '173606.033000', '173606.036000', '173606.039000', '173606.042000', '173606.045000', '173606.048000', '173606.051000', '173606.054000', '173606.057000', '173606.060000', '173606.064000', '173606.067000', '173606.071000', '173606.074000', '173606.078000', '173606.082000', '173606.085000', '173606.088000', '173606.092000', '173606.095000', '173606.099000', '173606.102000', '173606.106000', '173606.109000', '173606.112000', '173606.115000', '173606.118000', '173606.121000', '173606.124000', '173606.127000', '173606.130000', '173606.133000', '173606.136000', '173606.139000', '173606.142000', '173606.145000', '173606.148000', '173606.158000', '173606.162000', '173606.165000', '173606.168000', '173606.171000', '173626.030000', '173626.033000', '173626.036000', '173626.039000', '173626.042000', '173626.045000', '173626.048000', '173626.050000', '173626.053000', '173626.056000', '173626.059000', '173626.062000', '173626.065000', '173626.068000', '173626.071000', '173626.074000', '173626.077000', '173626.080000', '173626.082000', '173626.085000', '173626.088000', '173626.091000', '173626.094000', '173626.097000', '173626.100000', '173626.103000', '173626.106000', '173626.109000', '173626.111000', '173626.114000', '173626.117000', '173626.120000', '173626.123000', '173626.126000', '173626.129000', '173626.132000', '173626.134000', '173626.137000', '173626.140000', '173626.143000', '173626.146000', '173626.149000', '173626.152000', '173626.155000', '173646.030000', '173646.033000', '173646.036000', '173646.039000', '173646.042000', '173646.045000', '173646.049000', '173646.052000', '173646.055000', '173646.057000', '173646.060000', '173646.063000', '173646.066000', '173646.069000', '173646.072000', '173646.075000', '173646.078000', '173646.081000', '173646.083000', '173646.086000', '173646.089000', '173646.092000', '173646.095000', '173646.098000', '173646.101000', '173646.104000', '173646.107000', '173646.110000', '173646.113000', '173646.116000', '173646.122000', '173646.125000', '173646.128000', '173646.131000', '173646.134000', '173646.137000', '173646.140000', '173646.143000', '173646.146000', '173646.148000', '173646.151000', '173646.154000', '173646.157000', '173706.030000', '173706.033000', '173706.036000', '173706.039000', '173706.042000', '173706.045000', '173706.047000', '173706.051000', '173706.053000', '173706.056000', '173706.059000', '173706.062000', '173706.065000', '173706.068000', '173706.071000', '173706.074000', '173706.076000', '173706.079000', '173706.082000', '173706.085000', '173706.088000', '173706.091000', '173706.094000', '173706.097000', '173706.100000', '173706.103000', '173706.106000', '173706.108000', '173706.111000', '173706.114000', '173706.117000', '173706.120000', '173706.123000', '173706.126000', '173706.129000', '173706.132000', '173706.135000', '173706.138000', '173706.141000', '173706.143000', '173706.146000', '173706.149000', '173706.152000', '173706.155000', '173726.031000', '173726.034000', '173726.037000', '173726.040000', '173726.043000', '173726.046000', '173726.049000', '173726.052000', '173726.055000', '173726.058000', '173726.060000', '173726.063000', '173726.066000', '173726.069000', '173726.072000', '173726.075000', '173726.078000', '173726.081000', '173726.084000', '173726.086000', '173726.089000', '173726.092000', '173726.095000', '173726.098000', '173726.101000', '173726.104000', '173726.107000', '173726.110000', '173726.113000', '173726.115000', '173726.119000', '173726.123000', '173726.126000', '173726.129000', '173726.132000', '173726.135000', '173726.138000', '173726.141000', '173726.144000', '173726.147000', '173726.150000', '173726.152000', '173726.155000', '173746.030000', '173746.033000', '173746.036000', '173746.039000', '173746.042000', '173746.051000', '173746.054000', '173746.057000', '173746.060000', '173746.063000', '173746.066000', '173746.068000', '173746.071000', '173746.074000', '173746.077000', '173746.080000', '173746.083000', '173746.086000', '173746.089000', '173746.092000', '173746.095000', '173746.097000', '173746.100000', '173746.103000', '173746.106000', '173746.109000', '173746.112000', '173746.115000', '173746.118000', '173746.121000', '173746.123000', '173746.126000', '173746.129000', '173746.132000', '173746.135000', '173746.138000', '173746.141000', '173746.144000', '173746.147000', '173746.149000', '173746.152000', '173746.155000', '173746.158000', '173746.161000', '173806.030000', '173806.033000', '173806.036000', '173806.039000', '173806.042000', '173806.045000', '173806.048000', '173806.051000', '173806.053000', '173806.056000', '173806.059000', '173806.062000', '173806.065000', '173806.068000', '173806.071000', '173806.074000', '173806.076000', '173806.079000', '173806.084000', '173806.087000', '173806.090000', '173806.093000', '173806.097000', '173806.100000', '173806.103000', '173806.106000', '173806.109000', '173806.112000', '173806.115000', '173806.118000', '173806.121000', '173806.124000', '173806.127000', '173806.130000', '173806.133000', '173806.136000', '173806.139000', '173806.142000', '173806.144000', '173806.147000', '173806.150000', '173806.153000', '173806.156000', '173826.030000', '173826.033000', '173826.036000', '173826.039000', '173826.042000', '173826.045000', '173826.048000', '173826.051000', '173826.054000', '173826.057000', '173826.060000', '173826.062000', '173826.065000', '173826.068000', '173826.071000', '173826.074000', '173826.077000', '173826.080000', '173826.083000', '173826.085000', '173826.088000', '173826.091000', '173826.094000', '173826.097000', '173826.100000', '173826.103000', '173826.106000', '173826.109000', '173826.112000', '173826.114000', '173826.117000', '173826.120000', '173826.123000', '173826.126000', '173826.129000', '173826.132000', '173826.135000', '173826.138000', '173826.140000', '173826.143000', '173826.146000', '173826.149000', '173826.152000', '173826.155000', '173846.030000', '173846.033000', '173846.036000', '173846.039000', '173846.042000', '173846.045000', '173846.048000', '173846.051000', '173846.054000', '173846.057000', '173846.059000', '173846.062000', '173846.065000', '173846.068000', '173846.071000', '173846.074000', '173846.077000', '173846.080000', '173846.083000', '173846.085000', '173846.088000', '173846.091000', '173846.094000', '173846.097000', '173846.100000', '173846.103000', '173846.105000', '173846.108000', '173846.111000', '173846.114000', '173846.117000', '173846.120000', '173846.123000', '173846.126000', '173846.128000', '173846.131000', '173846.134000', '173846.137000', '173846.140000', '173846.143000', '173846.146000', '173846.149000', '173846.151000', '173849.900000', '173849.904000', '173849.908000', '173849.911000', '173849.914000', '173849.917000', '173849.920000', '173849.923000', '173849.927000'], 'InstanceCreationTime': ['173226.060000', '173226.063000', '173226.066000', '173226.069000', '173226.072000', '173226.075000', '173226.078000', '173226.081000', '173226.084000', '173226.086000', '173226.089000', '173226.096000', '173226.099000', '173226.102000', '173226.105000', '173226.108000', '173226.111000', '173226.113000', '173226.116000', '173226.119000', '173226.122000', '173226.125000', '173226.127000', '173226.130000', '173226.133000', '173226.136000', '173226.148000', '173226.151000', '173226.154000', '173226.157000', '173226.160000', '173226.162000', '173226.165000', '173226.168000', '173226.171000', '173226.174000', '173226.177000', '173246.030000', '173246.033000', '173246.036000', '173246.039000', '173246.042000', '173246.044000', '173246.047000', '173246.050000', '173246.053000', '173246.056000', '173246.059000', '173246.073000', '173246.076000', '173246.079000', '173246.082000', '173246.084000', '173246.087000', '173246.090000', '173246.093000', '173246.096000', '173246.099000', '173246.102000', '173246.104000', '173246.107000', '173246.110000', '173246.113000', '173246.116000', '173246.119000', '173246.122000', '173246.124000', '173246.127000', '173246.130000', '173246.133000', '173246.136000', '173246.139000', '173246.142000', '173246.144000', '173246.147000', '173246.150000', '173246.153000', '173246.156000', '173246.159000', '173246.161000', '173246.164000', '173306.030000', '173306.033000', '173306.051000', '173306.054000', '173306.057000', '173306.059000', '173306.062000', '173306.065000', '173306.068000', '173306.071000', '173306.074000', '173306.076000', '173306.079000', '173306.082000', '173306.085000', '173306.088000', '173306.091000', '173306.094000', '173306.097000', '173306.099000', '173306.102000', '173306.105000', '173306.108000', '173306.111000', '173306.114000', '173306.117000', '173306.120000', '173306.122000', '173306.125000', '173306.128000', '173306.131000', '173306.134000', '173306.137000', '173306.140000', '173306.143000', '173306.145000', '173306.148000', '173306.151000', '173306.154000', '173306.157000', '173306.160000', '173306.162000', '173306.165000', '173326.030000', '173326.033000', '173326.036000', '173326.039000', '173326.042000', '173326.045000', '173326.047000', '173326.050000', '173326.053000', '173326.056000', '173326.059000', '173326.062000', '173326.065000', '173326.067000', '173326.070000', '173326.073000', '173326.076000', '173326.079000', '173326.082000', '173326.085000', '173326.088000', '173326.091000', '173326.093000', '173326.096000', '173326.099000', '173326.102000', '173326.105000', '173326.108000', '173326.111000', '173326.113000', '173326.116000', '173326.119000', '173326.122000', '173326.125000', '173326.128000', '173326.131000', '173326.134000', '173326.137000', '173326.139000', '173326.142000', '173326.145000', '173326.148000', '173326.151000', '173346.030000', '173346.033000', '173346.036000', '173346.039000', '173346.042000', '173346.045000', '173346.047000', '173346.050000', '173346.053000', '173346.056000', '173346.059000', '173346.062000', '173346.064000', '173346.067000', '173346.070000', '173346.073000', '173346.076000', '173346.079000', '173346.082000', '173346.084000', '173346.087000', '173346.090000', '173346.093000', '173346.096000', '173346.099000', '173346.102000', '173346.105000', '173346.108000', '173346.110000', '173346.113000', '173346.116000', '173346.119000', '173346.122000', '173346.125000', '173346.128000', '173346.131000', '173346.133000', '173346.136000', '173346.139000', '173346.142000', '173346.145000', '173346.157000', '173346.160000', '173346.163000', '173406.030000', '173406.033000', '173406.036000', '173406.039000', '173406.042000', '173406.045000', '173406.048000', '173406.051000', '173406.054000', '173406.057000', '173406.060000', '173406.063000', '173406.066000', '173406.069000', '173406.072000', '173406.075000', '173406.077000', '173406.080000', '173406.083000', '173406.086000', '173406.089000', '173406.092000', '173406.095000', '173406.097000', '173406.100000', '173406.103000', '173406.106000', '173406.109000', '173406.112000', '173406.115000', '173406.117000', '173406.120000', '173406.123000', '173406.126000', '173406.129000', '173406.132000', '173406.135000', '173406.144000', '173406.147000', '173406.149000', '173406.152000', '173406.155000', '173406.158000', '173426.030000', '173426.033000', '173426.036000', '173426.039000', '173426.042000', '173426.045000', '173426.048000', '173426.050000', '173426.053000', '173426.056000', '173426.059000', '173426.062000', '173426.065000', '173426.068000', '173426.071000', '173426.074000', '173426.076000', '173426.079000', '173426.082000', '173426.085000', '173426.088000', '173426.091000', '173426.094000', '173426.097000', '173426.099000', '173426.102000', '173426.105000', '173426.108000', '173426.111000', '173426.114000', '173426.117000', '173426.120000', '173426.123000', '173426.125000', '173426.128000', '173426.131000', '173426.134000', '173426.137000', '173426.140000', '173426.143000', '173426.146000', '173426.148000', '173426.151000', '173426.154000', '173446.030000', '173446.033000', '173446.036000', '173446.039000', '173446.042000', '173446.045000', '173446.047000', '173446.051000', '173446.056000', '173446.059000', '173446.062000', '173446.065000', '173446.068000', '173446.071000', '173446.074000', '173446.077000', '173446.080000', '173446.082000', '173446.085000', '173446.088000', '173446.091000', '173446.094000', '173446.097000', '173446.099000', '173446.102000', '173446.105000', '173446.108000', '173446.111000', '173446.114000', '173446.117000', '173446.119000', '173446.122000', '173446.125000', '173446.128000', '173446.131000', '173446.134000', '173446.137000', '173446.140000', '173446.142000', '173446.145000', '173446.148000', '173446.151000', '173446.154000', '173506.030000', '173506.033000', '173506.036000', '173506.039000', '173506.042000', '173506.045000', '173506.047000', '173506.050000', '173506.053000', '173506.056000', '173506.059000', '173506.062000', '173506.065000', '173506.068000', '173506.070000', '173506.073000', '173506.076000', '173506.079000', '173506.082000', '173506.085000', '173506.088000', '173506.091000', '173506.094000', '173506.097000', '173506.099000', '173506.102000', '173506.105000', '173506.108000', '173506.111000', '173506.114000', '173506.117000', '173506.120000', '173506.122000', '173506.125000', '173506.128000', '173506.131000', '173506.134000', '173506.137000', '173506.140000', '173506.143000', '173506.146000', '173506.149000', '173506.151000', '173506.154000', '173526.030000', '173526.033000', '173526.036000', '173526.039000', '173526.042000', '173526.045000', '173526.048000', '173526.051000', '173526.053000', '173526.056000', '173526.059000', '173526.063000', '173526.066000', '173526.069000', '173526.072000', '173526.075000', '173526.077000', '173526.080000', '173526.083000', '173526.086000', '173526.089000', '173526.092000', '173526.095000', '173526.098000', '173526.100000', '173526.103000', '173526.106000', '173526.109000', '173526.112000', '173526.115000', '173526.118000', '173526.121000', '173526.123000', '173526.126000', '173526.129000', '173526.132000', '173526.135000', '173526.138000', '173526.141000', '173526.143000', '173526.146000', '173526.149000', '173526.152000', '173546.030000', '173546.033000', '173546.036000', '173546.039000', '173546.042000', '173546.044000', '173546.047000', '173546.050000', '173546.053000', '173546.056000', '173546.059000', '173546.062000', '173546.065000', '173546.068000', '173546.070000', '173546.073000', '173546.076000', '173546.079000', '173546.082000', '173546.085000', '173546.088000', '173546.090000', '173546.093000', '173546.096000', '173546.099000', '173546.102000', '173546.105000', '173546.108000', '173546.111000', '173546.114000', '173546.117000', '173546.119000', '173546.122000', '173546.125000', '173546.128000', '173546.131000', '173546.134000', '173546.137000', '173546.139000', '173546.142000', '173546.145000', '173546.148000', '173546.151000', '173546.154000', '173606.030000', '173606.033000', '173606.036000', '173606.039000', '173606.042000', '173606.045000', '173606.048000', '173606.051000', '173606.054000', '173606.057000', '173606.060000', '173606.064000', '173606.067000', '173606.071000', '173606.074000', '173606.078000', '173606.082000', '173606.085000', '173606.088000', '173606.092000', '173606.095000', '173606.099000', '173606.102000', '173606.106000', '173606.109000', '173606.112000', '173606.115000', '173606.118000', '173606.121000', '173606.124000', '173606.127000', '173606.130000', '173606.133000', '173606.136000', '173606.139000', '173606.142000', '173606.145000', '173606.148000', '173606.158000', '173606.162000', '173606.165000', '173606.168000', '173606.171000', '173626.030000', '173626.033000', '173626.036000', '173626.039000', '173626.042000', '173626.045000', '173626.048000', '173626.050000', '173626.053000', '173626.056000', '173626.059000', '173626.062000', '173626.065000', '173626.068000', '173626.071000', '173626.074000', '173626.077000', '173626.080000', '173626.082000', '173626.085000', '173626.088000', '173626.091000', '173626.094000', '173626.097000', '173626.100000', '173626.103000', '173626.106000', '173626.109000', '173626.111000', '173626.114000', '173626.117000', '173626.120000', '173626.123000', '173626.126000', '173626.129000', '173626.132000', '173626.134000', '173626.137000', '173626.140000', '173626.143000', '173626.146000', '173626.149000', '173626.152000', '173626.155000', '173646.030000', '173646.033000', '173646.036000', '173646.039000', '173646.042000', '173646.045000', '173646.049000', '173646.052000', '173646.055000', '173646.057000', '173646.060000', '173646.063000', '173646.066000', '173646.069000', '173646.072000', '173646.075000', '173646.078000', '173646.081000', '173646.083000', '173646.086000', '173646.089000', '173646.092000', '173646.095000', '173646.098000', '173646.101000', '173646.104000', '173646.107000', '173646.110000', '173646.113000', '173646.116000', '173646.122000', '173646.125000', '173646.128000', '173646.131000', '173646.134000', '173646.137000', '173646.140000', '173646.143000', '173646.146000', '173646.148000', '173646.151000', '173646.154000', '173646.157000', '173706.030000', '173706.033000', '173706.036000', '173706.039000', '173706.042000', '173706.045000', '173706.047000', '173706.051000', '173706.053000', '173706.056000', '173706.059000', '173706.062000', '173706.065000', '173706.068000', '173706.071000', '173706.074000', '173706.076000', '173706.079000', '173706.082000', '173706.085000', '173706.088000', '173706.091000', '173706.094000', '173706.097000', '173706.100000', '173706.103000', '173706.106000', '173706.108000', '173706.111000', '173706.114000', '173706.117000', '173706.120000', '173706.123000', '173706.126000', '173706.129000', '173706.132000', '173706.135000', '173706.138000', '173706.141000', '173706.143000', '173706.146000', '173706.149000', '173706.152000', '173706.155000', '173726.031000', '173726.034000', '173726.037000', '173726.040000', '173726.043000', '173726.046000', '173726.049000', '173726.052000', '173726.055000', '173726.058000', '173726.060000', '173726.063000', '173726.066000', '173726.069000', '173726.072000', '173726.075000', '173726.078000', '173726.081000', '173726.084000', '173726.086000', '173726.089000', '173726.092000', '173726.095000', '173726.098000', '173726.101000', '173726.104000', '173726.107000', '173726.110000', '173726.113000', '173726.115000', '173726.119000', '173726.123000', '173726.126000', '173726.129000', '173726.132000', '173726.135000', '173726.138000', '173726.141000', '173726.144000', '173726.147000', '173726.150000', '173726.152000', '173726.155000', '173746.030000', '173746.033000', '173746.036000', '173746.039000', '173746.042000', '173746.051000', '173746.054000', '173746.057000', '173746.060000', '173746.063000', '173746.066000', '173746.068000', '173746.071000', '173746.074000', '173746.077000', '173746.080000', '173746.083000', '173746.086000', '173746.089000', '173746.092000', '173746.095000', '173746.097000', '173746.100000', '173746.103000', '173746.106000', '173746.109000', '173746.112000', '173746.115000', '173746.118000', '173746.121000', '173746.123000', '173746.126000', '173746.129000', '173746.132000', '173746.135000', '173746.138000', '173746.141000', '173746.144000', '173746.147000', '173746.149000', '173746.152000', '173746.155000', '173746.158000', '173746.161000', '173806.030000', '173806.033000', '173806.036000', '173806.039000', '173806.042000', '173806.045000', '173806.048000', '173806.051000', '173806.053000', '173806.056000', '173806.059000', '173806.062000', '173806.065000', '173806.068000', '173806.071000', '173806.074000', '173806.076000', '173806.079000', '173806.084000', '173806.087000', '173806.090000', '173806.093000', '173806.097000', '173806.100000', '173806.103000', '173806.106000', '173806.109000', '173806.112000', '173806.115000', '173806.118000', '173806.121000', '173806.124000', '173806.127000', '173806.130000', '173806.133000', '173806.136000', '173806.139000', '173806.142000', '173806.144000', '173806.147000', '173806.150000', '173806.153000', '173806.156000', '173826.030000', '173826.033000', '173826.036000', '173826.039000', '173826.042000', '173826.045000', '173826.048000', '173826.051000', '173826.054000', '173826.057000', '173826.060000', '173826.062000', '173826.065000', '173826.068000', '173826.071000', '173826.074000', '173826.077000', '173826.080000', '173826.083000', '173826.085000', '173826.088000', '173826.091000', '173826.094000', '173826.097000', '173826.100000', '173826.103000', '173826.106000', '173826.109000', '173826.112000', '173826.114000', '173826.117000', '173826.120000', '173826.123000', '173826.126000', '173826.129000', '173826.132000', '173826.135000', '173826.138000', '173826.140000', '173826.143000', '173826.146000', '173826.149000', '173826.152000', '173826.155000', '173846.030000', '173846.033000', '173846.036000', '173846.039000', '173846.042000', '173846.045000', '173846.048000', '173846.051000', '173846.054000', '173846.057000', '173846.059000', '173846.062000', '173846.065000', '173846.068000', '173846.071000', '173846.074000', '173846.077000', '173846.080000', '173846.083000', '173846.085000', '173846.088000', '173846.091000', '173846.094000', '173846.097000', '173846.100000', '173846.103000', '173846.105000', '173846.108000', '173846.111000', '173846.114000', '173846.117000', '173846.120000', '173846.123000', '173846.126000', '173846.128000', '173846.131000', '173846.134000', '173846.137000', '173846.140000', '173846.143000', '173846.146000', '173846.149000', '173846.151000', '173849.900000', '173849.904000', '173849.908000', '173849.911000', '173849.914000', '173849.917000', '173849.920000', '173849.923000', '173849.927000'], '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': [14143, 18246, 14518, 16746, 14641, 12251, 16194, 11818, 12094, 11917, 12217, 11654, 12330, 12243, 12240, 12651, 11756, 12269, 11565, 12342, 11276, 11884, 12636, 11795, 11871, 12272, 11955, 12762, 12375, 11954, 11802, 11725, 12383, 11640, 12401, 12234, 11805, 12634, 12079, 12160, 11807, 12138, 12025, 12036, 11779, 11946, 12730, 11571, 12090, 12359, 12293, 11862, 12022, 11330, 11866, 12333, 11488, 12234, 11661, 12327, 11780, 12266, 11212, 11986, 11620, 11817, 11823, 11543, 11855, 11618, 12001, 11511, 11808, 12266, 12169, 12015, 12375, 11704, 11772, 11876, 12214, 11597, 12137, 12025, 12948, 12275, 12947, 12231, 12658, 11853, 12889, 12011, 15622, 11861, 13299, 13402, 12152, 12530, 11698, 11397, 11803, 11809, 12113, 12016, 13117, 12296, 13622, 12104, 12007, 11967, 12166, 12725, 12071, 12440, 11907, 12324, 11449, 12550, 11463, 12345, 11298, 12386, 12596, 15685, 12106, 12307, 11432, 12224, 11983, 12112, 13487, 11322, 11997, 12318, 12202, 11502, 11787, 12101, 11864, 12278, 11387, 12181, 12101, 12171, 12711, 11844, 11003, 11499, 12288, 12067, 11916, 11762, 12146, 11293, 11912, 12861, 12197, 12510, 12223, 12794, 11599, 11856, 12585, 11804, 11559, 11757, 12159, 12262, 12206, 12644, 12271, 12312, 11798, 12124, 11797, 13872, 12242, 16744, 13374, 14916, 13438, 12332, 13295, 12246, 12523, 12436, 12624, 12355, 12804, 10774, 12857, 12387, 12097, 12670, 11822, 15546, 11423, 12456, 15548, 12815, 14857, 11967, 12194, 11520, 12836, 12258, 11850, 12437, 11176, 12383, 11062, 12461, 12041, 11525, 12676, 11446, 12237, 11936, 12669, 11599, 11776, 12502, 11824, 12525, 11038, 12400, 12484, 11435, 12111, 11102, 11776, 11853, 11631, 11849, 11817, 11664, 11719, 12442, 11324, 12403, 11848, 12327, 11873, 11896, 11897, 11487, 12376, 12008, 12108, 11578, 12144, 11761, 12038, 11964, 11999, 12474, 11864, 11922, 11801, 11806, 12348, 12918, 11954, 12105, 11646, 12040, 12065, 12189, 13647, 12016, 13241, 11711, 11527, 11646, 12141, 13305, 12144, 12812, 11704, 11358, 11472, 11857, 12771, 12306, 12587, 11825, 12957, 11734, 12040, 11945, 11817, 16868, 12047, 13076, 12152, 16788, 13295, 17308, 11810, 12354, 12514, 12356, 11353, 11725, 11790, 11111, 11929, 11374, 11889, 11310, 11950, 11720, 11927, 11136, 13770, 11291, 14906, 11750, 16024, 11724, 14390, 11696, 11974, 11614, 11979, 11777, 11074, 11928, 12370, 11980, 12070, 11726, 11122, 11716, 10949, 11259, 10783, 11147, 11954, 12632, 12119, 12033, 11571, 12323, 11784, 11388, 11666, 12009, 12617, 12064, 12386, 11738, 11073, 11518, 11900, 12346, 11695, 12358, 11959, 13198, 11747, 11925, 11415, 12058, 12238, 11783, 11115, 11684, 12283, 12420, 12022, 12291, 11989, 11575, 11814, 12142, 13233, 11863, 11835, 11435, 12770, 11803, 10639, 12048, 13494, 12550, 13270, 12539, 16196, 12794, 12841, 12160, 12194, 12798, 12194, 11841, 12243, 11688, 11829, 11335, 11901, 11269, 11659, 11490, 14605, 14831, 12025, 17275, 12697, 14685, 11204, 11848, 10920, 12012, 12424, 11712, 12058, 12241, 12143, 11244, 11923, 11306, 11651, 11961, 11141, 11948, 12532, 11988, 12013, 11620, 11885, 11746, 11893, 11627, 11562, 11864, 12373, 11951, 13010, 11359, 11992, 11850, 11920, 12738, 11715, 11988, 12702, 12150, 12559, 11447, 10745, 11668, 11939, 12872, 12272, 12434, 11798, 10748, 11539, 12819, 11923, 12296, 12147, 12227, 12697, 11940, 12919, 12130, 12170, 13242, 12119, 12539, 11863, 11897, 11787, 11985, 12560, 11737, 12733, 11616, 12092, 12635, 12177, 12627, 11891, 13274, 11902, 12150, 12402, 12037, 11629, 11828, 11682, 12027, 13161, 11867, 12177, 11922, 12216, 12253, 12018, 12844, 12112, 12391, 11913, 12664, 11740, 12082, 12644, 12201, 13301, 12607, 11852, 12227, 11964, 12163, 12014, 12588, 12274, 11906, 11597, 12061, 12245, 11893, 12678, 12083, 12129, 12721, 11932, 11889, 11566, 11401, 12046, 11757, 11904, 11760, 11431, 11232, 10794, 11302, 11489, 11561, 11487, 12650, 11581, 11732, 12251, 11658, 12065, 11381, 11951, 12635, 14731, 12144, 11897, 12509, 11659, 11970, 11694, 11929, 12698, 11198, 11749, 10927, 11497, 11352, 11449, 11952, 12422, 13313, 10847, 12065, 13346, 12409, 11666, 12290, 11152, 10692, 10970, 10568, 11890, 11616, 11992, 12175, 13282, 11582, 11982, 12670, 12412, 12982, 12370, 12323, 12074, 12000, 12982, 13933, 13164, 14245, 13219, 13584, 12905, 14597, 12550, 12822, 13113, 12555, 12150, 12514, 11115, 11266, 11842, 10955, 12061, 11956, 11957, 12437, 12556, 14725, 12963, 11687, 12669, 11913, 14391, 12052, 14478, 11817, 12124, 12795, 12283, 12661, 12460, 12400, 12459, 11287, 12182, 13205, 11977, 11956, 12244, 13226, 12266, 13182, 12389, 11978, 12461, 12357, 12221, 12319, 12482, 12078, 11409, 12098, 12668, 12107, 16565, 13392, 15795, 12247, 13360, 11758, 12219, 12086, 12546, 12373, 10731, 12005, 11967, 11623, 12000, 12355, 12101, 12434, 12165, 12227, 11840, 12052, 11938, 12159, 11569, 12246, 11679, 12102, 11490, 12228, 11593, 12306, 12397, 12237, 12969, 12358, 11789, 12079, 12920, 12223, 13030, 12327, 13392, 12848, 11830, 12791, 11982, 12694, 12152, 12652, 12026, 13044, 12424, 11074, 12487, 13383, 12582, 12133, 12495, 12322, 12043, 13056, 13096, 12584, 12262, 13480, 12260, 13110, 12349, 12191, 12416, 12237, 12886, 12152, 12064, 12612, 12547, 13170, 12457, 12425, 12184, 12018, 13070, 12287, 13031, 12384, 12981, 13169, 13150, 13165, 12958, 12979, 12296, 13109, 12433, 12757, 12645, 13228, 13105, 13039, 12623, 12296, 12511, 12275, 14510, 12689, 12831, 13357, 12469, 12750, 12198, 12892, 12457, 12395, 12569, 12502, 13062, 12264, 12004, 12561, 12371, 13107, 12431, 13069, 12585, 12170, 13084, 13708, 13852, 16761, 13874, 12447, 13398, 12935, 12490, 14139, 12383, 12982, 12321, 12604, 12645, 12073, 13140, 12446, 13010, 12393, 13155, 12043, 12299, 12761, 12361, 12712, 12570, 12901, 12719, 11855, 12641, 11993, 12314, 13145, 12657, 13498, 12450, 13211, 12486, 11916, 12455, 12680, 13726, 12468, 12623, 12198, 12948, 12610, 12190, 13488, 12463, 13601, 12916, 13122, 12191, 12889, 12835, 13007, 13075, 12671, 13129, 12512, 12897, 12343, 11278, 12695, 12460, 12916, 12416, 13048, 12484, 13578, 13171, 12287, 12998, 12424, 13062, 12604, 12839, 12561, 13045, 12343, 14737, 13056, 11785, 12357, 12298, 12746, 12233, 12857, 12199, 12567], 'WindowCenter': [4422.0, 4430.0, 4384.0, 4391.0, 4366.0, 4344.0, 4364.0, 4330.0, 4331.0, 4331.0, 4341.0, 4343.0, 4342.0, 4341.0, 4341.0, 4341.0, 4342.0, 4341.0, 4331.0, 4354.0, 4346.0, 4355.0, 4354.0, 4355.0, 4356.0, 4356.0, 4356.0, 4380.0, 4379.0, 4370.0, 4368.0, 4369.0, 4368.0, 4370.0, 4379.0, 4380.0, 4371.0, 4377.0, 4371.0, 4367.0, 4371.0, 4381.0, 4381.0, 4370.0, 4370.0, 4371.0, 4381.0, 4359.0, 4369.0, 4369.0, 4368.0, 4358.0, 4368.0, 4359.0, 4368.0, 4381.0, 4370.0, 4381.0, 4359.0, 4368.0, 4367.0, 4367.0, 4358.0, 4368.0, 4357.0, 4368.0, 4369.0, 4381.0, 4368.0, 4368.0, 4380.0, 4367.0, 4380.0, 4382.0, 4380.0, 4380.0, 4380.0, 4382.0, 4378.0, 4381.0, 4391.0, 4395.0, 4393.0, 4394.0, 4408.0, 4407.0, 4406.0, 4395.0, 4393.0, 4395.0, 4402.0, 4395.0, 4405.0, 4381.0, 4391.0, 4392.0, 4383.0, 4384.0, 4382.0, 4371.0, 4369.0, 4368.0, 4366.0, 4369.0, 4381.0, 4382.0, 4392.0, 4380.0, 4370.0, 4370.0, 4367.0, 4367.0, 4368.0, 4365.0, 4367.0, 4366.0, 4368.0, 4368.0, 4368.0, 4378.0, 4359.0, 4380.0, 4380.0, 4390.0, 4367.0, 4367.0, 4357.0, 4357.0, 4356.0, 4365.0, 4366.0, 4355.0, 4368.0, 4369.0, 4366.0, 4369.0, 4368.0, 4364.0, 4366.0, 4355.0, 4355.0, 4367.0, 4378.0, 4379.0, 4377.0, 4369.0, 4357.0, 4365.0, 4366.0, 4368.0, 4368.0, 4367.0, 4380.0, 4371.0, 4395.0, 4406.0, 4396.0, 4394.0, 4383.0, 4381.0, 4368.0, 4368.0, 4364.0, 4368.0, 4368.0, 4380.0, 4381.0, 4383.0, 4384.0, 4391.0, 4379.0, 4368.0, 4368.0, 4367.0, 4367.0, 4391.0, 4370.0, 4402.0, 4381.0, 4391.0, 4390.0, 4378.0, 4376.0, 4364.0, 4365.0, 4353.0, 4361.0, 4354.0, 4365.0, 4345.0, 4366.0, 4365.0, 4355.0, 4366.0, 4355.0, 4373.0, 4340.0, 4351.0, 4361.0, 4350.0, 4351.0, 4328.0, 4339.0, 4328.0, 4349.0, 4341.0, 4339.0, 4350.0, 4329.0, 4350.0, 4340.0, 4350.0, 4352.0, 4354.0, 4363.0, 4367.0, 4379.0, 4354.0, 4364.0, 4343.0, 4353.0, 4365.0, 4367.0, 4366.0, 4355.0, 4367.0, 4366.0, 4369.0, 4379.0, 4368.0, 4380.0, 4366.0, 4369.0, 4368.0, 4381.0, 4383.0, 4383.0, 4380.0, 4370.0, 4379.0, 4367.0, 4378.0, 4357.0, 4367.0, 4368.0, 4367.0, 4369.0, 4367.0, 4369.0, 4367.0, 4378.0, 4367.0, 4367.0, 4371.0, 4380.0, 4378.0, 4369.0, 4368.0, 4368.0, 4368.0, 4379.0, 4380.0, 4369.0, 4380.0, 4371.0, 4378.0, 4392.0, 4392.0, 4402.0, 4392.0, 4392.0, 4395.0, 4380.0, 4381.0, 4392.0, 4404.0, 4381.0, 4393.0, 4384.0, 4371.0, 4384.0, 4383.0, 4392.0, 4381.0, 4391.0, 4382.0, 4381.0, 4370.0, 4379.0, 4368.0, 4369.0, 4400.0, 4380.0, 4380.0, 4367.0, 4403.0, 4391.0, 4400.0, 4368.0, 4367.0, 4355.0, 4355.0, 4343.0, 4354.0, 4354.0, 4355.0, 4356.0, 4354.0, 4367.0, 4357.0, 4365.0, 4353.0, 4354.0, 4343.0, 4367.0, 4343.0, 4365.0, 4356.0, 4388.0, 4353.0, 4362.0, 4342.0, 4342.0, 4340.0, 4340.0, 4338.0, 4330.0, 4341.0, 4365.0, 4356.0, 4354.0, 4354.0, 4355.0, 4365.0, 4344.0, 4357.0, 4357.0, 4371.0, 4370.0, 4391.0, 4380.0, 4380.0, 4371.0, 4368.0, 4368.0, 4357.0, 4357.0, 4367.0, 4380.0, 4369.0, 4379.0, 4369.0, 4358.0, 4368.0, 4367.0, 4366.0, 4367.0, 4379.0, 4369.0, 4379.0, 4379.0, 4369.0, 4367.0, 4367.0, 4367.0, 4368.0, 4355.0, 4368.0, 4382.0, 4392.0, 4379.0, 4368.0, 4368.0, 4357.0, 4368.0, 4379.0, 4380.0, 4370.0, 4368.0, 4381.0, 4403.0, 4382.0, 4372.0, 4394.0, 4392.0, 4383.0, 4394.0, 4394.0, 4418.0, 4395.0, 4392.0, 4381.0, 4371.0, 4367.0, 4354.0, 4355.0, 4355.0, 4366.0, 4366.0, 4367.0, 4368.0, 4357.0, 4356.0, 4344.0, 4375.0, 4361.0, 4342.0, 4373.0, 4340.0, 4350.0, 4329.0, 4328.0, 4319.0, 4339.0, 4339.0, 4327.0, 4338.0, 4350.0, 4340.0, 4330.0, 4340.0, 4329.0, 4339.0, 4339.0, 4340.0, 4354.0, 4354.0, 4353.0, 4353.0, 4353.0, 4355.0, 4364.0, 4366.0, 4368.0, 4367.0, 4379.0, 4393.0, 4383.0, 4380.0, 4368.0, 4369.0, 4368.0, 4368.0, 4367.0, 4367.0, 4368.0, 4381.0, 4369.0, 4378.0, 4368.0, 4358.0, 4366.0, 4366.0, 4392.0, 4381.0, 4380.0, 4380.0, 4377.0, 4384.0, 4393.0, 4394.0, 4393.0, 4378.0, 4369.0, 4377.0, 4369.0, 4379.0, 4368.0, 4382.0, 4380.0, 4372.0, 4378.0, 4369.0, 4367.0, 4356.0, 4356.0, 4367.0, 4367.0, 4366.0, 4356.0, 4369.0, 4379.0, 4368.0, 4366.0, 4366.0, 4366.0, 4355.0, 4365.0, 4366.0, 4367.0, 4356.0, 4368.0, 4370.0, 4381.0, 4379.0, 4368.0, 4368.0, 4367.0, 4367.0, 4380.0, 4381.0, 4392.0, 4381.0, 4381.0, 4382.0, 4380.0, 4380.0, 4371.0, 4380.0, 4393.0, 4389.0, 4379.0, 4380.0, 4379.0, 4379.0, 4370.0, 4381.0, 4380.0, 4378.0, 4370.0, 4368.0, 4367.0, 4367.0, 4367.0, 4368.0, 4381.0, 4380.0, 4380.0, 4369.0, 4367.0, 4368.0, 4369.0, 4379.0, 4370.0, 4381.0, 4379.0, 4368.0, 4370.0, 4358.0, 4367.0, 4367.0, 4357.0, 4368.0, 4380.0, 4370.0, 4368.0, 4366.0, 4366.0, 4365.0, 4367.0, 4368.0, 4368.0, 4390.0, 4367.0, 4367.0, 4366.0, 4367.0, 4356.0, 4355.0, 4354.0, 4379.0, 4370.0, 4368.0, 4356.0, 4368.0, 4357.0, 4356.0, 4356.0, 4370.0, 4367.0, 4345.0, 4368.0, 4375.0, 4366.0, 4367.0, 4369.0, 4367.0, 4360.0, 4359.0, 4347.0, 4357.0, 4344.0, 4357.0, 4380.0, 4379.0, 4372.0, 4383.0, 4378.0, 4366.0, 4365.0, 4379.0, 4367.0, 4369.0, 4367.0, 4365.0, 4377.0, 4378.0, 4402.0, 4381.0, 4392.0, 4382.0, 4391.0, 4382.0, 4366.0, 4366.0, 4366.0, 4365.0, 4366.0, 4355.0, 4357.0, 4366.0, 4355.0, 4366.0, 4365.0, 4367.0, 4369.0, 4355.0, 4364.0, 4354.0, 4342.0, 4353.0, 4341.0, 4362.0, 4340.0, 4349.0, 4339.0, 4341.0, 4338.0, 4337.0, 4338.0, 4339.0, 4338.0, 4349.0, 4329.0, 4339.0, 4363.0, 4353.0, 4354.0, 4353.0, 4364.0, 4366.0, 4365.0, 4365.0, 4355.0, 4355.0, 4355.0, 4354.0, 4354.0, 4355.0, 4356.0, 4356.0, 4368.0, 4367.0, 4369.0, 4388.0, 4368.0, 4376.0, 4353.0, 4352.0, 4330.0, 4328.0, 4328.0, 4338.0, 4340.0, 4329.0, 4340.0, 4336.0, 4339.0, 4340.0, 4338.0, 4340.0, 4339.0, 4338.0, 4338.0, 4328.0, 4337.0, 4327.0, 4337.0, 4327.0, 4337.0, 4326.0, 4336.0, 4328.0, 4337.0, 4338.0, 4351.0, 4352.0, 4352.0, 4363.0, 4364.0, 4354.0, 4365.0, 4365.0, 4365.0, 4390.0, 4379.0, 4391.0, 4390.0, 4380.0, 4392.0, 4369.0, 4390.0, 4378.0, 4378.0, 4381.0, 4381.0, 4381.0, 4370.0, 4379.0, 4390.0, 4380.0, 4380.0, 4379.0, 4381.0, 4382.0, 4391.0, 4379.0, 4379.0, 4379.0, 4387.0, 4379.0, 4378.0, 4378.0, 4368.0, 4369.0, 4368.0, 4379.0, 4378.0, 4379.0, 4381.0, 4378.0, 4379.0, 4378.0, 4368.0, 4368.0, 4368.0, 4380.0, 4380.0, 4380.0, 4381.0, 4381.0, 4380.0, 4391.0, 4389.0, 4391.0, 4393.0, 4381.0, 4390.0, 4381.0, 4381.0, 4390.0, 4394.0, 4394.0, 4392.0, 4392.0, 4382.0, 4378.0, 4379.0, 4389.0, 4378.0, 4379.0, 4390.0, 4380.0, 4379.0, 4380.0, 4391.0, 4378.0, 4377.0, 4380.0, 4378.0, 4377.0, 4378.0, 4367.0, 4378.0, 4367.0, 4377.0, 4369.0, 4379.0, 4381.0, 4378.0, 4381.0, 4381.0, 4390.0, 4401.0, 4390.0, 4378.0, 4377.0, 4367.0, 4366.0, 4374.0, 4366.0, 4366.0, 4367.0, 4366.0, 4377.0, 4367.0, 4378.0, 4367.0, 4366.0, 4367.0, 4366.0, 4354.0, 4356.0, 4366.0, 4366.0, 4364.0, 4352.0, 4365.0, 4366.0, 4353.0, 4366.0, 4354.0, 4365.0, 4377.0, 4391.0, 4391.0, 4379.0, 4378.0, 4378.0, 4367.0, 4367.0, 4377.0, 4378.0, 4379.0, 4380.0, 4366.0, 4368.0, 4367.0, 4366.0, 4390.0, 4393.0, 4404.0, 4391.0, 4392.0, 4382.0, 4377.0, 4380.0, 4392.0, 4392.0, 4392.0, 4392.0, 4381.0, 4380.0, 4381.0, 4371.0, 4380.0, 4381.0, 4379.0, 4381.0, 4379.0, 4380.0, 4390.0, 4391.0, 4380.0, 4380.0, 4379.0, 4378.0, 4379.0, 4377.0, 4378.0, 4378.0, 4379.0, 4403.0, 4392.0, 4381.0, 4381.0, 4380.0, 4377.0, 4380.0, 4379.0, 4379.0, 4390.0], 'WindowWidth': [9736.0, 9746.0, 9667.0, 9669.0, 9625.0, 9591.0, 9618.0, 9566.0, 9567.0, 9568.0, 9582.0, 9589.0, 9585.0, 9583.0, 9582.0, 9583.0, 9583.0, 9582.0, 9568.0, 9605.0, 9601.0, 9611.0, 9608.0, 9609.0, 9613.0, 9613.0, 9612.0, 9654.0, 9651.0, 9640.0, 9634.0, 9638.0, 9635.0, 9641.0, 9654.0, 9653.0, 9642.0, 9647.0, 9642.0, 9633.0, 9639.0, 9658.0, 9656.0, 9641.0, 9638.0, 9643.0, 9657.0, 9623.0, 9637.0, 9635.0, 9632.0, 9619.0, 9632.0, 9624.0, 9634.0, 9658.0, 9642.0, 9660.0, 9625.0, 9636.0, 9632.0, 9630.0, 9618.0, 9634.0, 9619.0, 9632.0, 9641.0, 9660.0, 9639.0, 9636.0, 9654.0, 9633.0, 9655.0, 9662.0, 9656.0, 9655.0, 9657.0, 9660.0, 9651.0, 9659.0, 9674.0, 9685.0, 9677.0, 9686.0, 9711.0, 9709.0, 9702.0, 9686.0, 9681.0, 9687.0, 9692.0, 9682.0, 9701.0, 9659.0, 9676.0, 9676.0, 9663.0, 9666.0, 9662.0, 9645.0, 9637.0, 9635.0, 9630.0, 9637.0, 9661.0, 9658.0, 9675.0, 9655.0, 9642.0, 9641.0, 9633.0, 9630.0, 9632.0, 9627.0, 9631.0, 9632.0, 9634.0, 9636.0, 9637.0, 9651.0, 9624.0, 9659.0, 9658.0, 9674.0, 9633.0, 9632.0, 9616.0, 9617.0, 9613.0, 9626.0, 9628.0, 9611.0, 9635.0, 9640.0, 9630.0, 9637.0, 9633.0, 9625.0, 9633.0, 9612.0, 9613.0, 9633.0, 9652.0, 9654.0, 9648.0, 9639.0, 9620.0, 9629.0, 9630.0, 9634.0, 9636.0, 9634.0, 9656.0, 9645.0, 9685.0, 9704.0, 9693.0, 9683.0, 9665.0, 9658.0, 9637.0, 9634.0, 9626.0, 9633.0, 9635.0, 9657.0, 9662.0, 9665.0, 9668.0, 9673.0, 9654.0, 9635.0, 9633.0, 9633.0, 9633.0, 9673.0, 9642.0, 9692.0, 9659.0, 9675.0, 9672.0, 9652.0, 9645.0, 9625.0, 9626.0, 9607.0, 9616.0, 9609.0, 9626.0, 9600.0, 9628.0, 9628.0, 9613.0, 9631.0, 9614.0, 9636.0, 9584.0, 9598.0, 9612.0, 9594.0, 9598.0, 9564.0, 9578.0, 9562.0, 9591.0, 9586.0, 9581.0, 9594.0, 9565.0, 9595.0, 9582.0, 9597.0, 9605.0, 9610.0, 9621.0, 9633.0, 9656.0, 9611.0, 9621.0, 9592.0, 9606.0, 9625.0, 9631.0, 9630.0, 9614.0, 9633.0, 9631.0, 9639.0, 9654.0, 9636.0, 9656.0, 9630.0, 9637.0, 9634.0, 9658.0, 9668.0, 9663.0, 9656.0, 9641.0, 9652.0, 9633.0, 9647.0, 9619.0, 9632.0, 9635.0, 9634.0, 9637.0, 9633.0, 9636.0, 9633.0, 9650.0, 9633.0, 9632.0, 9646.0, 9657.0, 9651.0, 9637.0, 9636.0, 9634.0, 9635.0, 9656.0, 9657.0, 9638.0, 9655.0, 9644.0, 9651.0, 9678.0, 9680.0, 9691.0, 9676.0, 9677.0, 9687.0, 9661.0, 9658.0, 9679.0, 9695.0, 9660.0, 9679.0, 9669.0, 9648.0, 9668.0, 9666.0, 9678.0, 9661.0, 9674.0, 9664.0, 9659.0, 9642.0, 9654.0, 9637.0, 9636.0, 9688.0, 9655.0, 9656.0, 9635.0, 9697.0, 9677.0, 9688.0, 9638.0, 9632.0, 9611.0, 9609.0, 9593.0, 9608.0, 9609.0, 9611.0, 9615.0, 9612.0, 9631.0, 9617.0, 9626.0, 9606.0, 9610.0, 9590.0, 9634.0, 9592.0, 9625.0, 9617.0, 9665.0, 9606.0, 9618.0, 9588.0, 9587.0, 9581.0, 9581.0, 9577.0, 9570.0, 9587.0, 9624.0, 9614.0, 9609.0, 9610.0, 9614.0, 9627.0, 9596.0, 9616.0, 9617.0, 9645.0, 9644.0, 9675.0, 9658.0, 9655.0, 9644.0, 9635.0, 9636.0, 9621.0, 9619.0, 9633.0, 9654.0, 9639.0, 9651.0, 9638.0, 9623.0, 9634.0, 9631.0, 9629.0, 9629.0, 9654.0, 9638.0, 9651.0, 9653.0, 9640.0, 9634.0, 9633.0, 9630.0, 9632.0, 9616.0, 9635.0, 9661.0, 9677.0, 9655.0, 9636.0, 9636.0, 9618.0, 9635.0, 9654.0, 9655.0, 9641.0, 9635.0, 9658.0, 9694.0, 9664.0, 9649.0, 9681.0, 9675.0, 9663.0, 9684.0, 9686.0, 9729.0, 9688.0, 9677.0, 9660.0, 9646.0, 9634.0, 9607.0, 9610.0, 9611.0, 9630.0, 9629.0, 9634.0, 9636.0, 9620.0, 9617.0, 9595.0, 9639.0, 9615.0, 9587.0, 9632.0, 9582.0, 9596.0, 9564.0, 9563.0, 9548.0, 9578.0, 9576.0, 9560.0, 9575.0, 9598.0, 9582.0, 9566.0, 9583.0, 9566.0, 9579.0, 9577.0, 9583.0, 9610.0, 9609.0, 9606.0, 9605.0, 9607.0, 9610.0, 9623.0, 9629.0, 9636.0, 9634.0, 9655.0, 9680.0, 9663.0, 9656.0, 9636.0, 9638.0, 9634.0, 9635.0, 9635.0, 9631.0, 9636.0, 9658.0, 9638.0, 9650.0, 9636.0, 9622.0, 9631.0, 9631.0, 9674.0, 9659.0, 9656.0, 9655.0, 9654.0, 9667.0, 9679.0, 9682.0, 9681.0, 9652.0, 9638.0, 9646.0, 9639.0, 9653.0, 9635.0, 9661.0, 9659.0, 9647.0, 9650.0, 9637.0, 9632.0, 9614.0, 9615.0, 9630.0, 9629.0, 9630.0, 9616.0, 9637.0, 9653.0, 9636.0, 9629.0, 9630.0, 9627.0, 9613.0, 9626.0, 9626.0, 9627.0, 9613.0, 9633.0, 9643.0, 9658.0, 9652.0, 9637.0, 9636.0, 9632.0, 9631.0, 9656.0, 9659.0, 9675.0, 9662.0, 9660.0, 9663.0, 9655.0, 9656.0, 9647.0, 9657.0, 9680.0, 9667.0, 9653.0, 9654.0, 9653.0, 9654.0, 9641.0, 9658.0, 9657.0, 9651.0, 9641.0, 9635.0, 9632.0, 9632.0, 9630.0, 9635.0, 9656.0, 9655.0, 9652.0, 9640.0, 9633.0, 9634.0, 9639.0, 9653.0, 9642.0, 9659.0, 9652.0, 9637.0, 9641.0, 9623.0, 9633.0, 9633.0, 9618.0, 9635.0, 9657.0, 9640.0, 9636.0, 9631.0, 9631.0, 9628.0, 9631.0, 9634.0, 9637.0, 9671.0, 9632.0, 9631.0, 9629.0, 9631.0, 9618.0, 9612.0, 9611.0, 9653.0, 9642.0, 9632.0, 9616.0, 9632.0, 9616.0, 9614.0, 9614.0, 9639.0, 9630.0, 9599.0, 9636.0, 9644.0, 9629.0, 9633.0, 9637.0, 9635.0, 9630.0, 9622.0, 9602.0, 9613.0, 9593.0, 9617.0, 9655.0, 9653.0, 9649.0, 9665.0, 9651.0, 9629.0, 9626.0, 9650.0, 9631.0, 9636.0, 9630.0, 9627.0, 9646.0, 9649.0, 9691.0, 9660.0, 9679.0, 9663.0, 9672.0, 9664.0, 9635.0, 9626.0, 9629.0, 9626.0, 9628.0, 9615.0, 9619.0, 9632.0, 9616.0, 9629.0, 9628.0, 9633.0, 9639.0, 9612.0, 9622.0, 9609.0, 9589.0, 9605.0, 9586.0, 9617.0, 9581.0, 9594.0, 9581.0, 9583.0, 9575.0, 9574.0, 9576.0, 9578.0, 9577.0, 9594.0, 9567.0, 9581.0, 9619.0, 9606.0, 9610.0, 9609.0, 9627.0, 9629.0, 9627.0, 9626.0, 9613.0, 9611.0, 9611.0, 9607.0, 9609.0, 9610.0, 9615.0, 9619.0, 9637.0, 9637.0, 9640.0, 9668.0, 9638.0, 9649.0, 9607.0, 9605.0, 9569.0, 9562.0, 9561.0, 9576.0, 9580.0, 9566.0, 9582.0, 9574.0, 9579.0, 9581.0, 9576.0, 9582.0, 9579.0, 9577.0, 9579.0, 9561.0, 9575.0, 9559.0, 9574.0, 9559.0, 9572.0, 9558.0, 9572.0, 9562.0, 9575.0, 9577.0, 9598.0, 9603.0, 9606.0, 9619.0, 9622.0, 9611.0, 9627.0, 9626.0, 9627.0, 9673.0, 9655.0, 9675.0, 9671.0, 9657.0, 9674.0, 9641.0, 9670.0, 9653.0, 9651.0, 9658.0, 9658.0, 9657.0, 9644.0, 9654.0, 9670.0, 9654.0, 9654.0, 9653.0, 9659.0, 9664.0, 9672.0, 9654.0, 9655.0, 9655.0, 9661.0, 9652.0, 9653.0, 9648.0, 9638.0, 9637.0, 9635.0, 9651.0, 9650.0, 9657.0, 9658.0, 9652.0, 9653.0, 9650.0, 9635.0, 9634.0, 9638.0, 9655.0, 9655.0, 9654.0, 9659.0, 9657.0, 9655.0, 9672.0, 9668.0, 9672.0, 9677.0, 9660.0, 9671.0, 9661.0, 9659.0, 9670.0, 9683.0, 9682.0, 9676.0, 9676.0, 9662.0, 9652.0, 9653.0, 9670.0, 9649.0, 9656.0, 9671.0, 9655.0, 9652.0, 9655.0, 9676.0, 9651.0, 9647.0, 9655.0, 9650.0, 9647.0, 9650.0, 9635.0, 9648.0, 9632.0, 9647.0, 9637.0, 9651.0, 9656.0, 9652.0, 9656.0, 9660.0, 9668.0, 9692.0, 9670.0, 9651.0, 9647.0, 9632.0, 9630.0, 9637.0, 9628.0, 9629.0, 9632.0, 9632.0, 9648.0, 9635.0, 9647.0, 9632.0, 9631.0, 9630.0, 9630.0, 9609.0, 9617.0, 9632.0, 9629.0, 9621.0, 9604.0, 9626.0, 9627.0, 9608.0, 9628.0, 9613.0, 9628.0, 9648.0, 9675.0, 9674.0, 9654.0, 9650.0, 9650.0, 9634.0, 9632.0, 9647.0, 9650.0, 9651.0, 9656.0, 9631.0, 9633.0, 9632.0, 9630.0, 9668.0, 9682.0, 9696.0, 9675.0, 9676.0, 9662.0, 9650.0, 9654.0, 9676.0, 9678.0, 9676.0, 9674.0, 9660.0, 9654.0, 9659.0, 9647.0, 9655.0, 9658.0, 9651.0, 9656.0, 9654.0, 9655.0, 9672.0, 9674.0, 9657.0, 9656.0, 9654.0, 9651.0, 9652.0, 9646.0, 9651.0, 9651.0, 9653.0, 9695.0, 9674.0, 9659.0, 9657.0, 9658.0, 9647.0, 9653.0, 9652.0, 9653.0, 9670.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.0010112629161882893</td></tr>
<tr><td colspan=3>aqi</td><td>0.01854005809414466</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.72852636312643</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1836515516206905</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0094670373333328</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>6834.2485</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10104087767719204</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.036739380022961</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4854511944958246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4539170324031496</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7721254793619234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2303110717224004</td></tr>
<tr><td colspan=3>gcor</td><td>0.0258514</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016617294400930405</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02451140247285366</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7467977134526675</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>35.417</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1638</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8954</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302475.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>844.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.679</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1643</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.5981</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3549.2954</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.8547</td></tr>
<tr><td colspan=3>tsnr</td><td>43.63535480690189</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>