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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-03_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-03_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-0122/ses-01/func/sub-0122_ses-01_task-social_acq-mb8_run-03_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>ca6463e106cba1afa44a275dccaa003b</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>16:35:13.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999732, -0.0051843, -0.0225391, 0.00610707, 0.999138, 0.0410665]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0878736</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7751, -7194, 417, -140, 90, 40, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>237.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f455af37-b889-476e-870d-4e5234b6e39b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822092533111572, 0.01638481207191944, -0.06022818386554718, 113.28207397460938], [0.013909101486206055, 2.6806135177612305, 0.11122161895036697, -108.11051177978516], [-0.06047067791223526, -0.11017849296331406, 2.697036027908325, -58.367530822753906], [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': ['163513.505000', '163513.965000', '163514.425000', '163514.885000', '163515.345000', '163515.805000', '163516.265000', '163516.725000', '163517.185000', '163517.645000', '163518.105000', '163518.565000', '163519.025000', '163519.485000', '163519.945000', '163520.405000', '163520.865000', '163521.325000', '163521.785000', '163522.245000', '163522.705000', '163523.165000', '163523.625000', '163524.085000', '163524.545000', '163525.005000', '163525.465000', '163525.925000', '163526.385000', '163526.845000', '163527.305000', '163527.765000', '163528.225000', '163528.685000', '163529.145000', '163529.605000', '163530.065000', '163530.525000', '163530.985000', '163531.445000', '163531.905000', '163532.365000', '163532.825000', '163533.285000', '163533.745000', '163534.205000', '163534.665000', '163535.125000', '163535.585000', '163536.045000', '163536.505000', '163536.965000', '163537.425000', '163537.885000', '163538.345000', '163538.805000', '163539.265000', '163539.725000', '163540.185000', '163540.645000', '163541.105000', '163541.565000', '163542.025000', '163542.485000', '163542.945000', '163543.405000', '163543.865000', '163544.325000', '163544.785000', '163545.245000', '163545.705000', '163546.165000', '163546.625000', '163547.085000', '163547.545000', '163548.005000', '163548.465000', '163548.925000', '163549.385000', '163549.845000', '163550.305000', '163550.765000', '163551.225000', '163551.685000', '163552.145000', '163552.605000', '163553.065000', '163553.525000', '163553.985000', '163554.445000', '163554.905000', '163555.365000', '163555.825000', '163556.285000', '163556.745000', '163557.205000', '163557.665000', '163558.125000', '163558.585000', '163559.045000', '163559.505000', '163559.965000', '163600.425000', '163600.885000', '163601.345000', '163601.805000', '163602.265000', '163602.725000', '163603.185000', '163603.645000', '163604.105000', '163604.565000', '163605.025000', '163605.485000', '163605.945000', '163606.405000', '163606.865000', '163607.325000', '163607.785000', '163608.245000', '163608.705000', '163609.165000', '163609.625000', '163610.085000', '163610.545000', '163611.005000', '163611.465000', '163611.925000', '163612.385000', '163612.845000', '163613.305000', '163613.765000', '163614.225000', '163614.685000', '163615.145000', '163615.605000', '163616.065000', '163616.525000', '163616.985000', '163617.445000', '163617.905000', '163618.365000', '163618.825000', '163619.285000', '163619.745000', '163620.205000', '163620.665000', '163621.125000', '163621.585000', '163622.045000', '163622.505000', '163622.965000', '163623.425000', '163623.885000', '163624.345000', '163624.805000', '163625.265000', '163625.725000', '163626.185000', '163626.645000', '163627.105000', '163627.565000', '163628.025000', '163628.485000', '163628.945000', '163629.405000', '163629.865000', '163630.325000', '163630.785000', '163631.245000', '163631.705000', '163632.165000', '163632.625000', '163633.085000', '163633.545000', '163634.005000', '163634.465000', '163634.925000', '163635.385000', '163635.845000', '163636.305000', '163636.765000', '163637.225000', '163637.685000', '163638.145000', '163638.605000', '163639.065000', '163639.525000', '163639.985000', '163640.445000', '163640.905000', '163641.365000', '163641.825000', '163642.285000', '163642.745000', '163643.205000', '163643.665000', '163644.125000', '163644.585000', '163645.045000', '163645.505000', '163645.965000', '163646.425000', '163646.885000', '163647.345000', '163647.805000', '163648.265000', '163648.725000', '163649.185000', '163649.645000', '163650.105000', '163650.565000', '163651.025000', '163651.485000', '163651.945000', '163652.405000', '163652.865000', '163653.325000', '163653.785000', '163654.245000', '163654.705000', '163655.165000', '163655.625000', '163656.085000', '163656.545000', '163657.005000', '163657.465000', '163657.925000', '163658.385000', '163658.845000', '163659.305000', '163659.765000', '163700.225000', '163700.685000', '163701.145000', '163701.605000', '163702.065000', '163702.525000', '163702.985000', '163703.445000', '163703.905000', '163704.365000', '163704.825000', '163705.285000', '163705.745000', '163706.205000', '163706.665000', '163707.125000', '163707.585000', '163708.045000', '163708.505000', '163708.965000', '163709.425000', '163709.885000', '163710.345000', '163710.805000', '163711.265000', '163711.725000', '163712.185000', '163712.645000', '163713.105000', '163713.565000', '163714.025000', '163714.485000', '163714.945000', '163715.405000', '163715.865000', '163716.325000', '163716.785000', '163717.245000', '163717.705000', '163718.165000', '163718.625000', '163719.085000', '163719.545000', '163720.005000', '163720.465000', '163720.925000', '163721.385000', '163721.845000', '163722.305000', '163722.765000', '163723.225000', '163723.685000', '163724.145000', '163724.605000', '163725.065000', '163725.525000', '163725.985000', '163726.445000', '163726.905000', '163727.365000', '163727.825000', '163728.285000', '163728.745000', '163729.205000', '163729.665000', '163730.125000', '163730.585000', '163731.045000', '163731.505000', '163731.965000', '163732.425000', '163732.885000', '163733.345000', '163733.805000', '163734.265000', '163734.725000', '163735.185000', '163735.645000', '163736.105000', '163736.565000', '163737.025000', '163737.485000', '163737.945000', '163738.405000', '163738.865000', '163739.325000', '163739.785000', '163740.245000', '163740.705000', '163741.165000', '163741.625000', '163742.085000', '163742.545000', '163743.005000', '163743.465000', '163743.925000', '163744.385000', '163744.845000', '163745.305000', '163745.765000', '163746.225000', '163746.685000', '163747.145000', '163747.605000', '163748.065000', '163748.525000', '163748.985000', '163749.445000', '163749.905000', '163750.365000', '163750.825000', '163751.285000', '163751.745000', '163752.205000', '163752.665000', '163753.125000', '163753.585000', '163754.045000', '163754.505000', '163754.965000', '163755.425000', '163755.885000', '163756.345000', '163756.805000', '163757.265000', '163757.725000', '163758.185000', '163758.645000', '163759.105000', '163759.565000', '163800.025000', '163800.485000', '163800.945000', '163801.405000', '163801.865000', '163802.325000', '163802.785000', '163803.245000', '163803.705000', '163804.165000', '163804.625000', '163805.085000', '163805.545000', '163806.005000', '163806.465000', '163806.925000', '163807.385000', '163807.845000', '163808.305000', '163808.765000', '163809.225000', '163809.685000', '163810.145000', '163810.605000', '163811.065000', '163811.525000', '163811.985000', '163812.445000', '163812.905000', '163813.365000', '163813.825000', '163814.285000', '163814.745000', '163815.205000', '163815.665000', '163816.125000', '163816.585000', '163817.045000', '163817.505000', '163817.965000', '163818.425000', '163818.885000', '163819.345000', '163819.805000', '163820.265000', '163820.725000', '163821.185000', '163821.645000', '163822.105000', '163822.565000', '163823.025000', '163823.485000', '163823.945000', '163824.405000', '163824.865000', '163825.325000', '163825.785000', '163826.245000', '163826.705000', '163827.165000', '163827.625000', '163828.085000', '163828.545000', '163829.005000', '163829.465000', '163829.925000', '163830.385000', '163830.845000', '163831.305000', '163831.765000', '163832.225000', '163832.685000', '163833.145000', '163833.605000', '163834.065000', '163834.525000', '163834.985000', '163835.445000', '163835.905000', '163836.365000', '163836.825000', '163837.285000', '163837.745000', '163838.205000', '163838.665000', '163839.125000', '163839.585000', '163840.045000', '163840.505000', '163840.965000', '163841.425000', '163841.885000', '163842.345000', '163842.805000', '163843.265000', '163843.725000', '163844.185000', '163844.645000', '163845.105000', '163845.565000', '163846.025000', '163846.485000', '163846.945000', '163847.405000', '163847.865000', '163848.325000', '163848.785000', '163849.245000', '163849.705000', '163850.165000', '163850.625000', '163851.085000', '163851.545000', '163852.005000', '163852.465000', '163852.925000', '163853.385000', '163853.845000', '163854.305000', '163854.765000', '163855.225000', '163855.685000', '163856.145000', '163856.605000', '163857.065000', '163857.525000', '163857.985000', '163858.445000', '163858.905000', '163859.365000', '163859.825000', '163900.285000', '163900.745000', '163901.205000', '163901.665000', '163902.125000', '163902.585000', '163903.045000', '163903.505000', '163903.965000', '163904.425000', '163904.885000', '163905.345000', '163905.805000', '163906.265000', '163906.725000', '163907.185000', '163907.645000', '163908.105000', '163908.565000', '163909.025000', '163909.485000', '163909.945000', '163910.405000', '163910.865000', '163911.325000', '163911.785000', '163912.245000', '163912.705000', '163913.165000', '163913.625000', '163914.085000', '163914.545000', '163915.005000', '163915.465000', '163915.925000', '163916.385000', '163916.845000', '163917.305000', '163917.765000', '163918.225000', '163918.685000', '163919.145000', '163919.605000', '163920.065000', '163920.525000', '163920.985000', '163921.445000', '163921.905000', '163922.365000', '163922.825000', '163923.285000', '163923.745000', '163924.205000', '163924.665000', '163925.125000', '163925.585000', '163926.045000', '163926.505000', '163926.965000', '163927.425000', '163927.885000', '163928.345000', '163928.805000', '163929.265000', '163929.725000', '163930.185000', '163930.645000', '163931.105000', '163931.565000', '163932.025000', '163932.485000', '163932.945000', '163933.405000', '163933.865000', '163934.325000', '163934.785000', '163935.245000', '163935.705000', '163936.165000', '163936.625000', '163937.085000', '163937.545000', '163938.005000', '163938.465000', '163938.925000', '163939.385000', '163939.845000', '163940.305000', '163940.765000', '163941.225000', '163941.685000', '163942.145000', '163942.605000', '163943.065000', '163943.525000', '163943.985000', '163944.445000', '163944.905000', '163945.365000', '163945.825000', '163946.285000', '163946.745000', '163947.205000', '163947.665000', '163948.125000', '163948.585000', '163949.045000', '163949.505000', '163949.965000', '163950.425000', '163950.885000', '163951.345000', '163951.805000', '163952.265000', '163952.725000', '163953.185000', '163953.645000', '163954.105000', '163954.565000', '163955.025000', '163955.485000', '163955.945000', '163956.405000', '163956.865000', '163957.325000', '163957.785000', '163958.245000', '163958.705000', '163959.165000', '163959.625000', '164000.085000', '164000.545000', '164001.005000', '164001.465000', '164001.925000', '164002.385000', '164002.845000', '164003.305000', '164003.765000', '164004.225000', '164004.685000', '164005.145000', '164005.605000', '164006.065000', '164006.525000', '164006.985000', '164007.445000', '164007.905000', '164008.365000', '164008.825000', '164009.285000', '164009.745000', '164010.205000', '164010.665000', '164011.125000', '164011.585000', '164012.045000', '164012.505000', '164012.965000', '164013.425000', '164013.885000', '164014.345000', '164014.805000', '164015.265000', '164015.725000', '164016.185000', '164016.645000', '164017.105000', '164017.565000', '164018.025000', '164018.485000', '164018.945000', '164019.405000', '164019.865000', '164020.325000', '164020.785000', '164021.245000', '164021.705000', '164022.165000', '164022.625000', '164023.085000', '164023.545000', '164024.005000', '164024.465000', '164024.925000', '164025.385000', '164025.845000', '164026.305000', '164026.765000', '164027.225000', '164027.685000', '164028.145000', '164028.605000', '164029.065000', '164029.525000', '164029.985000', '164030.445000', '164030.905000', '164031.365000', '164031.825000', '164032.285000', '164032.745000', '164033.205000', '164033.665000', '164034.125000', '164034.585000', '164035.045000', '164035.505000', '164035.965000', '164036.425000', '164036.885000', '164037.345000', '164037.805000', '164038.265000', '164038.725000', '164039.185000', '164039.645000', '164040.105000', '164040.565000', '164041.025000', '164041.485000', '164041.945000', '164042.405000', '164042.865000', '164043.325000', '164043.785000', '164044.245000', '164044.705000', '164045.165000', '164045.625000', '164046.085000', '164046.545000', '164047.005000', '164047.465000', '164047.925000', '164048.385000', '164048.845000', '164049.305000', '164049.765000', '164050.225000', '164050.685000', '164051.145000', '164051.605000', '164052.065000', '164052.525000', '164052.985000', '164053.445000', '164053.905000', '164054.365000', '164054.825000', '164055.285000', '164055.745000', '164056.205000', '164056.665000', '164057.125000', '164057.585000', '164058.045000', '164058.505000', '164058.965000', '164059.425000', '164059.885000', '164100.345000', '164100.805000', '164101.265000', '164101.725000', '164102.185000', '164102.645000', '164103.105000', '164103.565000', '164104.025000', '164104.485000', '164104.945000', '164105.405000', '164105.865000', '164106.325000', '164106.785000', '164107.245000', '164107.705000', '164108.165000', '164108.625000', '164109.085000', '164109.545000', '164110.005000', '164110.465000', '164110.925000', '164111.385000', '164111.845000', '164112.305000', '164112.765000', '164113.225000', '164113.685000', '164114.145000', '164114.605000', '164115.065000', '164115.525000', '164115.985000', '164116.445000', '164116.905000', '164117.365000', '164117.825000', '164118.285000', '164118.745000', '164119.205000', '164119.665000', '164120.125000', '164120.585000', '164121.045000', '164121.505000', '164121.965000', '164122.425000', '164122.885000', '164123.345000', '164123.805000', '164124.265000', '164124.725000', '164125.185000', '164125.645000', '164126.105000', '164126.565000', '164127.025000', '164127.485000', '164127.945000', '164128.405000', '164128.865000', '164129.325000', '164129.785000', '164130.245000', '164130.705000', '164131.165000', '164131.625000', '164132.085000', '164132.545000', '164133.005000', '164133.465000', '164133.925000', '164134.385000', '164134.845000', '164135.305000', '164135.765000', '164136.225000', '164136.685000', '164137.145000', '164137.605000', '164138.065000', '164138.525000', '164138.985000', '164139.445000', '164139.905000', '164140.365000', '164140.825000', '164141.285000', '164141.745000', '164142.205000', '164142.665000', '164143.125000', '164143.585000', '164144.045000', '164144.505000', '164144.965000', '164145.425000', '164145.885000', '164146.345000', '164146.805000', '164147.265000', '164147.725000', '164148.185000', '164148.645000', '164149.105000', '164149.565000', '164150.025000', '164150.485000', '164150.945000', '164151.405000', '164151.865000', '164152.325000', '164152.785000', '164153.245000', '164153.705000', '164154.165000'], 'ContentTime': ['163540.887000', '163540.891000', '163540.893000', '163540.896000', '163540.898000', '163540.901000', '163540.903000', '163540.906000', '163540.908000', '163540.911000', '163540.913000', '163540.916000', '163540.918000', '163540.921000', '163540.924000', '163540.926000', '163540.929000', '163540.931000', '163540.934000', '163540.936000', '163540.939000', '163540.942000', '163540.944000', '163540.947000', '163540.949000', '163540.952000', '163540.954000', '163540.957000', '163540.961000', '163540.964000', '163540.966000', '163540.969000', '163540.971000', '163540.974000', '163540.976000', '163540.979000', '163540.981000', '163540.984000', '163540.986000', '163540.989000', '163540.991000', '163540.994000', '163541.002000', '163541.005000', '163541.007000', '163541.010000', '163541.012000', '163541.015000', '163541.017000', '163541.020000', '163541.023000', '163541.025000', '163541.028000', '163541.030000', '163541.033000', '163541.035000', '163541.038000', '163600.858000', '163600.861000', '163600.864000', '163600.866000', '163600.869000', '163600.872000', '163600.874000', '163600.877000', '163600.879000', '163600.882000', '163600.884000', '163600.887000', '163600.890000', '163600.892000', '163600.895000', '163600.898000', '163600.901000', '163600.903000', '163600.915000', '163600.918000', '163600.920000', '163600.923000', '163600.925000', '163600.928000', '163600.930000', '163600.933000', '163600.935000', '163600.938000', '163600.941000', '163600.943000', '163600.946000', '163600.948000', '163600.951000', '163600.953000', '163600.956000', '163600.958000', '163600.961000', '163600.963000', '163600.966000', '163600.968000', '163600.971000', '163600.974000', '163600.976000', '163620.857000', '163620.860000', '163620.863000', '163620.865000', '163620.868000', '163620.870000', '163620.873000', '163620.876000', '163620.878000', '163620.881000', '163620.883000', '163620.886000', '163620.889000', '163620.891000', '163620.897000', '163620.899000', '163620.902000', '163620.904000', '163620.907000', '163620.910000', '163620.912000', '163620.915000', '163620.917000', '163620.920000', '163620.922000', '163620.925000', '163620.928000', '163620.930000', '163620.933000', '163620.935000', '163620.938000', '163620.940000', '163620.943000', '163620.945000', '163620.948000', '163620.951000', '163620.953000', '163620.956000', '163620.958000', '163620.961000', '163620.963000', '163620.966000', '163620.969000', '163620.971000', '163640.857000', '163640.860000', '163640.863000', '163640.865000', '163640.868000', '163640.870000', '163640.873000', '163640.876000', '163640.878000', '163640.881000', '163640.883000', '163640.886000', '163640.889000', '163640.891000', '163640.894000', '163640.896000', '163640.899000', '163640.901000', '163640.904000', '163640.906000', '163640.909000', '163640.912000', '163640.914000', '163640.917000', '163640.919000', '163640.922000', '163640.924000', '163640.927000', '163640.930000', '163640.932000', '163640.935000', '163640.937000', '163640.940000', '163640.945000', '163640.948000', '163640.950000', '163640.953000', '163640.955000', '163640.958000', '163640.968000', '163640.971000', '163640.973000', '163640.976000', '163700.858000', '163700.860000', '163700.864000', '163700.866000', '163700.869000', '163700.872000', '163700.874000', '163700.877000', '163700.879000', '163700.882000', '163700.885000', '163700.887000', '163700.890000', '163700.892000', '163700.895000', '163700.897000', '163700.900000', '163700.902000', '163700.905000', '163700.908000', '163700.910000', '163700.913000', '163700.915000', '163700.918000', '163700.921000', '163700.923000', '163700.926000', '163700.928000', '163700.931000', '163700.933000', '163700.936000', '163700.938000', '163700.941000', '163700.943000', '163700.946000', '163700.948000', '163700.951000', '163700.954000', '163700.956000', '163700.959000', '163700.961000', '163700.964000', '163700.967000', '163700.969000', '163720.857000', '163720.860000', '163720.863000', '163720.866000', '163720.868000', '163720.871000', '163720.873000', '163720.876000', '163720.878000', '163720.881000', '163720.884000', '163720.886000', '163720.889000', '163720.891000', '163720.894000', '163720.896000', '163720.899000', '163720.901000', '163720.904000', '163720.907000', '163720.909000', '163720.912000', '163720.914000', '163720.917000', '163720.919000', '163720.922000', '163720.925000', '163720.927000', '163720.930000', '163720.932000', '163720.935000', '163720.938000', '163720.940000', '163720.943000', '163720.945000', '163720.948000', '163720.950000', '163720.954000', '163720.956000', '163720.959000', '163720.962000', '163720.964000', '163720.967000', '163740.859000', '163740.861000', '163740.864000', '163740.867000', '163740.869000', '163740.872000', '163740.874000', '163740.877000', '163740.879000', '163740.882000', '163740.885000', '163740.887000', '163740.890000', '163740.892000', '163740.895000', '163740.897000', '163740.900000', '163740.902000', '163740.905000', '163740.907000', '163740.910000', '163740.913000', '163740.915000', '163740.918000', '163740.920000', '163740.923000', '163740.925000', '163740.928000', '163740.931000', '163740.933000', '163740.936000', '163740.938000', '163740.941000', '163740.943000', '163740.946000', '163740.948000', '163740.951000', '163740.954000', '163740.956000', '163740.959000', '163740.961000', '163740.964000', '163740.966000', '163740.969000', '163800.858000', '163800.861000', '163800.864000', '163800.866000', '163800.869000', '163800.872000', '163800.874000', '163800.877000', '163800.880000', '163800.883000', '163800.886000', '163800.888000', '163800.891000', '163800.893000', '163800.896000', '163800.899000', '163800.901000', '163800.904000', '163800.906000', '163800.909000', '163800.911000', '163800.914000', '163800.917000', '163800.919000', '163800.922000', '163800.924000', '163800.927000', '163800.929000', '163800.932000', '163800.934000', '163800.937000', '163800.939000', '163800.942000', '163800.944000', '163800.947000', '163800.950000', '163800.952000', '163800.955000', '163800.957000', '163800.960000', '163800.962000', '163800.965000', '163800.968000', '163820.859000', '163820.861000', '163820.864000', '163820.867000', '163820.869000', '163820.872000', '163820.874000', '163820.877000', '163820.880000', '163820.882000', '163820.885000', '163820.887000', '163820.890000', '163820.892000', '163820.895000', '163820.897000', '163820.900000', '163820.903000', '163820.905000', '163820.908000', '163820.910000', '163820.913000', '163820.915000', '163820.918000', '163820.921000', '163820.923000', '163820.926000', '163820.929000', '163820.931000', '163820.934000', '163820.937000', '163820.939000', '163820.942000', '163820.944000', '163820.947000', '163820.961000', '163820.963000', '163820.966000', '163820.969000', '163820.971000', '163820.974000', '163820.976000', '163820.979000', '163820.981000', '163840.858000', '163840.860000', '163840.863000', '163840.866000', '163840.868000', '163840.871000', '163840.873000', '163840.876000', '163840.878000', '163840.881000', '163840.884000', '163840.886000', '163840.895000', '163840.898000', '163840.900000', '163840.903000', '163840.905000', '163840.908000', '163840.910000', '163840.913000', '163840.916000', '163840.918000', '163840.921000', '163840.923000', '163840.926000', '163840.928000', '163840.931000', '163840.934000', '163840.936000', '163840.939000', '163840.941000', '163840.944000', '163840.946000', '163840.949000', '163840.951000', '163840.954000', '163840.957000', '163840.959000', '163840.962000', '163840.964000', '163840.967000', '163840.969000', '163840.972000', '163900.858000', '163900.860000', '163900.863000', '163900.866000', '163900.868000', '163900.871000', '163900.873000', '163900.876000', '163900.879000', '163900.881000', '163900.884000', '163900.886000', '163900.889000', '163900.891000', '163900.894000', '163900.897000', '163900.900000', '163900.902000', '163900.905000', '163900.907000', '163900.910000', '163900.913000', '163900.915000', '163900.918000', '163900.920000', '163900.923000', '163900.925000', '163900.928000', '163900.930000', '163900.933000', '163900.935000', '163900.938000', '163900.941000', '163900.943000', '163900.946000', '163900.948000', '163900.951000', '163900.953000', '163900.956000', '163900.959000', '163900.961000', '163900.964000', '163900.966000', '163900.969000', '163920.857000', '163920.860000', '163920.863000', '163920.866000', '163920.868000', '163920.871000', '163920.873000', '163920.876000', '163920.878000', '163920.881000', '163920.883000', '163920.886000', '163920.889000', '163920.891000', '163920.894000', '163920.896000', '163920.899000', '163920.901000', '163920.904000', '163920.907000', '163920.909000', '163920.912000', '163920.914000', '163920.917000', '163920.919000', '163920.922000', '163920.924000', '163920.927000', '163920.930000', '163920.932000', '163920.935000', '163920.937000', '163920.940000', '163920.943000', '163920.945000', '163920.948000', '163920.950000', '163920.953000', '163920.955000', '163920.958000', '163920.960000', '163920.963000', '163920.966000', '163940.858000', '163940.860000', '163940.863000', '163940.866000', '163940.868000', '163940.871000', '163940.874000', '163940.876000', '163940.879000', '163940.881000', '163940.884000', '163940.886000', '163940.889000', '163940.892000', '163940.894000', '163940.897000', '163940.899000', '163940.902000', '163940.904000', '163940.907000', '163940.910000', '163940.912000', '163940.915000', '163940.917000', '163940.920000', '163940.922000', '163940.925000', '163940.927000', '163940.930000', '163940.932000', '163940.935000', '163940.937000', '163940.940000', '163940.943000', '163940.945000', '163940.948000', '163940.950000', '163940.953000', '163940.955000', '163940.958000', '163940.961000', '163940.963000', '163940.966000', '164000.858000', '164000.861000', '164000.864000', '164000.866000', '164000.869000', '164000.872000', '164000.874000', '164000.877000', '164000.879000', '164000.882000', '164000.885000', '164000.887000', '164000.890000', '164000.892000', '164000.895000', '164000.897000', '164000.900000', '164000.914000', '164000.917000', '164000.920000', '164000.923000', '164000.925000', '164000.928000', '164000.930000', '164000.933000', '164000.936000', '164000.938000', '164000.941000', '164000.943000', '164000.946000', '164000.948000', '164000.951000', '164000.954000', '164000.956000', '164000.959000', '164000.961000', '164000.964000', '164000.966000', '164000.969000', '164000.972000', '164000.974000', '164000.977000', '164000.979000', '164000.982000', '164020.859000', '164020.861000', '164020.864000', '164020.867000', '164020.869000', '164020.872000', '164020.874000', '164020.877000', '164020.880000', '164020.882000', '164020.885000', '164020.887000', '164020.890000', '164020.892000', '164020.895000', '164020.897000', '164020.900000', '164020.903000', '164020.905000', '164020.908000', '164020.910000', '164020.913000', '164020.915000', '164020.918000', '164020.921000', '164020.923000', '164020.926000', '164020.928000', '164020.931000', '164020.933000', '164020.936000', '164020.938000', '164020.941000', '164020.944000', '164020.946000', '164020.949000', '164020.951000', '164020.954000', '164020.956000', '164020.959000', '164020.962000', '164020.964000', '164020.967000', '164020.969000', '164040.859000', '164040.861000', '164040.864000', '164040.867000', '164040.869000', '164040.872000', '164040.874000', '164040.877000', '164040.879000', '164040.882000', '164040.884000', '164040.887000', '164040.890000', '164040.892000', '164040.895000', '164040.897000', '164040.900000', '164040.903000', '164040.905000', '164040.908000', '164040.910000', '164040.913000', '164040.915000', '164040.918000', '164040.920000', '164040.923000', '164040.926000', '164040.928000', '164040.931000', '164040.933000', '164040.936000', '164040.938000', '164040.941000', '164040.944000', '164040.946000', '164040.949000', '164040.951000', '164040.954000', '164040.957000', '164040.959000', '164040.962000', '164040.964000', '164040.967000', '164100.857000', '164100.860000', '164100.863000', '164100.866000', '164100.868000', '164100.871000', '164100.873000', '164100.876000', '164100.879000', '164100.881000', '164100.884000', '164100.886000', '164100.889000', '164100.891000', '164100.894000', '164100.896000', '164100.899000', '164100.902000', '164100.904000', '164100.907000', '164100.909000', '164100.912000', '164100.914000', '164100.917000', '164100.919000', '164100.922000', '164100.925000', '164100.927000', '164100.930000', '164100.933000', '164100.935000', '164100.938000', '164100.941000', '164100.943000', '164100.946000', '164100.948000', '164100.951000', '164100.954000', '164100.956000', '164100.959000', '164100.961000', '164100.964000', '164100.966000', '164100.969000', '164120.857000', '164120.860000', '164120.863000', '164120.866000', '164120.868000', '164120.871000', '164120.873000', '164120.876000', '164120.878000', '164120.881000', '164120.884000', '164120.886000', '164120.889000', '164120.893000', '164120.896000', '164120.898000', '164120.901000', '164120.903000', '164120.906000', '164120.909000', '164120.911000', '164120.914000', '164120.916000', '164120.919000', '164120.922000', '164120.924000', '164120.927000', '164120.939000', '164120.942000', '164120.944000', '164120.947000', '164120.949000', '164120.952000', '164120.955000', '164120.957000', '164120.960000', '164120.962000', '164120.965000', '164120.967000', '164120.970000', '164120.973000', '164120.975000', '164120.978000', '164140.857000', '164140.860000', '164140.864000', '164140.867000', '164140.869000', '164140.872000', '164140.874000', '164140.877000', '164140.879000', '164140.882000', '164140.884000', '164140.887000', '164140.890000', '164140.892000', '164140.895000', '164140.897000', '164140.900000', '164140.902000', '164140.905000', '164140.907000', '164140.910000', '164140.913000', '164140.915000', '164140.918000', '164140.920000', '164140.923000', '164140.926000', '164140.928000', '164140.931000', '164140.933000', '164140.936000', '164140.938000', '164140.941000', '164140.944000', '164140.946000', '164140.949000', '164140.951000', '164140.954000', '164140.956000', '164140.959000', '164140.961000', '164140.964000', '164140.967000', '164140.969000', '164155.524000', '164155.527000', '164155.530000', '164155.532000', '164155.535000', '164155.538000', '164155.541000', '164155.543000', '164155.546000', '164155.549000', '164155.553000', '164155.559000', '164155.562000', '164155.565000', '164155.569000', '164155.571000', '164155.574000', '164155.577000', '164155.580000', '164155.583000', '164155.586000', '164155.589000', '164155.591000', '164155.594000', '164155.597000', '164155.600000', '164155.603000', '164155.605000', '164155.608000', '164155.612000', '164155.614000', '164155.617000'], 'InstanceCreationTime': ['163540.887000', '163540.891000', '163540.893000', '163540.896000', '163540.898000', '163540.901000', '163540.903000', '163540.906000', '163540.908000', '163540.911000', '163540.913000', '163540.916000', '163540.918000', '163540.921000', '163540.924000', '163540.926000', '163540.929000', '163540.931000', '163540.934000', '163540.936000', '163540.939000', '163540.942000', '163540.944000', '163540.947000', '163540.949000', '163540.952000', '163540.954000', '163540.957000', '163540.961000', '163540.964000', '163540.966000', '163540.969000', '163540.971000', '163540.974000', '163540.976000', '163540.979000', '163540.981000', '163540.984000', '163540.986000', '163540.989000', '163540.991000', '163540.994000', '163541.002000', '163541.005000', '163541.007000', '163541.010000', '163541.012000', '163541.015000', '163541.017000', '163541.020000', '163541.023000', '163541.025000', '163541.028000', '163541.030000', '163541.033000', '163541.035000', '163541.038000', '163600.858000', '163600.861000', '163600.864000', '163600.866000', '163600.869000', '163600.872000', '163600.874000', '163600.877000', '163600.879000', '163600.882000', '163600.884000', '163600.887000', '163600.890000', '163600.892000', '163600.895000', '163600.898000', '163600.901000', '163600.903000', '163600.915000', '163600.918000', '163600.920000', '163600.923000', '163600.925000', '163600.928000', '163600.930000', '163600.933000', '163600.935000', '163600.938000', '163600.941000', '163600.943000', '163600.946000', '163600.948000', '163600.951000', '163600.953000', '163600.956000', '163600.958000', '163600.961000', '163600.963000', '163600.966000', '163600.968000', '163600.971000', '163600.974000', '163600.976000', '163620.857000', '163620.860000', '163620.863000', '163620.865000', '163620.868000', '163620.870000', '163620.873000', '163620.876000', '163620.878000', '163620.881000', '163620.883000', '163620.886000', '163620.889000', '163620.891000', '163620.897000', '163620.899000', '163620.902000', '163620.904000', '163620.907000', '163620.910000', '163620.912000', '163620.915000', '163620.917000', '163620.920000', '163620.922000', '163620.925000', '163620.928000', '163620.930000', '163620.933000', '163620.935000', '163620.938000', '163620.940000', '163620.943000', '163620.945000', '163620.948000', '163620.951000', '163620.953000', '163620.956000', '163620.958000', '163620.961000', '163620.963000', '163620.966000', '163620.969000', '163620.971000', '163640.857000', '163640.860000', '163640.863000', '163640.865000', '163640.868000', '163640.870000', '163640.873000', '163640.876000', '163640.878000', '163640.881000', '163640.883000', '163640.886000', '163640.889000', '163640.891000', '163640.894000', '163640.896000', '163640.899000', '163640.901000', '163640.904000', '163640.906000', '163640.909000', '163640.912000', '163640.914000', '163640.917000', '163640.919000', '163640.922000', '163640.924000', '163640.927000', '163640.930000', '163640.932000', '163640.935000', '163640.937000', '163640.940000', '163640.945000', '163640.948000', '163640.950000', '163640.953000', '163640.955000', '163640.958000', '163640.968000', '163640.971000', '163640.973000', '163640.976000', '163700.858000', '163700.860000', '163700.864000', '163700.866000', '163700.869000', '163700.872000', '163700.874000', '163700.877000', '163700.879000', '163700.882000', '163700.885000', '163700.887000', '163700.890000', '163700.892000', '163700.895000', '163700.897000', '163700.900000', '163700.902000', '163700.905000', '163700.908000', '163700.910000', '163700.913000', '163700.915000', '163700.918000', '163700.921000', '163700.923000', '163700.926000', '163700.928000', '163700.931000', '163700.933000', '163700.936000', '163700.938000', '163700.941000', '163700.943000', '163700.946000', '163700.948000', '163700.951000', '163700.954000', '163700.956000', '163700.959000', '163700.961000', '163700.964000', '163700.967000', '163700.969000', '163720.857000', '163720.860000', '163720.863000', '163720.866000', '163720.868000', '163720.871000', '163720.873000', '163720.876000', '163720.878000', '163720.881000', '163720.884000', '163720.886000', '163720.889000', '163720.891000', '163720.894000', '163720.896000', '163720.899000', '163720.901000', '163720.904000', '163720.907000', '163720.909000', '163720.912000', '163720.914000', '163720.917000', '163720.919000', '163720.922000', '163720.925000', '163720.927000', '163720.930000', '163720.932000', '163720.935000', '163720.938000', '163720.940000', '163720.943000', '163720.945000', '163720.948000', '163720.950000', '163720.954000', '163720.956000', '163720.959000', '163720.962000', '163720.964000', '163720.967000', '163740.859000', '163740.861000', '163740.864000', '163740.867000', '163740.869000', '163740.872000', '163740.874000', '163740.877000', '163740.879000', '163740.882000', '163740.885000', '163740.887000', '163740.890000', '163740.892000', '163740.895000', '163740.897000', '163740.900000', '163740.902000', '163740.905000', '163740.907000', '163740.910000', '163740.913000', '163740.915000', '163740.918000', '163740.920000', '163740.923000', '163740.925000', '163740.928000', '163740.931000', '163740.933000', '163740.936000', '163740.938000', '163740.941000', '163740.943000', '163740.946000', '163740.948000', '163740.951000', '163740.954000', '163740.956000', '163740.959000', '163740.961000', '163740.964000', '163740.966000', '163740.969000', '163800.858000', '163800.861000', '163800.864000', '163800.866000', '163800.869000', '163800.872000', '163800.874000', '163800.877000', '163800.880000', '163800.883000', '163800.886000', '163800.888000', '163800.891000', '163800.893000', '163800.896000', '163800.899000', '163800.901000', '163800.904000', '163800.906000', '163800.909000', '163800.911000', '163800.914000', '163800.917000', '163800.919000', '163800.922000', '163800.924000', '163800.927000', '163800.929000', '163800.932000', '163800.934000', '163800.937000', '163800.939000', '163800.942000', '163800.944000', '163800.947000', '163800.950000', '163800.952000', '163800.955000', '163800.957000', '163800.960000', '163800.962000', '163800.965000', '163800.968000', '163820.859000', '163820.861000', '163820.864000', '163820.867000', '163820.869000', '163820.872000', '163820.874000', '163820.877000', '163820.880000', '163820.882000', '163820.885000', '163820.887000', '163820.890000', '163820.892000', '163820.895000', '163820.897000', '163820.900000', '163820.903000', '163820.905000', '163820.908000', '163820.910000', '163820.913000', '163820.915000', '163820.918000', '163820.921000', '163820.923000', '163820.926000', '163820.929000', '163820.931000', '163820.934000', '163820.937000', '163820.939000', '163820.942000', '163820.944000', '163820.947000', '163820.961000', '163820.963000', '163820.966000', '163820.969000', '163820.971000', '163820.974000', '163820.976000', '163820.979000', '163820.981000', '163840.858000', '163840.860000', '163840.863000', '163840.866000', '163840.868000', '163840.871000', '163840.873000', '163840.876000', '163840.878000', '163840.881000', '163840.884000', '163840.886000', '163840.895000', '163840.898000', '163840.900000', '163840.903000', '163840.905000', '163840.908000', '163840.910000', '163840.913000', '163840.916000', '163840.918000', '163840.921000', '163840.923000', '163840.926000', '163840.928000', '163840.931000', '163840.934000', '163840.936000', '163840.939000', '163840.941000', '163840.944000', '163840.946000', '163840.949000', '163840.951000', '163840.954000', '163840.957000', '163840.959000', '163840.962000', '163840.964000', '163840.967000', '163840.969000', '163840.972000', '163900.858000', '163900.860000', '163900.863000', '163900.866000', '163900.868000', '163900.871000', '163900.873000', '163900.876000', '163900.879000', '163900.881000', '163900.884000', '163900.886000', '163900.889000', '163900.891000', '163900.894000', '163900.897000', '163900.900000', '163900.902000', '163900.905000', '163900.907000', '163900.910000', '163900.913000', '163900.915000', '163900.918000', '163900.920000', '163900.923000', '163900.925000', '163900.928000', '163900.930000', '163900.933000', '163900.935000', '163900.938000', '163900.941000', '163900.943000', '163900.946000', '163900.948000', '163900.951000', '163900.953000', '163900.956000', '163900.959000', '163900.961000', '163900.964000', '163900.966000', '163900.969000', '163920.857000', '163920.860000', '163920.863000', '163920.866000', '163920.868000', '163920.871000', '163920.873000', '163920.876000', '163920.878000', '163920.881000', '163920.883000', '163920.886000', '163920.889000', '163920.891000', '163920.894000', '163920.896000', '163920.899000', '163920.901000', '163920.904000', '163920.907000', '163920.909000', '163920.912000', '163920.914000', '163920.917000', '163920.919000', '163920.922000', '163920.924000', '163920.927000', '163920.930000', '163920.932000', '163920.935000', '163920.937000', '163920.940000', '163920.943000', '163920.945000', '163920.948000', '163920.950000', '163920.953000', '163920.955000', '163920.958000', '163920.960000', '163920.963000', '163920.966000', '163940.858000', '163940.860000', '163940.863000', '163940.866000', '163940.868000', '163940.871000', '163940.874000', '163940.876000', '163940.879000', '163940.881000', '163940.884000', '163940.886000', '163940.889000', '163940.892000', '163940.894000', '163940.897000', '163940.899000', '163940.902000', '163940.904000', '163940.907000', '163940.910000', '163940.912000', '163940.915000', '163940.917000', '163940.920000', '163940.922000', '163940.925000', '163940.927000', '163940.930000', '163940.932000', '163940.935000', '163940.937000', '163940.940000', '163940.943000', '163940.945000', '163940.948000', '163940.950000', '163940.953000', '163940.955000', '163940.958000', '163940.961000', '163940.963000', '163940.966000', '164000.858000', '164000.861000', '164000.864000', '164000.866000', '164000.869000', '164000.872000', '164000.874000', '164000.877000', '164000.879000', '164000.882000', '164000.885000', '164000.887000', '164000.890000', '164000.892000', '164000.895000', '164000.897000', '164000.900000', '164000.914000', '164000.917000', '164000.920000', '164000.923000', '164000.925000', '164000.928000', '164000.930000', '164000.933000', '164000.936000', '164000.938000', '164000.941000', '164000.943000', '164000.946000', '164000.948000', '164000.951000', '164000.954000', '164000.956000', '164000.959000', '164000.961000', '164000.964000', '164000.966000', '164000.969000', '164000.972000', '164000.974000', '164000.977000', '164000.979000', '164000.982000', '164020.859000', '164020.861000', '164020.864000', '164020.867000', '164020.869000', '164020.872000', '164020.874000', '164020.877000', '164020.880000', '164020.882000', '164020.885000', '164020.887000', '164020.890000', '164020.892000', '164020.895000', '164020.897000', '164020.900000', '164020.903000', '164020.905000', '164020.908000', '164020.910000', '164020.913000', '164020.915000', '164020.918000', '164020.921000', '164020.923000', '164020.926000', '164020.928000', '164020.931000', '164020.933000', '164020.936000', '164020.938000', '164020.941000', '164020.944000', '164020.946000', '164020.949000', '164020.951000', '164020.954000', '164020.956000', '164020.959000', '164020.962000', '164020.964000', '164020.967000', '164020.969000', '164040.859000', '164040.861000', '164040.864000', '164040.867000', '164040.869000', '164040.872000', '164040.874000', '164040.877000', '164040.879000', '164040.882000', '164040.884000', '164040.887000', '164040.890000', '164040.892000', '164040.895000', '164040.897000', '164040.900000', '164040.903000', '164040.905000', '164040.908000', '164040.910000', '164040.913000', '164040.915000', '164040.918000', '164040.920000', '164040.923000', '164040.926000', '164040.928000', '164040.931000', '164040.933000', '164040.936000', '164040.938000', '164040.941000', '164040.944000', '164040.946000', '164040.949000', '164040.951000', '164040.954000', '164040.957000', '164040.959000', '164040.962000', '164040.964000', '164040.967000', '164100.857000', '164100.860000', '164100.863000', '164100.866000', '164100.868000', '164100.871000', '164100.873000', '164100.876000', '164100.879000', '164100.881000', '164100.884000', '164100.886000', '164100.889000', '164100.891000', '164100.894000', '164100.896000', '164100.899000', '164100.902000', '164100.904000', '164100.907000', '164100.909000', '164100.912000', '164100.914000', '164100.917000', '164100.919000', '164100.922000', '164100.925000', '164100.927000', '164100.930000', '164100.933000', '164100.935000', '164100.938000', '164100.941000', '164100.943000', '164100.946000', '164100.948000', '164100.951000', '164100.954000', '164100.956000', '164100.959000', '164100.961000', '164100.964000', '164100.966000', '164100.969000', '164120.857000', '164120.860000', '164120.863000', '164120.866000', '164120.868000', '164120.871000', '164120.873000', '164120.876000', '164120.878000', '164120.881000', '164120.884000', '164120.886000', '164120.889000', '164120.893000', '164120.896000', '164120.898000', '164120.901000', '164120.903000', '164120.906000', '164120.909000', '164120.911000', '164120.914000', '164120.916000', '164120.919000', '164120.922000', '164120.924000', '164120.927000', '164120.939000', '164120.942000', '164120.944000', '164120.947000', '164120.949000', '164120.952000', '164120.955000', '164120.957000', '164120.960000', '164120.962000', '164120.965000', '164120.967000', '164120.970000', '164120.973000', '164120.975000', '164120.978000', '164140.857000', '164140.860000', '164140.864000', '164140.867000', '164140.869000', '164140.872000', '164140.874000', '164140.877000', '164140.879000', '164140.882000', '164140.884000', '164140.887000', '164140.890000', '164140.892000', '164140.895000', '164140.897000', '164140.900000', '164140.902000', '164140.905000', '164140.907000', '164140.910000', '164140.913000', '164140.915000', '164140.918000', '164140.920000', '164140.923000', '164140.926000', '164140.928000', '164140.931000', '164140.933000', '164140.936000', '164140.938000', '164140.941000', '164140.944000', '164140.946000', '164140.949000', '164140.951000', '164140.954000', '164140.956000', '164140.959000', '164140.961000', '164140.964000', '164140.967000', '164140.969000', '164155.524000', '164155.527000', '164155.530000', '164155.532000', '164155.535000', '164155.538000', '164155.541000', '164155.543000', '164155.546000', '164155.549000', '164155.553000', '164155.559000', '164155.562000', '164155.565000', '164155.569000', '164155.571000', '164155.574000', '164155.577000', '164155.580000', '164155.583000', '164155.586000', '164155.589000', '164155.591000', '164155.594000', '164155.597000', '164155.600000', '164155.603000', '164155.605000', '164155.608000', '164155.612000', '164155.614000', '164155.617000'], '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': [18013, 9725, 14713, 12857, 11008, 18688, 9641, 14736, 11025, 10843, 18507, 9926, 13761, 9233, 9808, 16309, 9353, 11968, 17649, 9316, 13701, 8253, 10067, 14891, 8804, 12353, 7954, 8929, 14057, 8422, 12531, 8034, 8675, 13894, 8137, 10542, 12215, 8905, 13271, 8351, 9866, 15315, 8790, 11491, 15620, 9686, 13027, 12752, 9027, 13518, 8526, 11143, 12697, 9902, 9919, 9957, 8903, 9898, 17038, 12991, 11614, 18640, 9598, 14800, 16874, 11326, 17264, 11691, 11457, 11123, 9800, 16401, 10022, 12169, 18638, 10436, 13517, 9180, 9590, 15506, 9316, 12299, 12747, 9289, 14181, 9449, 10686, 15882, 9293, 13161, 8968, 9364, 15170, 9462, 11978, 14510, 9347, 13784, 9474, 12260, 13735, 9576, 15244, 10185, 10818, 18084, 9533, 14180, 13975, 9753, 16805, 10873, 11031, 17570, 9528, 12817, 12026, 9374, 15094, 9253, 11361, 16858, 9360, 13376, 8516, 10217, 14125, 9417, 13418, 9541, 12068, 9608, 9221, 14018, 9477, 13712, 9755, 12759, 18307, 11317, 14937, 17335, 13072, 16466, 9986, 14515, 9952, 11466, 18352, 11845, 14814, 10410, 11250, 18607, 9698, 13623, 9485, 10128, 17005, 9495, 13327, 9945, 9525, 15082, 9529, 12682, 8456, 9222, 14724, 9518, 12450, 8509, 9502, 10751, 9259, 13476, 9406, 12545, 15472, 9497, 14627, 9426, 12870, 15153, 9515, 15080, 9704, 10702, 16737, 9176, 13095, 12125, 9573, 14344, 8835, 10964, 15833, 9107, 12658, 8305, 9183, 14220, 9400, 11852, 7967, 9091, 14365, 9564, 11542, 15974, 9362, 14108, 9081, 13124, 9392, 11764, 17206, 10361, 14039, 12589, 9990, 17967, 9479, 13362, 16884, 9628, 15048, 9856, 12721, 16459, 9377, 14147, 8891, 11223, 9319, 9314, 14675, 9817, 11456, 15330, 9445, 13655, 9138, 12386, 14377, 9342, 13588, 11712, 9570, 14867, 9416, 13253, 18186, 9401, 14504, 10386, 10184, 16973, 9574, 12520, 18710, 9387, 12798, 8968, 8926, 14426, 9319, 12454, 8326, 9547, 13741, 8803, 11291, 11304, 9345, 13671, 9096, 9868, 16436, 9950, 12139, 18758, 9650, 13298, 9003, 9719, 14292, 9295, 12348, 9004, 9647, 15088, 9004, 13222, 8658, 10535, 8649, 10583, 16872, 10150, 13253, 17919, 11182, 15004, 9417, 11352, 18342, 9405, 14888, 9680, 13379, 9778, 13039, 10405, 12615, 10534, 14723, 19162, 11652, 15133, 13218, 11233, 18534, 10354, 12946, 15943, 9893, 15046, 10027, 12734, 9351, 9759, 14407, 10004, 11741, 17369, 9378, 13082, 8851, 9325, 14500, 9623, 12143, 8893, 9046, 14080, 9332, 12728, 9182, 9358, 14254, 9713, 12579, 8940, 9628, 15502, 9598, 12654, 14634, 9385, 14265, 9992, 12415, 8680, 9721, 16222, 11242, 11284, 17293, 10510, 13717, 9757, 11395, 17366, 9849, 12761, 16445, 9329, 13857, 10165, 12224, 12327, 9703, 13753, 9317, 11500, 9926, 9858, 14179, 10632, 10327, 15798, 9935, 13099, 13540, 9970, 14881, 9671, 12250, 9338, 9966, 16812, 10188, 12252, 18337, 10043, 12575, 11937, 9980, 14536, 9637, 9936, 16435, 9212, 12284, 9474, 10233, 9912, 9844, 13227, 9102, 9243, 12374, 9679, 12857, 15224, 9851, 14387, 11019, 10520, 14721, 9649, 12769, 17718, 9672, 14598, 9789, 10844, 8905, 10190, 9077, 11123, 16280, 10572, 11242, 17109, 9582, 13277, 9746, 11219, 18831, 10148, 14218, 16852, 12279, 15788, 10352, 13316, 18631, 10218, 16035, 11593, 11887, 17344, 10088, 15533, 10089, 11110, 17088, 9922, 12563, 14671, 9745, 13669, 9519, 9895, 14904, 9167, 12707, 9393, 10021, 13319, 9486, 12161, 10348, 10290, 9961, 12250, 9837, 14497, 10070, 14393, 18126, 11266, 12645, 18302, 10429, 12675, 17114, 9556, 13815, 9563, 10019, 14974, 9829, 12278, 8310, 9397, 13580, 9532, 12204, 9136, 9442, 13746, 9447, 12022, 9422, 9750, 16035, 9491, 12802, 16158, 9705, 14878, 10159, 12040, 17788, 9626, 14050, 9523, 9719, 15812, 9694, 12474, 13266, 9194, 13985, 9448, 12854, 10452, 9729, 13859, 9287, 10894, 12458, 9900, 13675, 9537, 9840, 16495, 9462, 13016, 10541, 9933, 15678, 9882, 11445, 18048, 9530, 14150, 9650, 10205, 17763, 9852, 12918, 9142, 9733, 15149, 9728, 13657, 9506, 10250, 17501, 9512, 13710, 9848, 12151, 18488, 9690, 14802, 10230, 12215, 8961, 9915, 15993, 10225, 13064, 18376, 9867, 16413, 10146, 10653, 17501, 9310, 13716, 9771, 12423, 13210, 9823, 14384, 9856, 12358, 8419, 9817, 14731, 9804, 13321, 9475, 10955, 8916, 9863, 18173, 9834, 14650, 13842, 10878, 18893, 9895, 14558, 13385, 10846, 17365, 9965, 13452, 16527, 9814, 13596, 10587, 9590, 15299, 9765, 13268, 9490, 9459, 14514, 9471, 12234, 8920, 9491, 14817, 9650, 12690, 9316, 11357, 10176, 9713, 8680, 9847, 16561, 10183, 13195, 16538, 10034, 14851, 10072, 13393, 15921, 10910, 15425, 11546, 12027, 17460, 9987, 14071, 12471, 9709, 14753, 9941, 12303, 8966, 9548, 14374, 9421, 12108, 8576, 9428, 14169, 9864, 11660, 15675, 9158, 13880, 9918, 12115, 12955, 9654, 14640, 9675, 12640, 16229, 9620, 16169, 10484, 12721, 18359, 9856, 14773, 9762, 10988, 16818, 9773, 13357, 9385, 9677, 14224, 9413, 12445, 9819, 10727, 15278, 9548, 12599, 9286, 9462, 15167, 9551, 14019, 10080, 12137, 17439, 9647, 14521, 9947, 11243, 15231, 9677, 13910, 11293, 10089, 16687, 10210, 12553, 16052, 9929, 13588, 9579, 11727, 8750, 9935, 14491, 9915, 12086, 13212, 9420, 13017, 9978, 11338, 11216, 9886, 13238, 9187, 10419, 16626, 9730, 14065, 9975, 12351, 15919, 9684, 14682, 10563, 13344, 10141, 12187, 18331, 10839, 14991, 11004, 11312, 18690, 10294, 13033, 18195, 9811, 15207, 10438, 10707, 17795, 9930, 12194, 15606, 9474, 13125, 10154, 11229, 8499, 9557, 13863, 10055, 12053, 9285, 9755, 14570, 9954, 12982, 16592, 10037, 14498, 10565, 12134, 17042, 9972, 14086, 10653, 9687, 15802, 10134, 12966, 11714, 9924, 14273, 9437, 10737, 14555, 9952, 12814, 8483, 9501, 13505, 9752, 11828, 8275, 9687, 14060, 10105, 12183, 8470, 9723, 14619, 9880, 12286, 12696, 9816, 14170, 9744, 13212, 10059, 12141, 18473, 10048, 15384, 13202, 11277, 17921, 10387, 13650, 18399, 10198, 16184, 10497, 11628, 17681, 9904, 13456, 9152, 9985, 14557, 9906, 12402, 9592, 10019, 15205, 10104, 12403, 11389, 9780, 14350, 10188, 13019, 9192, 10048, 16091], 'WindowCenter': [4735.0, 4660.0, 4684.0, 4649.0, 4638.0, 4674.0, 4613.0, 4654.0, 4611.0, 4622.0, 4663.0, 4612.0, 4631.0, 4602.0, 4612.0, 4639.0, 4589.0, 4620.0, 4638.0, 4601.0, 4630.0, 4591.0, 4613.0, 4638.0, 4600.0, 4631.0, 4591.0, 4602.0, 4640.0, 4591.0, 4631.0, 4581.0, 4602.0, 4643.0, 4594.0, 4624.0, 4632.0, 4615.0, 4644.0, 4592.0, 4624.0, 4648.0, 4606.0, 4636.0, 4652.0, 4613.0, 4645.0, 4630.0, 4615.0, 4646.0, 4605.0, 4650.0, 4658.0, 4638.0, 4626.0, 4638.0, 4629.0, 4652.0, 4694.0, 4658.0, 4648.0, 4675.0, 4627.0, 4658.0, 4663.0, 4637.0, 4667.0, 4634.0, 4634.0, 4622.0, 4613.0, 4654.0, 4602.0, 4632.0, 4663.0, 4613.0, 4643.0, 4600.0, 4614.0, 4641.0, 4603.0, 4645.0, 4631.0, 4616.0, 4641.0, 4612.0, 4623.0, 4652.0, 4615.0, 4644.0, 4602.0, 4615.0, 4653.0, 4613.0, 4635.0, 4654.0, 4616.0, 4655.0, 4624.0, 4647.0, 4642.0, 4617.0, 4668.0, 4626.0, 4636.0, 4675.0, 4616.0, 4656.0, 4642.0, 4613.0, 4665.0, 4624.0, 4626.0, 4663.0, 4614.0, 4634.0, 4632.0, 4615.0, 4652.0, 4600.0, 4622.0, 4650.0, 4603.0, 4642.0, 4604.0, 4625.0, 4642.0, 4615.0, 4642.0, 4625.0, 4646.0, 4614.0, 4628.0, 4656.0, 4628.0, 4667.0, 4627.0, 4659.0, 4678.0, 4636.0, 4669.0, 4665.0, 4646.0, 4655.0, 4626.0, 4655.0, 4613.0, 4624.0, 4653.0, 4621.0, 4642.0, 4611.0, 4624.0, 4661.0, 4602.0, 4642.0, 4602.0, 4612.0, 4651.0, 4602.0, 4633.0, 4599.0, 4601.0, 4641.0, 4601.0, 4630.0, 4580.0, 4602.0, 4639.0, 4601.0, 4632.0, 4592.0, 4613.0, 4622.0, 4614.0, 4642.0, 4609.0, 4644.0, 4654.0, 4615.0, 4653.0, 4615.0, 4645.0, 4642.0, 4603.0, 4643.0, 4603.0, 4614.0, 4650.0, 4602.0, 4633.0, 4620.0, 4601.0, 4640.0, 4591.0, 4622.0, 4651.0, 4602.0, 4632.0, 4579.0, 4603.0, 4643.0, 4603.0, 4634.0, 4593.0, 4615.0, 4642.0, 4613.0, 4638.0, 4664.0, 4615.0, 4655.0, 4617.0, 4656.0, 4616.0, 4646.0, 4665.0, 4625.0, 4657.0, 4634.0, 4625.0, 4664.0, 4614.0, 4644.0, 4663.0, 4613.0, 4653.0, 4613.0, 4644.0, 4649.0, 4603.0, 4643.0, 4603.0, 4624.0, 4602.0, 4614.0, 4642.0, 4611.0, 4633.0, 4653.0, 4614.0, 4654.0, 4614.0, 4645.0, 4643.0, 4613.0, 4645.0, 4633.0, 4616.0, 4654.0, 4614.0, 4645.0, 4662.0, 4602.0, 4642.0, 4612.0, 4614.0, 4651.0, 4602.0, 4633.0, 4650.0, 4602.0, 4644.0, 4603.0, 4604.0, 4642.0, 4604.0, 4633.0, 4590.0, 4615.0, 4638.0, 4605.0, 4636.0, 4624.0, 4616.0, 4655.0, 4602.0, 4625.0, 4665.0, 4614.0, 4634.0, 4661.0, 4616.0, 4643.0, 4603.0, 4616.0, 4644.0, 4617.0, 4643.0, 4614.0, 4627.0, 4665.0, 4617.0, 4657.0, 4607.0, 4638.0, 4618.0, 4649.0, 4677.0, 4626.0, 4657.0, 4666.0, 4636.0, 4656.0, 4614.0, 4637.0, 4674.0, 4617.0, 4656.0, 4614.0, 4656.0, 4639.0, 4657.0, 4640.0, 4658.0, 4652.0, 4672.0, 4680.0, 4637.0, 4645.0, 4631.0, 4611.0, 4651.0, 4601.0, 4621.0, 4639.0, 4601.0, 4629.0, 4599.0, 4619.0, 4587.0, 4590.0, 4628.0, 4588.0, 4621.0, 4639.0, 4591.0, 4617.0, 4578.0, 4590.0, 4627.0, 4588.0, 4621.0, 4590.0, 4590.0, 4630.0, 4602.0, 4633.0, 4589.0, 4602.0, 4640.0, 4613.0, 4633.0, 4603.0, 4615.0, 4643.0, 4614.0, 4645.0, 4643.0, 4616.0, 4654.0, 4615.0, 4634.0, 4603.0, 4615.0, 4654.0, 4622.0, 4636.0, 4651.0, 4624.0, 4644.0, 4613.0, 4635.0, 4653.0, 4601.0, 4634.0, 4653.0, 4604.0, 4644.0, 4613.0, 4635.0, 4632.0, 4613.0, 4644.0, 4615.0, 4635.0, 4614.0, 4624.0, 4653.0, 4624.0, 4626.0, 4652.0, 4614.0, 4645.0, 4632.0, 4615.0, 4655.0, 4616.0, 4635.0, 4604.0, 4617.0, 4663.0, 4613.0, 4635.0, 4665.0, 4614.0, 4634.0, 4622.0, 4612.0, 4641.0, 4601.0, 4615.0, 4654.0, 4604.0, 4631.0, 4612.0, 4625.0, 4613.0, 4625.0, 4646.0, 4614.0, 4617.0, 4645.0, 4626.0, 4657.0, 4653.0, 4628.0, 4658.0, 4624.0, 4627.0, 4654.0, 4616.0, 4647.0, 4665.0, 4617.0, 4656.0, 4626.0, 4636.0, 4614.0, 4637.0, 4617.0, 4650.0, 4668.0, 4624.0, 4637.0, 4666.0, 4617.0, 4646.0, 4615.0, 4638.0, 4676.0, 4615.0, 4657.0, 4653.0, 4634.0, 4643.0, 4612.0, 4633.0, 4650.0, 4601.0, 4643.0, 4611.0, 4621.0, 4639.0, 4598.0, 4628.0, 4596.0, 4607.0, 4638.0, 4600.0, 4620.0, 4628.0, 4598.0, 4628.0, 4588.0, 4600.0, 4639.0, 4601.0, 4628.0, 4591.0, 4611.0, 4630.0, 4614.0, 4634.0, 4623.0, 4625.0, 4639.0, 4648.0, 4638.0, 4657.0, 4626.0, 4659.0, 4666.0, 4612.0, 4632.0, 4650.0, 4611.0, 4632.0, 4639.0, 4601.0, 4632.0, 4589.0, 4601.0, 4628.0, 4601.0, 4621.0, 4579.0, 4602.0, 4629.0, 4613.0, 4633.0, 4602.0, 4615.0, 4642.0, 4613.0, 4634.0, 4613.0, 4627.0, 4654.0, 4626.0, 4648.0, 4654.0, 4616.0, 4654.0, 4623.0, 4636.0, 4664.0, 4615.0, 4644.0, 4613.0, 4615.0, 4652.0, 4614.0, 4645.0, 4643.0, 4614.0, 4644.0, 4615.0, 4646.0, 4623.0, 4615.0, 4655.0, 4616.0, 4637.0, 4645.0, 4627.0, 4656.0, 4614.0, 4626.0, 4666.0, 4616.0, 4647.0, 4624.0, 4626.0, 4654.0, 4614.0, 4637.0, 4665.0, 4616.0, 4656.0, 4613.0, 4624.0, 4663.0, 4615.0, 4646.0, 4615.0, 4616.0, 4656.0, 4627.0, 4656.0, 4612.0, 4638.0, 4675.0, 4627.0, 4657.0, 4626.0, 4648.0, 4677.0, 4630.0, 4679.0, 4637.0, 4647.0, 4615.0, 4626.0, 4677.0, 4627.0, 4658.0, 4676.0, 4627.0, 4666.0, 4614.0, 4637.0, 4664.0, 4616.0, 4655.0, 4625.0, 4647.0, 4642.0, 4626.0, 4657.0, 4625.0, 4645.0, 4594.0, 4626.0, 4654.0, 4628.0, 4655.0, 4615.0, 4635.0, 4605.0, 4626.0, 4665.0, 4626.0, 4657.0, 4644.0, 4623.0, 4663.0, 4614.0, 4644.0, 4632.0, 4624.0, 4652.0, 4600.0, 4632.0, 4639.0, 4599.0, 4631.0, 4611.0, 4602.0, 4639.0, 4600.0, 4630.0, 4589.0, 4601.0, 4628.0, 4600.0, 4631.0, 4590.0, 4604.0, 4641.0, 4602.0, 4633.0, 4602.0, 4623.0, 4613.0, 4615.0, 4604.0, 4626.0, 4665.0, 4613.0, 4646.0, 4653.0, 4615.0, 4643.0, 4614.0, 4645.0, 4652.0, 4624.0, 4644.0, 4622.0, 4631.0, 4650.0, 4601.0, 4630.0, 4618.0, 4600.0, 4629.0, 4600.0, 4620.0, 4590.0, 4602.0, 4639.0, 4603.0, 4631.0, 4590.0, 4603.0, 4640.0, 4612.0, 4634.0, 4653.0, 4614.0, 4643.0, 4614.0, 4635.0, 4632.0, 4614.0, 4642.0, 4602.0, 4634.0, 4652.0, 4602.0, 4652.0, 4611.0, 4631.0, 4649.0, 4602.0, 4640.0, 4601.0, 4611.0, 4639.0, 4600.0, 4631.0, 4590.0, 4614.0, 4641.0, 4602.0, 4632.0, 4611.0, 4624.0, 4642.0, 4612.0, 4635.0, 4604.0, 4615.0, 4654.0, 4616.0, 4644.0, 4623.0, 4634.0, 4662.0, 4616.0, 4655.0, 4615.0, 4636.0, 4654.0, 4615.0, 4645.0, 4623.0, 4623.0, 4664.0, 4613.0, 4634.0, 4650.0, 4614.0, 4643.0, 4613.0, 4635.0, 4604.0, 4626.0, 4652.0, 4615.0, 4648.0, 4645.0, 4615.0, 4645.0, 4625.0, 4635.0, 4634.0, 4625.0, 4647.0, 4617.0, 4638.0, 4666.0, 4627.0, 4654.0, 4626.0, 4647.0, 4666.0, 4618.0, 4656.0, 4627.0, 4646.0, 4625.0, 4646.0, 4665.0, 4627.0, 4657.0, 4624.0, 4626.0, 4664.0, 4612.0, 4633.0, 4662.0, 4613.0, 4642.0, 4610.0, 4611.0, 4650.0, 4601.0, 4621.0, 4642.0, 4615.0, 4632.0, 4612.0, 4623.0, 4591.0, 4614.0, 4642.0, 4614.0, 4646.0, 4604.0, 4616.0, 4653.0, 4617.0, 4647.0, 4665.0, 4625.0, 4655.0, 4624.0, 4636.0, 4653.0, 4613.0, 4644.0, 4613.0, 4615.0, 4652.0, 4612.0, 4633.0, 4621.0, 4613.0, 4641.0, 4603.0, 4624.0, 4641.0, 4613.0, 4630.0, 4593.0, 4614.0, 4642.0, 4612.0, 4634.0, 4592.0, 4615.0, 4643.0, 4626.0, 4646.0, 4595.0, 4615.0, 4655.0, 4626.0, 4647.0, 4646.0, 4629.0, 4655.0, 4628.0, 4657.0, 4627.0, 4644.0, 4676.0, 4627.0, 4657.0, 4646.0, 4637.0, 4666.0, 4615.0, 4647.0, 4663.0, 4613.0, 4656.0, 4613.0, 4624.0, 4652.0, 4614.0, 4642.0, 4590.0, 4613.0, 4643.0, 4614.0, 4634.0, 4602.0, 4615.0, 4652.0, 4612.0, 4635.0, 4623.0, 4614.0, 4644.0, 4626.0, 4645.0, 4604.0, 4627.0, 4666.0], 'WindowWidth': [10341.0, 10224.0, 10244.0, 10184.0, 10166.0, 10210.0, 10124.0, 10180.0, 10115.0, 10132.0, 10191.0, 10118.0, 10143.0, 10101.0, 10116.0, 10151.0, 10079.0, 10122.0, 10146.0, 10099.0, 10139.0, 10085.0, 10120.0, 10147.0, 10099.0, 10141.0, 10087.0, 10105.0, 10151.0, 10089.0, 10144.0, 10073.0, 10104.0, 10161.0, 10096.0, 10137.0, 10145.0, 10125.0, 10164.0, 10092.0, 10138.0, 10168.0, 10117.0, 10155.0, 10175.0, 10123.0, 10167.0, 10141.0, 10126.0, 10169.0, 10114.0, 10181.0, 10189.0, 10165.0, 10147.0, 10167.0, 10154.0, 10191.0, 10257.0, 10193.0, 10176.0, 10211.0, 10145.0, 10189.0, 10189.0, 10159.0, 10204.0, 10150.0, 10152.0, 10130.0, 10121.0, 10179.0, 10102.0, 10146.0, 10195.0, 10120.0, 10159.0, 10098.0, 10122.0, 10154.0, 10107.0, 10165.0, 10141.0, 10126.0, 10156.0, 10117.0, 10134.0, 10173.0, 10126.0, 10164.0, 10104.0, 10126.0, 10175.0, 10121.0, 10153.0, 10180.0, 10131.0, 10182.0, 10140.0, 10173.0, 10161.0, 10131.0, 10205.0, 10144.0, 10157.0, 10209.0, 10129.0, 10185.0, 10158.0, 10121.0, 10197.0, 10135.0, 10140.0, 10190.0, 10121.0, 10149.0, 10145.0, 10127.0, 10173.0, 10100.0, 10131.0, 10166.0, 10105.0, 10158.0, 10110.0, 10141.0, 10160.0, 10126.0, 10160.0, 10141.0, 10171.0, 10126.0, 10151.0, 10185.0, 10150.0, 10203.0, 10150.0, 10195.0, 10223.0, 10157.0, 10208.0, 10197.0, 10169.0, 10182.0, 10142.0, 10182.0, 10120.0, 10135.0, 10179.0, 10129.0, 10159.0, 10114.0, 10134.0, 10182.0, 10101.0, 10158.0, 10102.0, 10117.0, 10168.0, 10101.0, 10144.0, 10092.0, 10099.0, 10154.0, 10101.0, 10138.0, 10070.0, 10102.0, 10149.0, 10099.0, 10145.0, 10089.0, 10120.0, 10130.0, 10123.0, 10159.0, 10114.0, 10165.0, 10179.0, 10128.0, 10176.0, 10125.0, 10166.0, 10156.0, 10106.0, 10163.0, 10108.0, 10121.0, 10168.0, 10104.0, 10146.0, 10123.0, 10100.0, 10153.0, 10088.0, 10130.0, 10169.0, 10104.0, 10143.0, 10068.0, 10106.0, 10160.0, 10108.0, 10149.0, 10092.0, 10125.0, 10159.0, 10120.0, 10160.0, 10193.0, 10127.0, 10181.0, 10133.0, 10183.0, 10131.0, 10171.0, 10199.0, 10141.0, 10185.0, 10150.0, 10140.0, 10193.0, 10124.0, 10164.0, 10188.0, 10121.0, 10177.0, 10121.0, 10164.0, 10165.0, 10106.0, 10161.0, 10108.0, 10136.0, 10104.0, 10123.0, 10159.0, 10114.0, 10149.0, 10176.0, 10124.0, 10177.0, 10126.0, 10169.0, 10161.0, 10123.0, 10168.0, 10147.0, 10128.0, 10178.0, 10123.0, 10165.0, 10185.0, 10103.0, 10161.0, 10117.0, 10121.0, 10171.0, 10103.0, 10145.0, 10168.0, 10101.0, 10163.0, 10108.0, 10109.0, 10158.0, 10109.0, 10147.0, 10085.0, 10123.0, 10153.0, 10113.0, 10155.0, 10137.0, 10129.0, 10182.0, 10105.0, 10142.0, 10196.0, 10122.0, 10151.0, 10186.0, 10126.0, 10161.0, 10106.0, 10128.0, 10161.0, 10129.0, 10162.0, 10125.0, 10146.0, 10197.0, 10136.0, 10187.0, 10121.0, 10162.0, 10138.0, 10181.0, 10218.0, 10142.0, 10187.0, 10201.0, 10157.0, 10185.0, 10124.0, 10157.0, 10208.0, 10132.0, 10184.0, 10125.0, 10185.0, 10166.0, 10185.0, 10169.0, 10191.0, 10190.0, 10217.0, 10232.0, 10161.0, 10166.0, 10141.0, 10113.0, 10169.0, 10098.0, 10125.0, 10147.0, 10097.0, 10135.0, 10092.0, 10119.0, 10074.0, 10081.0, 10129.0, 10076.0, 10124.0, 10148.0, 10083.0, 10115.0, 10063.0, 10080.0, 10127.0, 10078.0, 10125.0, 10082.0, 10083.0, 10135.0, 10102.0, 10144.0, 10080.0, 10102.0, 10152.0, 10120.0, 10144.0, 10104.0, 10124.0, 10159.0, 10122.0, 10164.0, 10160.0, 10128.0, 10178.0, 10125.0, 10151.0, 10106.0, 10126.0, 10180.0, 10131.0, 10153.0, 10171.0, 10136.0, 10162.0, 10119.0, 10152.0, 10174.0, 10101.0, 10148.0, 10173.0, 10110.0, 10162.0, 10121.0, 10150.0, 10142.0, 10120.0, 10164.0, 10125.0, 10154.0, 10122.0, 10137.0, 10177.0, 10137.0, 10140.0, 10172.0, 10123.0, 10165.0, 10142.0, 10127.0, 10183.0, 10128.0, 10151.0, 10108.0, 10131.0, 10191.0, 10119.0, 10151.0, 10197.0, 10123.0, 10152.0, 10129.0, 10117.0, 10157.0, 10098.0, 10124.0, 10179.0, 10109.0, 10142.0, 10116.0, 10138.0, 10119.0, 10139.0, 10170.0, 10125.0, 10133.0, 10167.0, 10146.0, 10186.0, 10175.0, 10148.0, 10192.0, 10136.0, 10145.0, 10179.0, 10129.0, 10172.0, 10197.0, 10133.0, 10186.0, 10147.0, 10157.0, 10126.0, 10160.0, 10135.0, 10181.0, 10206.0, 10138.0, 10159.0, 10198.0, 10132.0, 10171.0, 10129.0, 10163.0, 10213.0, 10126.0, 10187.0, 10174.0, 10150.0, 10163.0, 10116.0, 10146.0, 10166.0, 10098.0, 10161.0, 10112.0, 10125.0, 10148.0, 10091.0, 10132.0, 10086.0, 10100.0, 10144.0, 10095.0, 10123.0, 10130.0, 10091.0, 10131.0, 10077.0, 10095.0, 10148.0, 10098.0, 10133.0, 10084.0, 10113.0, 10137.0, 10121.0, 10149.0, 10135.0, 10140.0, 10167.0, 10175.0, 10164.0, 10188.0, 10143.0, 10192.0, 10204.0, 10117.0, 10141.0, 10167.0, 10113.0, 10141.0, 10148.0, 10098.0, 10140.0, 10080.0, 10096.0, 10129.0, 10096.0, 10125.0, 10066.0, 10102.0, 10134.0, 10118.0, 10145.0, 10101.0, 10126.0, 10158.0, 10121.0, 10150.0, 10122.0, 10144.0, 10178.0, 10144.0, 10174.0, 10177.0, 10128.0, 10177.0, 10133.0, 10154.0, 10194.0, 10127.0, 10165.0, 10118.0, 10124.0, 10172.0, 10120.0, 10166.0, 10162.0, 10122.0, 10162.0, 10128.0, 10169.0, 10133.0, 10126.0, 10181.0, 10129.0, 10158.0, 10166.0, 10145.0, 10183.0, 10123.0, 10141.0, 10197.0, 10129.0, 10171.0, 10136.0, 10142.0, 10182.0, 10122.0, 10158.0, 10197.0, 10128.0, 10185.0, 10121.0, 10138.0, 10191.0, 10125.0, 10171.0, 10127.0, 10129.0, 10183.0, 10145.0, 10184.0, 10121.0, 10162.0, 10212.0, 10146.0, 10185.0, 10144.0, 10176.0, 10216.0, 10156.0, 10224.0, 10161.0, 10172.0, 10128.0, 10145.0, 10220.0, 10149.0, 10189.0, 10211.0, 10145.0, 10198.0, 10122.0, 10159.0, 10196.0, 10129.0, 10181.0, 10141.0, 10172.0, 10160.0, 10143.0, 10187.0, 10140.0, 10168.0, 10097.0, 10142.0, 10178.0, 10149.0, 10183.0, 10127.0, 10155.0, 10113.0, 10142.0, 10198.0, 10143.0, 10186.0, 10162.0, 10135.0, 10189.0, 10122.0, 10164.0, 10143.0, 10134.0, 10172.0, 10099.0, 10142.0, 10146.0, 10094.0, 10141.0, 10112.0, 10101.0, 10149.0, 10096.0, 10137.0, 10079.0, 10097.0, 10132.0, 10100.0, 10141.0, 10083.0, 10107.0, 10154.0, 10104.0, 10144.0, 10105.0, 10134.0, 10119.0, 10124.0, 10108.0, 10141.0, 10196.0, 10121.0, 10168.0, 10174.0, 10126.0, 10163.0, 10124.0, 10167.0, 10170.0, 10136.0, 10165.0, 10129.0, 10142.0, 10165.0, 10099.0, 10138.0, 10117.0, 10097.0, 10134.0, 10096.0, 10122.0, 10082.0, 10101.0, 10149.0, 10105.0, 10140.0, 10084.0, 10106.0, 10152.0, 10116.0, 10148.0, 10175.0, 10122.0, 10160.0, 10121.0, 10151.0, 10144.0, 10120.0, 10158.0, 10106.0, 10149.0, 10171.0, 10104.0, 10172.0, 10112.0, 10140.0, 10163.0, 10101.0, 10156.0, 10099.0, 10114.0, 10149.0, 10096.0, 10138.0, 10081.0, 10121.0, 10155.0, 10103.0, 10142.0, 10115.0, 10136.0, 10157.0, 10117.0, 10152.0, 10108.0, 10126.0, 10177.0, 10127.0, 10162.0, 10135.0, 10151.0, 10189.0, 10129.0, 10181.0, 10125.0, 10155.0, 10177.0, 10127.0, 10168.0, 10133.0, 10135.0, 10193.0, 10120.0, 10150.0, 10164.0, 10120.0, 10160.0, 10120.0, 10151.0, 10109.0, 10140.0, 10173.0, 10125.0, 10175.0, 10167.0, 10128.0, 10165.0, 10139.0, 10154.0, 10150.0, 10140.0, 10172.0, 10131.0, 10160.0, 10196.0, 10145.0, 10180.0, 10142.0, 10172.0, 10198.0, 10134.0, 10184.0, 10144.0, 10168.0, 10140.0, 10170.0, 10199.0, 10145.0, 10188.0, 10136.0, 10140.0, 10193.0, 10115.0, 10145.0, 10186.0, 10119.0, 10159.0, 10110.0, 10113.0, 10166.0, 10097.0, 10125.0, 10154.0, 10122.0, 10141.0, 10116.0, 10130.0, 10088.0, 10123.0, 10158.0, 10124.0, 10168.0, 10110.0, 10129.0, 10174.0, 10129.0, 10172.0, 10194.0, 10141.0, 10181.0, 10136.0, 10154.0, 10172.0, 10119.0, 10164.0, 10118.0, 10125.0, 10171.0, 10117.0, 10145.0, 10124.0, 10117.0, 10155.0, 10104.0, 10132.0, 10154.0, 10117.0, 10138.0, 10090.0, 10123.0, 10157.0, 10118.0, 10148.0, 10090.0, 10125.0, 10159.0, 10142.0, 10168.0, 10099.0, 10127.0, 10179.0, 10142.0, 10171.0, 10169.0, 10150.0, 10181.0, 10147.0, 10185.0, 10147.0, 10169.0, 10213.0, 10144.0, 10190.0, 10168.0, 10158.0, 10199.0, 10126.0, 10171.0, 10187.0, 10120.0, 10184.0, 10119.0, 10136.0, 10169.0, 10121.0, 10159.0, 10084.0, 10119.0, 10160.0, 10122.0, 10147.0, 10103.0, 10125.0, 10171.0, 10117.0, 10150.0, 10134.0, 10125.0, 10164.0, 10140.0, 10166.0, 10107.0, 10143.0, 10197.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.0005817146144994246</td></tr>
<tr><td colspan=3>aqi</td><td>0.016173319447640968</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.882639810334105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3073327579493093</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038338916589855</td></tr>
<tr><td colspan=3>efc</td><td>0.4821</td></tr>
<tr><td colspan=3>fber</td><td>6777.3545</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07852870540699985</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.291959680438537</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2580227643463604</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.461300759499835</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.156555517469415</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117184</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014249778352677822</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02370549738407135</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.33060405209525</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>20.6732</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3005</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.2502</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297038.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>944.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.631</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2982</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.3273</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3849.0609</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79506.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.4983</td></tr>
<tr><td colspan=3>tsnr</td><td>48.52853058138862</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>