<?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-0020_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0020_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-04/func/sub-0020_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4a63582e9be126d9712bf8a3180ad2f2</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>11:58:3.405000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998497, 0.0271519, 0.0476126, -0.0233565, 0.996638, -0.0785352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0974472</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7779, -7214, 589, -95, -230, 87, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>da41963d-b932-467f-8ac6-1dadb9a4a463||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678893804550171, -0.06266377121210098, 0.13387908041477203, 111.65199279785156], [-0.0728466659784317, 2.673906087875366, -0.20872367918491364, -79.87750244140625], [0.1277409940958023, 0.21070416271686554, 2.688589096069336, -69.69239807128906], [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': ['115803.405000', '115803.865000', '115804.325000', '115804.785000', '115805.245000', '115805.705000', '115806.165000', '115806.625000', '115807.085000', '115807.545000', '115808.005000', '115808.465000', '115808.925000', '115809.385000', '115809.845000', '115810.305000', '115810.765000', '115811.225000', '115811.685000', '115812.145000', '115812.605000', '115813.065000', '115813.525000', '115813.985000', '115814.445000', '115814.905000', '115815.365000', '115815.825000', '115816.285000', '115816.745000', '115817.205000', '115817.665000', '115818.125000', '115818.585000', '115819.045000', '115819.505000', '115819.965000', '115820.425000', '115820.885000', '115821.345000', '115821.805000', '115822.265000', '115822.725000', '115823.185000', '115823.645000', '115824.105000', '115824.565000', '115825.025000', '115825.485000', '115825.945000', '115826.405000', '115826.865000', '115827.325000', '115827.785000', '115828.245000', '115828.705000', '115829.165000', '115829.625000', '115830.085000', '115830.545000', '115831.005000', '115831.465000', '115831.925000', '115832.385000', '115832.845000', '115833.305000', '115833.765000', '115834.225000', '115834.685000', '115835.145000', '115835.605000', '115836.065000', '115836.525000', '115836.985000', '115837.445000', '115837.905000', '115838.365000', '115838.825000', '115839.285000', '115839.745000', '115840.205000', '115840.665000', '115841.125000', '115841.585000', '115842.045000', '115842.505000', '115842.965000', '115843.425000', '115843.885000', '115844.345000', '115844.805000', '115845.265000', '115845.725000', '115846.185000', '115846.645000', '115847.105000', '115847.565000', '115848.025000', '115848.485000', '115848.945000', '115849.405000', '115849.865000', '115850.325000', '115850.785000', '115851.245000', '115851.705000', '115852.165000', '115852.625000', '115853.085000', '115853.545000', '115854.005000', '115854.465000', '115854.925000', '115855.385000', '115855.845000', '115856.305000', '115856.765000', '115857.225000', '115857.685000', '115858.145000', '115858.605000', '115859.065000', '115859.525000', '115859.985000', '115900.445000', '115900.905000', '115901.365000', '115901.825000', '115902.285000', '115902.745000', '115903.205000', '115903.665000', '115904.125000', '115904.585000', '115905.045000', '115905.505000', '115905.965000', '115906.425000', '115906.885000', '115907.345000', '115907.805000', '115908.265000', '115908.725000', '115909.185000', '115909.645000', '115910.105000', '115910.565000', '115911.025000', '115911.485000', '115911.945000', '115912.405000', '115912.865000', '115913.325000', '115913.785000', '115914.245000', '115914.705000', '115915.165000', '115915.625000', '115916.085000', '115916.545000', '115917.005000', '115917.465000', '115917.925000', '115918.385000', '115918.845000', '115919.305000', '115919.765000', '115920.225000', '115920.685000', '115921.145000', '115921.605000', '115922.065000', '115922.525000', '115922.985000', '115923.445000', '115923.905000', '115924.365000', '115924.825000', '115925.285000', '115925.745000', '115926.205000', '115926.665000', '115927.125000', '115927.585000', '115928.045000', '115928.505000', '115928.965000', '115929.425000', '115929.885000', '115930.345000', '115930.805000', '115931.265000', '115931.725000', '115932.185000', '115932.645000', '115933.105000', '115933.565000', '115934.025000', '115934.485000', '115934.945000', '115935.405000', '115935.865000', '115936.325000', '115936.785000', '115937.245000', '115937.705000', '115938.165000', '115938.625000', '115939.085000', '115939.545000', '115940.005000', '115940.465000', '115940.925000', '115941.385000', '115941.845000', '115942.305000', '115942.765000', '115943.225000', '115943.685000', '115944.145000', '115944.605000', '115945.065000', '115945.525000', '115945.985000', '115946.445000', '115946.905000', '115947.365000', '115947.825000', '115948.285000', '115948.745000', '115949.205000', '115949.665000', '115950.125000', '115950.585000', '115951.045000', '115951.505000', '115951.965000', '115952.425000', '115952.885000', '115953.345000', '115953.805000', '115954.265000', '115954.725000', '115955.185000', '115955.645000', '115956.105000', '115956.565000', '115957.025000', '115957.485000', '115957.945000', '115958.405000', '115958.865000', '115959.325000', '115959.785000', '120000.245000', '120000.705000', '120001.165000', '120001.625000', '120002.085000', '120002.545000', '120003.005000', '120003.465000', '120003.925000', '120004.385000', '120004.845000', '120005.305000', '120005.765000', '120006.225000', '120006.685000', '120007.145000', '120007.605000', '120008.065000', '120008.525000', '120008.985000', '120009.445000', '120009.905000', '120010.365000', '120010.825000', '120011.285000', '120011.745000', '120012.205000', '120012.665000', '120013.125000', '120013.585000', '120014.045000', '120014.505000', '120014.965000', '120015.425000', '120015.885000', '120016.345000', '120016.805000', '120017.265000', '120017.725000', '120018.185000', '120018.645000', '120019.105000', '120019.565000', '120020.025000', '120020.485000', '120020.945000', '120021.405000', '120021.865000', '120022.325000', '120022.785000', '120023.245000', '120023.705000', '120024.165000', '120024.625000', '120025.085000', '120025.545000', '120026.005000', '120026.465000', '120026.925000', '120027.385000', '120027.845000', '120028.305000', '120028.765000', '120029.225000', '120029.685000', '120030.145000', '120030.605000', '120031.065000', '120031.525000', '120031.985000', '120032.445000', '120032.905000', '120033.365000', '120033.825000', '120034.285000', '120034.745000', '120035.205000', '120035.665000', '120036.125000', '120036.585000', '120037.045000', '120037.505000', '120037.965000', '120038.425000', '120038.885000', '120039.345000', '120039.805000', '120040.265000', '120040.725000', '120041.185000', '120041.645000', '120042.105000', '120042.565000', '120043.025000', '120043.485000', '120043.945000', '120044.405000', '120044.865000', '120045.325000', '120045.785000', '120046.245000', '120046.705000', '120047.165000', '120047.625000', '120048.085000', '120048.545000', '120049.005000', '120049.465000', '120049.925000', '120050.385000', '120050.845000', '120051.305000', '120051.765000', '120052.225000', '120052.685000', '120053.145000', '120053.605000', '120054.065000', '120054.525000', '120054.985000', '120055.445000', '120055.905000', '120056.365000', '120056.825000', '120057.285000', '120057.745000', '120058.205000', '120058.665000', '120059.125000', '120059.585000', '120100.045000', '120100.505000', '120100.965000', '120101.425000', '120101.885000', '120102.345000', '120102.805000', '120103.265000', '120103.725000', '120104.185000', '120104.645000', '120105.105000', '120105.565000', '120106.025000', '120106.485000', '120106.945000', '120107.405000', '120107.865000', '120108.325000', '120108.785000', '120109.245000', '120109.705000', '120110.165000', '120110.625000', '120111.085000', '120111.545000', '120112.005000', '120112.465000', '120112.925000', '120113.385000', '120113.845000', '120114.305000', '120114.765000', '120115.225000', '120115.685000', '120116.145000', '120116.605000', '120117.065000', '120117.525000', '120117.985000', '120118.445000', '120118.905000', '120119.365000', '120119.825000', '120120.285000', '120120.745000', '120121.205000', '120121.665000', '120122.125000', '120122.585000', '120123.045000', '120123.505000', '120123.965000', '120124.425000', '120124.885000', '120125.345000', '120125.805000', '120126.265000', '120126.725000', '120127.185000', '120127.645000', '120128.105000', '120128.565000', '120129.025000', '120129.485000', '120129.945000', '120130.405000', '120130.865000', '120131.325000', '120131.785000', '120132.245000', '120132.705000', '120133.165000', '120133.625000', '120134.085000', '120134.545000', '120135.005000', '120135.465000', '120135.925000', '120136.385000', '120136.845000', '120137.305000', '120137.765000', '120138.225000', '120138.685000', '120139.145000', '120139.605000', '120140.065000', '120140.525000', '120140.985000', '120141.445000', '120141.905000', '120142.365000', '120142.825000', '120143.285000', '120143.745000', '120144.205000', '120144.665000', '120145.125000', '120145.585000', '120146.045000', '120146.505000', '120146.965000', '120147.425000', '120147.885000', '120148.345000', '120148.805000', '120149.265000', '120149.725000', '120150.185000', '120150.645000', '120151.105000', '120151.565000', '120152.025000', '120152.485000', '120152.945000', '120153.405000', '120153.865000', '120154.325000', '120154.785000', '120155.245000', '120155.705000', '120156.165000', '120156.625000', '120157.085000', '120157.545000', '120158.005000', '120158.465000', '120158.925000', '120159.385000', '120159.845000', '120200.305000', '120200.765000', '120201.225000', '120201.685000', '120202.145000', '120202.605000', '120203.065000', '120203.525000', '120203.985000', '120204.445000', '120204.905000', '120205.365000', '120205.825000', '120206.285000', '120206.745000', '120207.205000', '120207.665000', '120208.125000', '120208.585000', '120209.045000', '120209.505000', '120209.965000', '120210.425000', '120210.885000', '120211.345000', '120211.805000', '120212.265000', '120212.725000', '120213.185000', '120213.645000', '120214.105000', '120214.565000', '120215.025000', '120215.485000', '120215.945000', '120216.405000', '120216.865000', '120217.325000', '120217.785000', '120218.245000', '120218.705000', '120219.165000', '120219.625000', '120220.085000', '120220.545000', '120221.005000', '120221.465000', '120221.925000', '120222.385000', '120222.845000', '120223.305000', '120223.765000', '120224.225000', '120224.685000', '120225.145000', '120225.605000', '120226.065000', '120226.525000', '120226.985000', '120227.445000', '120227.905000', '120228.365000', '120228.825000', '120229.285000', '120229.745000', '120230.205000', '120230.665000', '120231.125000', '120231.585000', '120232.045000', '120232.505000', '120232.965000', '120233.425000', '120233.885000', '120234.345000', '120234.805000', '120235.265000', '120235.725000', '120236.185000', '120236.645000', '120237.105000', '120237.565000', '120238.025000', '120238.485000', '120238.945000', '120239.405000', '120239.865000', '120240.325000', '120240.785000', '120241.245000', '120241.705000', '120242.165000', '120242.625000', '120243.085000', '120243.545000', '120244.005000', '120244.465000', '120244.925000', '120245.385000', '120245.845000', '120246.305000', '120246.765000', '120247.225000', '120247.685000', '120248.145000', '120248.605000', '120249.065000', '120249.525000', '120249.985000', '120250.445000', '120250.905000', '120251.365000', '120251.825000', '120252.285000', '120252.745000', '120253.205000', '120253.665000', '120254.125000', '120254.585000', '120255.045000', '120255.505000', '120255.965000', '120256.425000', '120256.885000', '120257.345000', '120257.805000', '120258.265000', '120258.725000', '120259.185000', '120259.645000', '120300.105000', '120300.565000', '120301.025000', '120301.485000', '120301.945000', '120302.405000', '120302.865000', '120303.325000', '120303.785000', '120304.245000', '120304.705000', '120305.165000', '120305.625000', '120306.085000', '120306.545000', '120307.005000', '120307.465000', '120307.925000', '120308.385000', '120308.845000', '120309.305000', '120309.765000', '120310.225000', '120310.685000', '120311.145000', '120311.605000', '120312.065000', '120312.525000', '120312.985000', '120313.445000', '120313.905000', '120314.365000', '120314.825000', '120315.285000', '120315.745000', '120316.205000', '120316.665000', '120317.125000', '120317.585000', '120318.045000', '120318.505000', '120318.965000', '120319.425000', '120319.885000', '120320.345000', '120320.805000', '120321.265000', '120321.725000', '120322.185000', '120322.645000', '120323.105000', '120323.565000', '120324.025000', '120324.485000', '120324.945000', '120325.405000', '120325.865000', '120326.325000', '120326.785000', '120327.245000', '120327.705000', '120328.165000', '120328.625000', '120329.085000', '120329.545000', '120330.005000', '120330.465000', '120330.925000', '120331.385000', '120331.845000', '120332.305000', '120332.765000', '120333.225000', '120333.685000', '120334.145000', '120334.605000', '120335.065000', '120335.525000', '120335.985000', '120336.445000', '120336.905000', '120337.365000', '120337.825000', '120338.285000', '120338.745000', '120339.205000', '120339.665000', '120340.125000', '120340.585000', '120341.045000', '120341.505000', '120341.965000', '120342.425000', '120342.885000', '120343.345000', '120343.805000', '120344.265000', '120344.725000', '120345.185000', '120345.645000', '120346.105000', '120346.565000', '120347.025000', '120347.485000', '120347.945000', '120348.405000', '120348.865000', '120349.325000', '120349.785000', '120350.245000', '120350.705000', '120351.165000', '120351.625000', '120352.085000', '120352.545000', '120353.005000', '120353.465000', '120353.925000', '120354.385000', '120354.845000', '120355.305000', '120355.765000', '120356.225000', '120356.685000', '120357.145000', '120357.605000', '120358.065000', '120358.525000', '120358.985000', '120359.445000', '120359.905000', '120400.365000', '120400.825000', '120401.285000', '120401.745000', '120402.205000', '120402.665000', '120403.125000', '120403.585000', '120404.045000', '120404.505000', '120404.965000', '120405.425000', '120405.885000', '120406.345000', '120406.805000', '120407.265000', '120407.725000', '120408.185000', '120408.645000', '120409.105000', '120409.565000', '120410.025000', '120410.485000', '120410.945000', '120411.405000', '120411.865000', '120412.325000', '120412.785000', '120413.245000', '120413.705000', '120414.165000', '120414.625000', '120415.085000', '120415.545000', '120416.005000', '120416.465000', '120416.925000', '120417.385000', '120417.845000', '120418.305000', '120418.765000', '120419.225000', '120419.685000', '120420.145000', '120420.605000', '120421.065000', '120421.525000', '120421.985000', '120422.445000', '120422.905000', '120423.365000', '120423.825000', '120424.285000', '120424.745000', '120425.205000', '120425.665000', '120426.125000', '120426.585000', '120427.045000', '120427.505000', '120427.965000', '120428.425000', '120428.885000', '120429.345000', '120429.805000', '120430.265000', '120430.725000', '120431.185000', '120431.645000', '120432.105000', '120432.565000', '120433.025000', '120433.485000', '120433.945000', '120434.405000', '120434.865000', '120435.325000', '120435.785000', '120436.245000', '120436.705000', '120437.165000', '120437.625000', '120438.085000', '120438.545000', '120439.005000', '120439.465000', '120439.925000', '120440.385000', '120440.845000', '120441.305000', '120441.765000', '120442.225000', '120442.685000', '120443.145000', '120443.605000', '120444.065000'], 'ContentTime': ['115826.182000', '115826.185000', '115826.189000', '115826.194000', '115826.197000', '115826.199000', '115826.202000', '115826.230000', '115826.233000', '115826.236000', '115826.239000', '115826.241000', '115826.244000', '115826.247000', '115826.250000', '115826.253000', '115826.255000', '115826.258000', '115826.261000', '115826.264000', '115826.266000', '115826.269000', '115826.272000', '115826.275000', '115826.278000', '115826.280000', '115826.283000', '115826.286000', '115826.296000', '115826.299000', '115826.302000', '115826.305000', '115826.307000', '115826.310000', '115826.313000', '115826.316000', '115826.318000', '115826.321000', '115826.324000', '115826.327000', '115826.330000', '115826.332000', '115826.335000', '115826.338000', '115826.341000', '115826.343000', '115826.346000', '115826.349000', '115846.152000', '115846.155000', '115846.158000', '115846.161000', '115846.163000', '115846.166000', '115846.169000', '115846.172000', '115846.175000', '115846.178000', '115846.180000', '115846.183000', '115846.186000', '115846.189000', '115846.192000', '115846.194000', '115846.197000', '115846.200000', '115846.204000', '115846.207000', '115846.210000', '115846.213000', '115846.216000', '115846.219000', '115846.221000', '115846.224000', '115846.227000', '115846.230000', '115846.233000', '115846.235000', '115846.238000', '115846.241000', '115846.244000', '115846.247000', '115846.249000', '115846.252000', '115846.268000', '115846.271000', '115846.274000', '115846.277000', '115846.279000', '115846.282000', '115846.285000', '115846.288000', '115906.152000', '115906.155000', '115906.158000', '115906.160000', '115906.163000', '115906.166000', '115906.169000', '115906.172000', '115906.175000', '115906.178000', '115906.180000', '115906.183000', '115906.186000', '115906.189000', '115906.192000', '115906.194000', '115906.197000', '115906.202000', '115906.206000', '115906.209000', '115906.212000', '115906.215000', '115906.218000', '115906.221000', '115906.223000', '115906.226000', '115906.229000', '115906.232000', '115906.234000', '115906.237000', '115906.240000', '115906.250000', '115906.253000', '115906.256000', '115906.258000', '115906.261000', '115906.264000', '115906.267000', '115906.270000', '115906.273000', '115906.275000', '115906.278000', '115906.281000', '115926.152000', '115926.155000', '115926.158000', '115926.160000', '115926.163000', '115926.166000', '115926.169000', '115926.172000', '115926.175000', '115926.177000', '115926.180000', '115926.183000', '115926.186000', '115926.188000', '115926.191000', '115926.194000', '115926.197000', '115926.200000', '115926.203000', '115926.206000', '115926.208000', '115926.211000', '115926.214000', '115926.217000', '115926.220000', '115926.223000', '115926.225000', '115926.228000', '115926.231000', '115926.234000', '115926.237000', '115926.239000', '115926.242000', '115926.245000', '115926.248000', '115926.262000', '115926.265000', '115926.268000', '115926.270000', '115926.273000', '115926.276000', '115926.279000', '115926.282000', '115926.284000', '115946.152000', '115946.155000', '115946.158000', '115946.161000', '115946.164000', '115946.167000', '115946.170000', '115946.172000', '115946.175000', '115946.178000', '115946.181000', '115946.184000', '115946.186000', '115946.189000', '115946.192000', '115946.195000', '115946.198000', '115946.201000', '115946.203000', '115946.206000', '115946.209000', '115946.212000', '115946.215000', '115946.218000', '115946.221000', '115946.224000', '115946.227000', '115946.229000', '115946.232000', '115946.235000', '115946.238000', '115946.241000', '115946.244000', '115946.246000', '115946.249000', '115946.252000', '115946.255000', '115946.257000', '115946.260000', '115946.263000', '115946.266000', '115946.269000', '115946.271000', '120006.152000', '120006.155000', '120006.158000', '120006.161000', '120006.164000', '120006.167000', '120006.170000', '120006.172000', '120006.175000', '120006.178000', '120006.181000', '120006.184000', '120006.187000', '120006.190000', '120006.193000', '120006.195000', '120006.198000', '120006.201000', '120006.204000', '120006.207000', '120006.210000', '120006.212000', '120006.221000', '120006.223000', '120006.226000', '120006.229000', '120006.232000', '120006.235000', '120006.238000', '120006.241000', '120006.244000', '120006.246000', '120006.250000', '120006.252000', '120006.255000', '120006.258000', '120006.261000', '120006.264000', '120006.266000', '120006.269000', '120006.272000', '120006.275000', '120006.278000', '120006.281000', '120026.152000', '120026.155000', '120026.158000', '120026.161000', '120026.165000', '120026.167000', '120026.170000', '120026.173000', '120026.176000', '120026.179000', '120026.182000', '120026.185000', '120026.187000', '120026.190000', '120026.193000', '120026.196000', '120026.199000', '120026.202000', '120026.205000', '120026.208000', '120026.210000', '120026.213000', '120026.216000', '120026.219000', '120026.222000', '120026.225000', '120026.227000', '120026.231000', '120026.234000', '120026.236000', '120026.239000', '120026.251000', '120026.254000', '120026.257000', '120026.260000', '120026.263000', '120026.265000', '120026.268000', '120026.271000', '120026.274000', '120026.277000', '120026.279000', '120026.282000', '120046.153000', '120046.156000', '120046.159000', '120046.162000', '120046.164000', '120046.167000', '120046.170000', '120046.173000', '120046.176000', '120046.179000', '120046.181000', '120046.184000', '120046.187000', '120046.190000', '120046.193000', '120046.196000', '120046.199000', '120046.201000', '120046.204000', '120046.207000', '120046.210000', '120046.213000', '120046.215000', '120046.218000', '120046.221000', '120046.224000', '120046.227000', '120046.229000', '120046.232000', '120046.235000', '120046.238000', '120046.241000', '120046.244000', '120046.247000', '120046.250000', '120046.252000', '120046.255000', '120046.258000', '120046.261000', '120046.264000', '120046.267000', '120046.270000', '120046.272000', '120046.275000', '120106.152000', '120106.155000', '120106.158000', '120106.161000', '120106.163000', '120106.166000', '120106.169000', '120106.172000', '120106.174000', '120106.177000', '120106.180000', '120106.183000', '120106.186000', '120106.189000', '120106.191000', '120106.196000', '120106.199000', '120106.202000', '120106.204000', '120106.207000', '120106.210000', '120106.213000', '120106.216000', '120106.219000', '120106.221000', '120106.224000', '120106.227000', '120106.230000', '120106.233000', '120106.235000', '120106.238000', '120106.241000', '120106.244000', '120106.247000', '120106.251000', '120106.254000', '120106.257000', '120106.260000', '120106.263000', '120106.266000', '120106.268000', '120106.271000', '120106.274000', '120126.152000', '120126.155000', '120126.158000', '120126.161000', '120126.164000', '120126.166000', '120126.169000', '120126.172000', '120126.175000', '120126.178000', '120126.181000', '120126.184000', '120126.186000', '120126.189000', '120126.192000', '120126.195000', '120126.198000', '120126.201000', '120126.203000', '120126.206000', '120126.209000', '120126.212000', '120126.215000', '120126.218000', '120126.220000', '120126.223000', '120126.226000', '120126.229000', '120126.232000', '120126.235000', '120126.237000', '120126.240000', '120126.243000', '120126.246000', '120126.249000', '120126.251000', '120126.254000', '120126.257000', '120126.260000', '120126.263000', '120126.266000', '120126.268000', '120126.271000', '120126.274000', '120146.152000', '120146.155000', '120146.164000', '120146.167000', '120146.173000', '120146.176000', '120146.179000', '120146.182000', '120146.185000', '120146.196000', '120146.199000', '120146.203000', '120146.206000', '120146.209000', '120146.212000', '120146.215000', '120146.218000', '120146.221000', '120146.224000', '120146.227000', '120146.230000', '120146.233000', '120146.236000', '120146.238000', '120146.241000', '120146.244000', '120146.247000', '120146.250000', '120146.254000', '120146.256000', '120146.259000', '120146.262000', '120146.265000', '120146.268000', '120146.271000', '120146.274000', '120146.278000', '120146.281000', '120146.284000', '120146.287000', '120146.290000', '120146.293000', '120146.296000', '120206.152000', '120206.160000', '120206.163000', '120206.166000', '120206.169000', '120206.172000', '120206.175000', '120206.178000', '120206.181000', '120206.183000', '120206.187000', '120206.189000', '120206.192000', '120206.206000', '120206.209000', '120206.212000', '120206.215000', '120206.218000', '120206.221000', '120206.224000', '120206.226000', '120206.229000', '120206.232000', '120206.235000', '120206.238000', '120206.241000', '120206.244000', '120206.246000', '120206.249000', '120206.252000', '120206.255000', '120206.258000', '120206.261000', '120206.264000', '120206.267000', '120206.269000', '120206.272000', '120206.275000', '120206.278000', '120206.281000', '120206.284000', '120206.287000', '120206.290000', '120206.292000', '120226.152000', '120226.155000', '120226.158000', '120226.161000', '120226.164000', '120226.167000', '120226.169000', '120226.172000', '120226.175000', '120226.178000', '120226.181000', '120226.184000', '120226.187000', '120226.190000', '120226.193000', '120226.196000', '120226.199000', '120226.201000', '120226.204000', '120226.207000', '120226.210000', '120226.213000', '120226.216000', '120226.218000', '120226.221000', '120226.224000', '120226.227000', '120226.231000', '120226.234000', '120226.237000', '120226.240000', '120226.243000', '120226.246000', '120226.249000', '120226.252000', '120226.254000', '120226.257000', '120226.260000', '120226.263000', '120226.266000', '120226.269000', '120226.272000', '120226.275000', '120246.152000', '120246.155000', '120246.158000', '120246.161000', '120246.163000', '120246.166000', '120246.172000', '120246.175000', '120246.178000', '120246.181000', '120246.183000', '120246.186000', '120246.189000', '120246.192000', '120246.195000', '120246.198000', '120246.201000', '120246.204000', '120246.207000', '120246.210000', '120246.212000', '120246.215000', '120246.218000', '120246.221000', '120246.224000', '120246.227000', '120246.230000', '120246.232000', '120246.235000', '120246.238000', '120246.241000', '120246.244000', '120246.247000', '120246.250000', '120246.252000', '120246.255000', '120246.258000', '120246.261000', '120246.264000', '120246.267000', '120246.270000', '120246.273000', '120246.275000', '120246.278000', '120306.153000', '120306.156000', '120306.159000', '120306.162000', '120306.165000', '120306.167000', '120306.170000', '120306.173000', '120306.176000', '120306.179000', '120306.182000', '120306.185000', '120306.188000', '120306.191000', '120306.193000', '120306.196000', '120306.199000', '120306.208000', '120306.211000', '120306.214000', '120306.217000', '120306.220000', '120306.223000', '120306.226000', '120306.228000', '120306.231000', '120306.234000', '120306.237000', '120306.240000', '120306.243000', '120306.245000', '120306.248000', '120306.251000', '120306.254000', '120306.257000', '120306.260000', '120306.263000', '120306.266000', '120306.268000', '120306.271000', '120306.274000', '120306.277000', '120306.280000', '120326.152000', '120326.155000', '120326.158000', '120326.161000', '120326.164000', '120326.166000', '120326.169000', '120326.172000', '120326.175000', '120326.178000', '120326.181000', '120326.184000', '120326.187000', '120326.190000', '120326.193000', '120326.195000', '120326.198000', '120326.201000', '120326.204000', '120326.207000', '120326.210000', '120326.213000', '120326.216000', '120326.230000', '120326.233000', '120326.236000', '120326.238000', '120326.241000', '120326.244000', '120326.247000', '120326.250000', '120326.253000', '120326.256000', '120326.259000', '120326.261000', '120326.264000', '120326.267000', '120326.270000', '120326.273000', '120326.276000', '120326.279000', '120326.282000', '120326.284000', '120326.287000', '120346.152000', '120346.155000', '120346.158000', '120346.161000', '120346.164000', '120346.167000', '120346.170000', '120346.173000', '120346.175000', '120346.178000', '120346.181000', '120346.184000', '120346.187000', '120346.190000', '120346.193000', '120346.196000', '120346.198000', '120346.201000', '120346.204000', '120346.207000', '120346.210000', '120346.213000', '120346.216000', '120346.219000', '120346.222000', '120346.224000', '120346.227000', '120346.230000', '120346.233000', '120346.236000', '120346.239000', '120346.242000', '120346.244000', '120346.247000', '120346.252000', '120346.255000', '120346.258000', '120346.261000', '120346.264000', '120346.266000', '120346.270000', '120346.273000', '120346.276000', '120406.152000', '120406.155000', '120406.158000', '120406.161000', '120406.164000', '120406.166000', '120406.169000', '120406.172000', '120406.175000', '120406.178000', '120406.181000', '120406.184000', '120406.186000', '120406.189000', '120406.192000', '120406.195000', '120406.198000', '120406.201000', '120406.204000', '120406.207000', '120406.209000', '120406.212000', '120406.215000', '120406.218000', '120406.221000', '120406.224000', '120406.227000', '120406.230000', '120406.233000', '120406.235000', '120406.238000', '120406.241000', '120406.244000', '120406.247000', '120406.250000', '120406.253000', '120406.256000', '120406.259000', '120406.261000', '120406.264000', '120406.267000', '120406.270000', '120406.273000', '120406.276000', '120426.152000', '120426.155000', '120426.158000', '120426.161000', '120426.163000', '120426.166000', '120426.175000', '120426.178000', '120426.180000', '120426.183000', '120426.186000', '120426.189000', '120426.192000', '120426.195000', '120426.198000', '120426.200000', '120426.203000', '120426.206000', '120426.209000', '120426.212000', '120426.215000', '120426.218000', '120426.221000', '120426.223000', '120426.226000', '120426.229000', '120426.232000', '120426.235000', '120426.238000', '120426.241000', '120426.243000', '120426.246000', '120426.249000', '120426.252000', '120426.255000', '120426.258000', '120426.261000', '120426.263000', '120426.266000', '120426.269000', '120426.272000', '120426.275000', '120426.277000', '120444.837000', '120444.842000', '120444.845000', '120444.848000', '120444.851000', '120444.854000', '120444.857000', '120444.860000', '120444.863000', '120444.866000', '120444.869000', '120444.872000', '120444.875000', '120444.878000', '120444.880000', '120444.883000', '120444.886000', '120444.889000', '120444.901000', '120444.904000', '120444.908000', '120444.910000', '120444.913000', '120444.916000', '120444.919000', '120444.922000', '120444.925000', '120444.927000', '120444.930000', '120444.933000', '120444.936000', '120444.939000', '120444.942000', '120444.944000', '120444.958000', '120444.961000', '120444.964000', '120444.967000', '120444.970000', '120444.973000', '120444.976000'], 'InstanceCreationTime': ['115826.182000', '115826.185000', '115826.189000', '115826.194000', '115826.197000', '115826.199000', '115826.202000', '115826.230000', '115826.233000', '115826.236000', '115826.239000', '115826.241000', '115826.244000', '115826.247000', '115826.250000', '115826.253000', '115826.255000', '115826.258000', '115826.261000', '115826.264000', '115826.266000', '115826.269000', '115826.272000', '115826.275000', '115826.278000', '115826.280000', '115826.283000', '115826.286000', '115826.296000', '115826.299000', '115826.302000', '115826.305000', '115826.307000', '115826.310000', '115826.313000', '115826.316000', '115826.318000', '115826.321000', '115826.324000', '115826.327000', '115826.330000', '115826.332000', '115826.335000', '115826.338000', '115826.341000', '115826.343000', '115826.346000', '115826.349000', '115846.152000', '115846.155000', '115846.158000', '115846.161000', '115846.163000', '115846.166000', '115846.169000', '115846.172000', '115846.175000', '115846.178000', '115846.180000', '115846.183000', '115846.186000', '115846.189000', '115846.192000', '115846.194000', '115846.197000', '115846.200000', '115846.204000', '115846.207000', '115846.210000', '115846.213000', '115846.216000', '115846.219000', '115846.221000', '115846.224000', '115846.227000', '115846.230000', '115846.233000', '115846.235000', '115846.238000', '115846.241000', '115846.244000', '115846.247000', '115846.249000', '115846.252000', '115846.268000', '115846.271000', '115846.274000', '115846.277000', '115846.279000', '115846.282000', '115846.285000', '115846.288000', '115906.152000', '115906.155000', '115906.158000', '115906.160000', '115906.163000', '115906.166000', '115906.169000', '115906.172000', '115906.175000', '115906.178000', '115906.180000', '115906.183000', '115906.186000', '115906.189000', '115906.192000', '115906.194000', '115906.197000', '115906.202000', '115906.206000', '115906.209000', '115906.212000', '115906.215000', '115906.218000', '115906.221000', '115906.223000', '115906.226000', '115906.229000', '115906.232000', '115906.234000', '115906.237000', '115906.240000', '115906.250000', '115906.253000', '115906.256000', '115906.258000', '115906.261000', '115906.264000', '115906.267000', '115906.270000', '115906.273000', '115906.275000', '115906.278000', '115906.281000', '115926.152000', '115926.155000', '115926.158000', '115926.160000', '115926.163000', '115926.166000', '115926.169000', '115926.172000', '115926.175000', '115926.177000', '115926.180000', '115926.183000', '115926.186000', '115926.188000', '115926.191000', '115926.194000', '115926.197000', '115926.200000', '115926.203000', '115926.206000', '115926.208000', '115926.211000', '115926.214000', '115926.217000', '115926.220000', '115926.223000', '115926.225000', '115926.228000', '115926.231000', '115926.234000', '115926.237000', '115926.239000', '115926.242000', '115926.245000', '115926.248000', '115926.262000', '115926.265000', '115926.268000', '115926.270000', '115926.273000', '115926.276000', '115926.279000', '115926.282000', '115926.284000', '115946.152000', '115946.155000', '115946.158000', '115946.161000', '115946.164000', '115946.167000', '115946.170000', '115946.172000', '115946.175000', '115946.178000', '115946.181000', '115946.184000', '115946.186000', '115946.189000', '115946.192000', '115946.195000', '115946.198000', '115946.201000', '115946.203000', '115946.206000', '115946.209000', '115946.212000', '115946.215000', '115946.218000', '115946.221000', '115946.224000', '115946.227000', '115946.229000', '115946.232000', '115946.235000', '115946.238000', '115946.241000', '115946.244000', '115946.246000', '115946.249000', '115946.252000', '115946.255000', '115946.257000', '115946.260000', '115946.263000', '115946.266000', '115946.269000', '115946.271000', '120006.152000', '120006.155000', '120006.158000', '120006.161000', '120006.164000', '120006.167000', '120006.170000', '120006.172000', '120006.175000', '120006.178000', '120006.181000', '120006.184000', '120006.187000', '120006.190000', '120006.193000', '120006.195000', '120006.198000', '120006.201000', '120006.204000', '120006.207000', '120006.210000', '120006.212000', '120006.221000', '120006.223000', '120006.226000', '120006.229000', '120006.232000', '120006.235000', '120006.238000', '120006.241000', '120006.244000', '120006.246000', '120006.250000', '120006.252000', '120006.255000', '120006.258000', '120006.261000', '120006.264000', '120006.266000', '120006.269000', '120006.272000', '120006.275000', '120006.278000', '120006.281000', '120026.152000', '120026.155000', '120026.158000', '120026.161000', '120026.165000', '120026.167000', '120026.170000', '120026.173000', '120026.176000', '120026.179000', '120026.182000', '120026.185000', '120026.187000', '120026.190000', '120026.193000', '120026.196000', '120026.199000', '120026.202000', '120026.205000', '120026.208000', '120026.210000', '120026.213000', '120026.216000', '120026.219000', '120026.222000', '120026.225000', '120026.227000', '120026.231000', '120026.234000', '120026.236000', '120026.239000', '120026.251000', '120026.254000', '120026.257000', '120026.260000', '120026.263000', '120026.265000', '120026.268000', '120026.271000', '120026.274000', '120026.277000', '120026.279000', '120026.282000', '120046.153000', '120046.156000', '120046.159000', '120046.162000', '120046.164000', '120046.167000', '120046.170000', '120046.173000', '120046.176000', '120046.179000', '120046.181000', '120046.184000', '120046.187000', '120046.190000', '120046.193000', '120046.196000', '120046.199000', '120046.201000', '120046.204000', '120046.207000', '120046.210000', '120046.213000', '120046.215000', '120046.218000', '120046.221000', '120046.224000', '120046.227000', '120046.229000', '120046.232000', '120046.235000', '120046.238000', '120046.241000', '120046.244000', '120046.247000', '120046.250000', '120046.252000', '120046.255000', '120046.258000', '120046.261000', '120046.264000', '120046.267000', '120046.270000', '120046.272000', '120046.275000', '120106.152000', '120106.155000', '120106.158000', '120106.161000', '120106.163000', '120106.166000', '120106.169000', '120106.172000', '120106.174000', '120106.177000', '120106.180000', '120106.183000', '120106.186000', '120106.189000', '120106.191000', '120106.196000', '120106.199000', '120106.202000', '120106.204000', '120106.207000', '120106.210000', '120106.213000', '120106.216000', '120106.219000', '120106.221000', '120106.224000', '120106.227000', '120106.230000', '120106.233000', '120106.235000', '120106.238000', '120106.241000', '120106.244000', '120106.247000', '120106.251000', '120106.254000', '120106.257000', '120106.260000', '120106.263000', '120106.266000', '120106.268000', '120106.271000', '120106.274000', '120126.152000', '120126.155000', '120126.158000', '120126.161000', '120126.164000', '120126.166000', '120126.169000', '120126.172000', '120126.175000', '120126.178000', '120126.181000', '120126.184000', '120126.186000', '120126.189000', '120126.192000', '120126.195000', '120126.198000', '120126.201000', '120126.203000', '120126.206000', '120126.209000', '120126.212000', '120126.215000', '120126.218000', '120126.220000', '120126.223000', '120126.226000', '120126.229000', '120126.232000', '120126.235000', '120126.237000', '120126.240000', '120126.243000', '120126.246000', '120126.249000', '120126.251000', '120126.254000', '120126.257000', '120126.260000', '120126.263000', '120126.266000', '120126.268000', '120126.271000', '120126.274000', '120146.152000', '120146.155000', '120146.164000', '120146.167000', '120146.173000', '120146.176000', '120146.179000', '120146.182000', '120146.185000', '120146.196000', '120146.199000', '120146.203000', '120146.206000', '120146.209000', '120146.212000', '120146.215000', '120146.218000', '120146.221000', '120146.224000', '120146.227000', '120146.230000', '120146.233000', '120146.236000', '120146.238000', '120146.241000', '120146.244000', '120146.247000', '120146.250000', '120146.254000', '120146.256000', '120146.259000', '120146.262000', '120146.265000', '120146.268000', '120146.271000', '120146.274000', '120146.278000', '120146.281000', '120146.284000', '120146.287000', '120146.290000', '120146.293000', '120146.296000', '120206.152000', '120206.160000', '120206.163000', '120206.166000', '120206.169000', '120206.172000', '120206.175000', '120206.178000', '120206.181000', '120206.183000', '120206.187000', '120206.189000', '120206.192000', '120206.206000', '120206.209000', '120206.212000', '120206.215000', '120206.218000', '120206.221000', '120206.224000', '120206.226000', '120206.229000', '120206.232000', '120206.235000', '120206.238000', '120206.241000', '120206.244000', '120206.246000', '120206.249000', '120206.252000', '120206.255000', '120206.258000', '120206.261000', '120206.264000', '120206.267000', '120206.269000', '120206.272000', '120206.275000', '120206.278000', '120206.281000', '120206.284000', '120206.287000', '120206.290000', '120206.292000', '120226.152000', '120226.155000', '120226.158000', '120226.161000', '120226.164000', '120226.167000', '120226.169000', '120226.172000', '120226.175000', '120226.178000', '120226.181000', '120226.184000', '120226.187000', '120226.190000', '120226.193000', '120226.196000', '120226.199000', '120226.201000', '120226.204000', '120226.207000', '120226.210000', '120226.213000', '120226.216000', '120226.218000', '120226.221000', '120226.224000', '120226.227000', '120226.231000', '120226.234000', '120226.237000', '120226.240000', '120226.243000', '120226.246000', '120226.249000', '120226.252000', '120226.254000', '120226.257000', '120226.260000', '120226.263000', '120226.266000', '120226.269000', '120226.272000', '120226.275000', '120246.152000', '120246.155000', '120246.158000', '120246.161000', '120246.163000', '120246.166000', '120246.172000', '120246.175000', '120246.178000', '120246.181000', '120246.183000', '120246.186000', '120246.189000', '120246.192000', '120246.195000', '120246.198000', '120246.201000', '120246.204000', '120246.207000', '120246.210000', '120246.212000', '120246.215000', '120246.218000', '120246.221000', '120246.224000', '120246.227000', '120246.230000', '120246.232000', '120246.235000', '120246.238000', '120246.241000', '120246.244000', '120246.247000', '120246.250000', '120246.252000', '120246.255000', '120246.258000', '120246.261000', '120246.264000', '120246.267000', '120246.270000', '120246.273000', '120246.275000', '120246.278000', '120306.153000', '120306.156000', '120306.159000', '120306.162000', '120306.165000', '120306.167000', '120306.170000', '120306.173000', '120306.176000', '120306.179000', '120306.182000', '120306.185000', '120306.188000', '120306.191000', '120306.193000', '120306.196000', '120306.199000', '120306.208000', '120306.211000', '120306.214000', '120306.217000', '120306.220000', '120306.223000', '120306.226000', '120306.228000', '120306.231000', '120306.234000', '120306.237000', '120306.240000', '120306.243000', '120306.245000', '120306.248000', '120306.251000', '120306.254000', '120306.257000', '120306.260000', '120306.263000', '120306.266000', '120306.268000', '120306.271000', '120306.274000', '120306.277000', '120306.280000', '120326.152000', '120326.155000', '120326.158000', '120326.161000', '120326.164000', '120326.166000', '120326.169000', '120326.172000', '120326.175000', '120326.178000', '120326.181000', '120326.184000', '120326.187000', '120326.190000', '120326.193000', '120326.195000', '120326.198000', '120326.201000', '120326.204000', '120326.207000', '120326.210000', '120326.213000', '120326.216000', '120326.230000', '120326.233000', '120326.236000', '120326.238000', '120326.241000', '120326.244000', '120326.247000', '120326.250000', '120326.253000', '120326.256000', '120326.259000', '120326.261000', '120326.264000', '120326.267000', '120326.270000', '120326.273000', '120326.276000', '120326.279000', '120326.282000', '120326.284000', '120326.287000', '120346.152000', '120346.155000', '120346.158000', '120346.161000', '120346.164000', '120346.167000', '120346.170000', '120346.173000', '120346.175000', '120346.178000', '120346.181000', '120346.184000', '120346.187000', '120346.190000', '120346.193000', '120346.196000', '120346.198000', '120346.201000', '120346.204000', '120346.207000', '120346.210000', '120346.213000', '120346.216000', '120346.219000', '120346.222000', '120346.224000', '120346.227000', '120346.230000', '120346.233000', '120346.236000', '120346.239000', '120346.242000', '120346.244000', '120346.247000', '120346.252000', '120346.255000', '120346.258000', '120346.261000', '120346.264000', '120346.266000', '120346.270000', '120346.273000', '120346.276000', '120406.152000', '120406.155000', '120406.158000', '120406.161000', '120406.164000', '120406.166000', '120406.169000', '120406.172000', '120406.175000', '120406.178000', '120406.181000', '120406.184000', '120406.186000', '120406.189000', '120406.192000', '120406.195000', '120406.198000', '120406.201000', '120406.204000', '120406.207000', '120406.209000', '120406.212000', '120406.215000', '120406.218000', '120406.221000', '120406.224000', '120406.227000', '120406.230000', '120406.233000', '120406.235000', '120406.238000', '120406.241000', '120406.244000', '120406.247000', '120406.250000', '120406.253000', '120406.256000', '120406.259000', '120406.261000', '120406.264000', '120406.267000', '120406.270000', '120406.273000', '120406.276000', '120426.152000', '120426.155000', '120426.158000', '120426.161000', '120426.163000', '120426.166000', '120426.175000', '120426.178000', '120426.180000', '120426.183000', '120426.186000', '120426.189000', '120426.192000', '120426.195000', '120426.198000', '120426.200000', '120426.203000', '120426.206000', '120426.209000', '120426.212000', '120426.215000', '120426.218000', '120426.221000', '120426.223000', '120426.226000', '120426.229000', '120426.232000', '120426.235000', '120426.238000', '120426.241000', '120426.243000', '120426.246000', '120426.249000', '120426.252000', '120426.255000', '120426.258000', '120426.261000', '120426.263000', '120426.266000', '120426.269000', '120426.272000', '120426.275000', '120426.277000', '120444.837000', '120444.842000', '120444.845000', '120444.848000', '120444.851000', '120444.854000', '120444.857000', '120444.860000', '120444.863000', '120444.866000', '120444.869000', '120444.872000', '120444.875000', '120444.878000', '120444.880000', '120444.883000', '120444.886000', '120444.889000', '120444.901000', '120444.904000', '120444.908000', '120444.910000', '120444.913000', '120444.916000', '120444.919000', '120444.922000', '120444.925000', '120444.927000', '120444.930000', '120444.933000', '120444.936000', '120444.939000', '120444.942000', '120444.944000', '120444.958000', '120444.961000', '120444.964000', '120444.967000', '120444.970000', '120444.973000', '120444.976000'], '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': [13067, 9354, 10270, 9231, 9360, 9210, 9421, 9427, 9451, 9274, 9385, 9735, 9846, 8635, 9858, 8566, 10176, 9837, 10348, 10171, 8866, 10345, 10804, 10266, 10466, 10109, 11178, 10292, 14361, 11667, 15868, 10861, 14391, 10964, 12842, 8478, 9076, 8339, 8513, 7841, 8964, 9085, 8901, 8575, 8588, 9511, 8674, 10697, 9254, 14538, 11892, 10934, 10009, 8594, 9288, 8659, 12422, 8392, 9069, 8505, 9120, 8789, 10425, 8424, 9169, 8087, 8656, 8526, 8609, 8389, 8595, 8517, 8479, 8806, 9829, 10668, 9928, 9654, 9425, 9338, 8538, 8598, 9646, 8413, 10764, 8401, 14415, 8748, 13146, 8628, 13023, 9137, 17012, 13032, 13392, 18092, 12016, 16808, 10057, 9644, 8906, 9489, 8554, 9562, 9529, 9379, 9087, 10385, 10599, 9663, 11359, 9811, 10445, 9984, 10495, 9580, 11296, 9760, 11159, 9741, 10917, 9694, 10718, 9711, 11046, 9724, 10709, 10026, 9672, 9847, 10640, 10054, 9983, 9850, 9645, 10697, 9759, 12933, 11694, 9512, 9856, 9338, 9815, 9341, 9889, 9714, 9762, 9880, 9569, 9618, 9945, 9490, 12208, 9927, 11780, 9824, 12066, 9795, 12501, 9647, 12397, 9488, 10659, 9771, 11557, 9817, 13908, 9605, 16251, 9775, 9673, 9550, 10223, 11877, 9603, 11789, 9739, 10537, 9881, 12416, 10252, 12133, 10282, 11587, 10134, 12690, 10287, 10949, 11106, 9893, 16107, 13077, 15380, 13533, 10342, 11352, 10233, 13217, 10703, 12575, 10136, 11624, 10030, 11930, 10035, 11227, 10016, 10115, 9759, 10413, 9356, 11159, 9715, 12226, 9538, 10542, 9981, 9898, 9923, 10293, 11786, 9755, 11518, 9828, 10190, 9684, 10289, 9473, 10878, 9660, 10230, 11177, 9659, 10736, 15189, 12383, 17351, 14932, 18948, 14022, 19171, 12677, 12392, 18564, 9818, 10496, 10035, 9446, 10331, 9245, 10454, 9071, 10261, 9402, 10177, 9106, 10407, 11168, 10643, 10581, 10180, 10333, 9859, 10591, 10342, 13224, 11751, 13618, 10954, 12222, 10618, 15886, 14698, 16154, 11085, 15248, 12462, 17097, 10412, 14513, 10681, 9633, 10712, 9435, 10082, 10280, 10380, 9418, 10775, 10499, 10021, 12858, 9889, 12261, 10077, 11064, 9994, 11451, 9849, 13652, 11095, 15223, 10259, 13055, 10239, 12222, 9805, 17134, 9914, 14203, 9753, 12728, 9676, 15722, 11183, 16688, 10018, 9912, 9914, 10013, 10311, 9992, 10469, 9826, 11295, 9995, 10938, 9969, 11814, 10693, 13020, 12687, 14722, 9952, 10452, 10193, 11892, 9975, 12712, 9934, 13095, 9570, 10851, 9529, 10931, 9811, 13151, 10353, 13925, 11094, 12823, 9931, 12733, 10077, 12019, 10119, 10973, 10152, 10618, 9598, 10392, 9988, 10916, 10508, 11279, 10363, 11745, 10536, 11302, 10520, 12618, 10282, 11281, 10165, 12682, 10481, 14433, 11522, 14196, 10266, 13804, 10290, 13638, 11544, 16652, 12931, 12400, 10233, 9787, 10249, 10148, 10121, 9651, 10518, 9620, 10149, 12059, 10111, 14413, 11758, 13501, 9935, 12890, 10074, 15213, 11952, 12026, 9887, 9899, 9689, 10179, 10970, 9995, 10901, 11786, 11045, 10591, 9958, 10562, 9949, 15699, 11550, 14964, 10652, 13981, 9650, 12674, 10151, 11457, 9653, 10715, 9512, 10372, 9732, 9482, 9542, 10407, 9813, 9611, 9872, 10448, 10118, 10749, 9896, 10838, 10142, 9434, 10074, 10642, 10119, 12578, 10085, 13990, 11576, 16028, 12621, 11282, 10243, 12786, 9868, 12658, 9561, 14992, 11113, 12750, 9577, 9975, 9469, 9833, 9254, 9481, 12755, 9658, 12338, 9740, 12591, 9687, 13819, 9800, 11537, 11329, 10303, 14609, 9651, 14336, 10976, 9406, 9507, 9864, 9671, 10136, 11038, 9937, 11390, 10101, 10324, 9875, 9594, 9042, 9909, 11788, 10011, 14938, 13656, 16158, 12823, 16487, 10318, 17740, 9611, 11635, 9469, 9998, 9524, 10188, 9858, 9802, 9886, 9721, 9998, 10426, 9930, 10687, 9800, 10300, 9758, 10554, 9447, 11376, 9509, 9820, 10419, 9910, 14243, 10149, 14435, 10037, 9658, 10043, 9248, 9717, 8415, 9329, 8569, 9577, 8810, 11040, 9280, 13460, 10862, 13827, 11156, 14808, 11282, 15903, 12179, 18360, 14688, 18032, 14232, 18890, 14023, 14436, 12314, 9280, 10237, 8235, 11969, 8592, 14409, 10769, 15116, 10873, 14542, 10681, 14729, 11472, 12732, 10778, 8720, 10336, 8942, 11296, 8864, 11687, 8401, 11162, 8808, 12399, 8765, 11950, 8805, 11569, 8662, 11273, 8539, 12233, 8733, 9772, 8578, 10810, 8356, 8147, 12737, 9226, 13229, 8842, 8543, 8492, 13554, 8435, 11941, 8448, 10644, 8890, 10242, 11990, 10754, 17172, 14999, 16854, 14991, 16090, 11584, 13616, 9179, 13434, 11504, 12517, 8757, 12313, 8321, 11709, 8253, 10396, 10134, 7904, 9454, 8840, 9515, 8232, 9981, 7906, 11441, 8977, 11652, 8423, 11906, 8898, 8816, 11782, 11195, 13911, 14383, 14822, 12278, 12810, 9720, 12063, 9886, 12628, 9897, 13963, 9726, 14148, 10077, 11620, 11200, 9258, 15063, 9513, 11190, 8998, 10532, 10433, 10026, 12476, 10196, 11305, 9837, 10265, 11888, 10165, 14183, 10231, 16650, 10107, 16629, 9820, 15663, 9899, 17345, 14061, 17311, 9414, 9871, 9297, 9929, 9385, 9632, 9225, 9790, 9166, 9707, 10078, 9619, 11103, 9817, 13569, 9883, 10636, 9798, 9849, 10489, 10443, 10222, 13977, 9471, 15183, 11031, 12310, 9736, 9120, 9894, 9577, 10476, 9638, 10197, 9733, 11473, 9558, 12041, 9597, 11988, 9616, 11095, 8862, 9850, 12895, 9644, 14946, 9391, 13789, 9571, 14321, 12250, 17815, 9689, 16060, 9592, 12020, 9554, 9667, 9788, 9860, 10384, 9882, 12177, 10245, 10900, 10049, 9891, 9945, 12383, 11254, 9361, 9690, 9710, 9954, 12317, 11501, 9534, 10157, 9713, 10083, 9754, 11436, 9609, 9748, 9541, 10843, 9600, 11795, 9733, 10505, 9128, 9924, 12104, 10832, 9293, 9899, 9419, 10228, 11513, 11491, 9756, 10240, 13526, 10153, 13879, 12147, 13105, 9925, 12414, 9855, 12838, 10461, 12448, 9801, 12109, 9565, 11281, 9674, 9521, 10760, 10003, 11505, 10110, 13374, 11122, 13474, 10137, 13177, 9971, 14133, 9990, 14009, 9766, 11630, 9631, 10997, 9393, 10975, 9461, 9941, 9385, 10016, 9530, 9931, 14519, 9548, 12796, 9570, 11781, 9507, 9949, 9379, 10084, 8572, 11237, 9452, 12041, 9128, 8908, 9652, 14030, 10571, 14443, 11759, 14620, 12407, 15073, 10585, 13273, 9785, 14619, 9563, 16426, 11092, 17378, 11239, 16701], 'WindowCenter': [4563.0, 4512.0, 4518.0, 4509.0, 4496.0, 4496.0, 4493.0, 4495.0, 4494.0, 4494.0, 4496.0, 4507.0, 4506.0, 4487.0, 4506.0, 4486.0, 4505.0, 4519.0, 4530.0, 4530.0, 4512.0, 4543.0, 4544.0, 4534.0, 4533.0, 4546.0, 4541.0, 4531.0, 4560.0, 4542.0, 4569.0, 4529.0, 4557.0, 4544.0, 4537.0, 4488.0, 4499.0, 4490.0, 4488.0, 4490.0, 4511.0, 4512.0, 4513.0, 4503.0, 4515.0, 4511.0, 4502.0, 4531.0, 4513.0, 4571.0, 4542.0, 4530.0, 4510.0, 4488.0, 4498.0, 4499.0, 4539.0, 4488.0, 4495.0, 4486.0, 4497.0, 4500.0, 4530.0, 4501.0, 4509.0, 4490.0, 4499.0, 4501.0, 4511.0, 4503.0, 4502.0, 4501.0, 4501.0, 4525.0, 4520.0, 4531.0, 4508.0, 4508.0, 4509.0, 4509.0, 4512.0, 4514.0, 4534.0, 4502.0, 4542.0, 4501.0, 4563.0, 4499.0, 4549.0, 4498.0, 4546.0, 4493.0, 4556.0, 4523.0, 4534.0, 4553.0, 4524.0, 4552.0, 4520.0, 4507.0, 4494.0, 4492.0, 4482.0, 4505.0, 4506.0, 4506.0, 4509.0, 4531.0, 4531.0, 4509.0, 4526.0, 4519.0, 4518.0, 4519.0, 4527.0, 4520.0, 4538.0, 4531.0, 4541.0, 4521.0, 4529.0, 4508.0, 4517.0, 4519.0, 4528.0, 4506.0, 4514.0, 4504.0, 4504.0, 4504.0, 4516.0, 4507.0, 4517.0, 4505.0, 4506.0, 4527.0, 4517.0, 4548.0, 4538.0, 4517.0, 4531.0, 4510.0, 4519.0, 4507.0, 4519.0, 4517.0, 4519.0, 4518.0, 4517.0, 4518.0, 4519.0, 4521.0, 4551.0, 4530.0, 4549.0, 4530.0, 4549.0, 4531.0, 4549.0, 4520.0, 4548.0, 4518.0, 4528.0, 4517.0, 4537.0, 4529.0, 4561.0, 4518.0, 4581.0, 4530.0, 4516.0, 4517.0, 4530.0, 4550.0, 4522.0, 4553.0, 4531.0, 4539.0, 4529.0, 4559.0, 4533.0, 4577.0, 4532.0, 4551.0, 4546.0, 4560.0, 4531.0, 4527.0, 4541.0, 4529.0, 4569.0, 4538.0, 4557.0, 4550.0, 4517.0, 4513.0, 4515.0, 4532.0, 4514.0, 4522.0, 4503.0, 4512.0, 4493.0, 4512.0, 4503.0, 4512.0, 4490.0, 4490.0, 4489.0, 4500.0, 4493.0, 4537.0, 4507.0, 4534.0, 4506.0, 4517.0, 4532.0, 4515.0, 4519.0, 4517.0, 4540.0, 4509.0, 4528.0, 4521.0, 4533.0, 4537.0, 4533.0, 4532.0, 4555.0, 4534.0, 4559.0, 4556.0, 4537.0, 4544.0, 4585.0, 4554.0, 4581.0, 4561.0, 4567.0, 4521.0, 4553.0, 4499.0, 4498.0, 4537.0, 4478.0, 4478.0, 4479.0, 4478.0, 4491.0, 4481.0, 4501.0, 4499.0, 4516.0, 4506.0, 4516.0, 4508.0, 4532.0, 4539.0, 4544.0, 4532.0, 4533.0, 4534.0, 4535.0, 4545.0, 4535.0, 4564.0, 4554.0, 4561.0, 4544.0, 4542.0, 4534.0, 4582.0, 4571.0, 4568.0, 4531.0, 4560.0, 4551.0, 4568.0, 4516.0, 4546.0, 4516.0, 4496.0, 4515.0, 4497.0, 4520.0, 4520.0, 4520.0, 4510.0, 4541.0, 4543.0, 4546.0, 4566.0, 4547.0, 4554.0, 4536.0, 4542.0, 4522.0, 4540.0, 4520.0, 4560.0, 4531.0, 4570.0, 4520.0, 4550.0, 4521.0, 4552.0, 4522.0, 4579.0, 4508.0, 4547.0, 4506.0, 4548.0, 4520.0, 4568.0, 4529.0, 4569.0, 4519.0, 4506.0, 4508.0, 4518.0, 4531.0, 4520.0, 4531.0, 4533.0, 4543.0, 4530.0, 4531.0, 4519.0, 4539.0, 4529.0, 4551.0, 4537.0, 4560.0, 4507.0, 4529.0, 4517.0, 4551.0, 4520.0, 4549.0, 4520.0, 4548.0, 4521.0, 4530.0, 4521.0, 4540.0, 4521.0, 4549.0, 4519.0, 4557.0, 4528.0, 4536.0, 4507.0, 4534.0, 4507.0, 4535.0, 4517.0, 4527.0, 4531.0, 4530.0, 4520.0, 4529.0, 4530.0, 4539.0, 4556.0, 4540.0, 4544.0, 4554.0, 4546.0, 4556.0, 4570.0, 4575.0, 4547.0, 4553.0, 4545.0, 4562.0, 4544.0, 4573.0, 4552.0, 4571.0, 4531.0, 4558.0, 4520.0, 4558.0, 4539.0, 4580.0, 4563.0, 4550.0, 4518.0, 4517.0, 4529.0, 4530.0, 4541.0, 4532.0, 4555.0, 4533.0, 4532.0, 4550.0, 4532.0, 4571.0, 4541.0, 4560.0, 4520.0, 4551.0, 4520.0, 4569.0, 4539.0, 4550.0, 4531.0, 4530.0, 4528.0, 4527.0, 4539.0, 4530.0, 4541.0, 4550.0, 4556.0, 4531.0, 4520.0, 4543.0, 4533.0, 4569.0, 4528.0, 4555.0, 4516.0, 4534.0, 4494.0, 4522.0, 4501.0, 4511.0, 4492.0, 4503.0, 4493.0, 4502.0, 4493.0, 4516.0, 4517.0, 4528.0, 4531.0, 4520.0, 4530.0, 4540.0, 4542.0, 4542.0, 4535.0, 4543.0, 4547.0, 4525.0, 4547.0, 4543.0, 4544.0, 4551.0, 4533.0, 4562.0, 4544.0, 4572.0, 4553.0, 4541.0, 4521.0, 4537.0, 4519.0, 4538.0, 4509.0, 4557.0, 4530.0, 4536.0, 4506.0, 4507.0, 4507.0, 4507.0, 4497.0, 4519.0, 4549.0, 4509.0, 4538.0, 4520.0, 4536.0, 4507.0, 4547.0, 4505.0, 4539.0, 4525.0, 4505.0, 4544.0, 4506.0, 4544.0, 4516.0, 4495.0, 4507.0, 4516.0, 4521.0, 4518.0, 4530.0, 4546.0, 4553.0, 4532.0, 4532.0, 4533.0, 4521.0, 4514.0, 4533.0, 4554.0, 4534.0, 4573.0, 4562.0, 4570.0, 4539.0, 4568.0, 4507.0, 4565.0, 4494.0, 4514.0, 4493.0, 4505.0, 4508.0, 4517.0, 4517.0, 4518.0, 4520.0, 4519.0, 4520.0, 4531.0, 4532.0, 4543.0, 4532.0, 4533.0, 4533.0, 4546.0, 4524.0, 4555.0, 4521.0, 4521.0, 4520.0, 4520.0, 4560.0, 4531.0, 4559.0, 4520.0, 4508.0, 4518.0, 4510.0, 4521.0, 4502.0, 4514.0, 4502.0, 4524.0, 4524.0, 4554.0, 4524.0, 4561.0, 4542.0, 4573.0, 4543.0, 4572.0, 4541.0, 4570.0, 4541.0, 4578.0, 4558.0, 4565.0, 4547.0, 4578.0, 4549.0, 4536.0, 4512.0, 4471.0, 4492.0, 4473.0, 4523.0, 4496.0, 4553.0, 4528.0, 4556.0, 4527.0, 4556.0, 4517.0, 4553.0, 4526.0, 4547.0, 4514.0, 4483.0, 4503.0, 4483.0, 4514.0, 4495.0, 4526.0, 4511.0, 4536.0, 4496.0, 4535.0, 4485.0, 4522.0, 4483.0, 4513.0, 4482.0, 4515.0, 4485.0, 4525.0, 4498.0, 4506.0, 4498.0, 4530.0, 4489.0, 4489.0, 4553.0, 4501.0, 4549.0, 4501.0, 4500.0, 4514.0, 4571.0, 4499.0, 4538.0, 4498.0, 4530.0, 4511.0, 4531.0, 4541.0, 4530.0, 4578.0, 4557.0, 4554.0, 4555.0, 4542.0, 4513.0, 4530.0, 4482.0, 4534.0, 4524.0, 4522.0, 4484.0, 4521.0, 4473.0, 4523.0, 4474.0, 4503.0, 4503.0, 4473.0, 4495.0, 4484.0, 4506.0, 4486.0, 4505.0, 4492.0, 4527.0, 4498.0, 4527.0, 4501.0, 4540.0, 4512.0, 4511.0, 4542.0, 4542.0, 4561.0, 4547.0, 4559.0, 4539.0, 4529.0, 4483.0, 4515.0, 4494.0, 4513.0, 4495.0, 4533.0, 4495.0, 4548.0, 4510.0, 4529.0, 4507.0, 4483.0, 4533.0, 4485.0, 4502.0, 4473.0, 4504.0, 4517.0, 4509.0, 4540.0, 4530.0, 4528.0, 4521.0, 4518.0, 4540.0, 4518.0, 4534.0, 4503.0, 4554.0, 4494.0, 4542.0, 4495.0, 4554.0, 4505.0, 4553.0, 4534.0, 4552.0, 4484.0, 4493.0, 4483.0, 4490.0, 4494.0, 4509.0, 4510.0, 4520.0, 4510.0, 4520.0, 4521.0, 4522.0, 4539.0, 4523.0, 4561.0, 4521.0, 4533.0, 4522.0, 4518.0, 4519.0, 4517.0, 4508.0, 4548.0, 4497.0, 4558.0, 4518.0, 4526.0, 4509.0, 4509.0, 4509.0, 4508.0, 4531.0, 4509.0, 4519.0, 4510.0, 4538.0, 4521.0, 4539.0, 4522.0, 4539.0, 4521.0, 4532.0, 4510.0, 4522.0, 4564.0, 4521.0, 4573.0, 4512.0, 4548.0, 4508.0, 4559.0, 4539.0, 4580.0, 4509.0, 4568.0, 4507.0, 4535.0, 4507.0, 4508.0, 4508.0, 4518.0, 4517.0, 4532.0, 4551.0, 4544.0, 4542.0, 4533.0, 4521.0, 4535.0, 4563.0, 4544.0, 4512.0, 4520.0, 4508.0, 4520.0, 4551.0, 4539.0, 4508.0, 4517.0, 4506.0, 4531.0, 4521.0, 4541.0, 4520.0, 4520.0, 4518.0, 4541.0, 4533.0, 4552.0, 4519.0, 4531.0, 4508.0, 4521.0, 4549.0, 4529.0, 4508.0, 4520.0, 4508.0, 4531.0, 4541.0, 4540.0, 4520.0, 4530.0, 4549.0, 4529.0, 4560.0, 4540.0, 4548.0, 4519.0, 4536.0, 4519.0, 4550.0, 4530.0, 4548.0, 4532.0, 4551.0, 4533.0, 4551.0, 4534.0, 4533.0, 4555.0, 4531.0, 4551.0, 4533.0, 4561.0, 4544.0, 4562.0, 4531.0, 4551.0, 4532.0, 4561.0, 4518.0, 4559.0, 4516.0, 4536.0, 4504.0, 4514.0, 4493.0, 4515.0, 4505.0, 4517.0, 4507.0, 4518.0, 4516.0, 4519.0, 4567.0, 4516.0, 4546.0, 4506.0, 4536.0, 4518.0, 4517.0, 4532.0, 4543.0, 4511.0, 4540.0, 4522.0, 4551.0, 4535.0, 4522.0, 4534.0, 4573.0, 4541.0, 4572.0, 4551.0, 4572.0, 4563.0, 4583.0, 4543.0, 4559.0, 4519.0, 4558.0, 4509.0, 4567.0, 4515.0, 4556.0, 4515.0, 4555.0], 'WindowWidth': [10010.0, 9936.0, 9938.0, 9925.0, 9903.0, 9902.0, 9893.0, 9896.0, 9893.0, 9896.0, 9905.0, 9921.0, 9913.0, 9892.0, 9914.0, 9887.0, 9913.0, 9939.0, 9957.0, 9957.0, 9934.0, 9981.0, 9981.0, 9967.0, 9965.0, 9988.0, 9972.0, 9960.0, 9997.0, 9974.0, 10007.0, 9951.0, 9985.0, 9980.0, 9958.0, 9892.0, 9908.0, 9900.0, 9892.0, 9898.0, 9928.0, 9933.0, 9934.0, 9921.0, 9939.0, 9930.0, 9917.0, 9955.0, 9935.0, 10011.0, 9973.0, 9953.0, 9924.0, 9894.0, 9905.0, 9912.0, 9965.0, 9893.0, 9900.0, 9890.0, 9905.0, 9917.0, 9955.0, 9917.0, 9923.0, 9901.0, 9911.0, 9917.0, 9933.0, 9922.0, 9919.0, 9918.0, 9919.0, 9957.0, 9944.0, 9958.0, 9920.0, 9919.0, 9924.0, 9926.0, 9939.0, 9942.0, 9970.0, 9923.0, 9976.0, 9918.0, 10001.0, 9911.0, 9977.0, 9906.0, 9969.0, 9892.0, 9981.0, 9930.0, 9949.0, 9972.0, 9935.0, 9972.0, 9941.0, 9921.0, 9897.0, 9889.0, 9878.0, 9915.0, 9916.0, 9915.0, 9926.0, 9958.0, 9957.0, 9921.0, 9942.0, 9938.0, 9936.0, 9939.0, 9949.0, 9944.0, 9965.0, 9960.0, 9971.0, 9948.0, 9954.0, 9923.0, 9934.0, 9940.0, 9949.0, 9916.0, 9925.0, 9911.0, 9911.0, 9912.0, 9930.0, 9918.0, 9933.0, 9915.0, 9917.0, 9948.0, 9935.0, 9977.0, 9963.0, 9934.0, 9963.0, 9928.0, 9942.0, 9922.0, 9942.0, 9938.0, 9943.0, 9939.0, 9937.0, 9940.0, 9941.0, 9949.0, 9986.0, 9958.0, 9983.0, 9960.0, 9982.0, 9960.0, 9983.0, 9942.0, 9977.0, 9936.0, 9950.0, 9933.0, 9963.0, 9955.0, 10000.0, 9938.0, 10026.0, 9958.0, 9935.0, 9936.0, 9957.0, 9985.0, 9950.0, 9992.0, 9962.0, 9968.0, 9956.0, 9997.0, 9967.0, 10033.0, 9965.0, 9990.0, 9991.0, 9997.0, 9960.0, 9948.0, 9975.0, 9956.0, 10007.0, 9962.0, 9986.0, 9983.0, 9935.0, 9922.0, 9926.0, 9945.0, 9924.0, 9933.0, 9908.0, 9917.0, 9891.0, 9918.0, 9909.0, 9917.0, 9885.0, 9884.0, 9883.0, 9898.0, 9895.0, 9960.0, 9919.0, 9951.0, 9918.0, 9933.0, 9964.0, 9931.0, 9941.0, 9936.0, 9968.0, 9922.0, 9944.0, 9941.0, 9960.0, 9975.0, 9964.0, 9962.0, 9998.0, 9968.0, 10012.0, 9999.0, 9975.0, 9978.0, 10039.0, 9993.0, 10026.0, 9998.0, 10000.0, 9925.0, 9971.0, 9887.0, 9885.0, 9937.0, 9858.0, 9857.0, 9863.0, 9861.0, 9883.0, 9869.0, 9897.0, 9907.0, 9928.0, 9918.0, 9928.0, 9921.0, 9959.0, 9963.0, 9977.0, 9959.0, 9965.0, 9964.0, 9969.0, 9980.0, 9967.0, 10006.0, 9992.0, 9997.0, 9976.0, 9970.0, 9964.0, 10029.0, 10012.0, 10004.0, 9953.0, 9991.0, 9982.0, 10002.0, 9929.0, 9968.0, 9927.0, 9901.0, 9924.0, 9905.0, 9939.0, 9939.0, 9940.0, 9927.0, 9972.0, 9978.0, 9987.0, 10011.0, 9988.0, 9993.0, 9973.0, 9973.0, 9946.0, 9966.0, 9942.0, 9996.0, 9957.0, 10007.0, 9941.0, 9979.0, 9943.0, 9987.0, 9946.0, 10019.0, 9920.0, 9972.0, 9915.0, 9975.0, 9941.0, 10002.0, 9949.0, 10005.0, 9936.0, 9916.0, 9920.0, 9937.0, 9959.0, 9942.0, 9959.0, 9966.0, 9980.0, 9957.0, 9957.0, 9938.0, 9964.0, 9954.0, 9983.0, 9957.0, 9995.0, 9918.0, 9952.0, 9935.0, 9986.0, 9941.0, 9979.0, 9942.0, 9977.0, 9944.0, 9955.0, 9947.0, 9969.0, 9945.0, 9977.0, 9939.0, 9987.0, 9949.0, 9956.0, 9917.0, 9950.0, 9917.0, 9953.0, 9932.0, 9946.0, 9961.0, 9954.0, 9945.0, 9955.0, 9957.0, 9966.0, 10002.0, 9971.0, 9980.0, 9994.0, 9988.0, 10002.0, 10029.0, 10027.0, 9989.0, 9993.0, 9984.0, 10003.0, 9980.0, 10021.0, 9990.0, 10015.0, 9958.0, 9992.0, 9941.0, 9991.0, 9969.0, 10025.0, 10007.0, 9985.0, 9935.0, 9934.0, 9955.0, 9957.0, 9976.0, 9963.0, 9999.0, 9965.0, 9962.0, 9983.0, 9962.0, 10013.0, 9972.0, 9995.0, 9941.0, 9986.0, 9940.0, 10006.0, 9963.0, 9981.0, 9959.0, 9957.0, 9956.0, 9950.0, 9971.0, 9958.0, 9975.0, 9987.0, 10003.0, 9958.0, 9942.0, 9981.0, 9965.0, 10009.0, 9948.0, 9982.0, 9928.0, 9950.0, 9895.0, 9932.0, 9902.0, 9913.0, 9889.0, 9906.0, 9894.0, 9905.0, 9895.0, 9932.0, 9932.0, 9951.0, 9960.0, 9945.0, 9958.0, 9971.0, 9977.0, 9975.0, 9968.0, 9976.0, 9988.0, 9958.0, 9989.0, 9978.0, 9981.0, 9985.0, 9962.0, 10000.0, 9976.0, 10012.0, 9989.0, 9968.0, 9943.0, 9957.0, 9936.0, 9959.0, 9924.0, 9986.0, 9949.0, 9954.0, 9916.0, 9918.0, 9918.0, 9918.0, 9904.0, 9939.0, 9978.0, 9924.0, 9963.0, 9941.0, 9959.0, 9918.0, 9970.0, 9910.0, 9964.0, 9939.0, 9911.0, 9962.0, 9916.0, 9964.0, 9926.0, 9899.0, 9917.0, 9930.0, 9945.0, 9935.0, 9954.0, 9986.0, 9992.0, 9963.0, 9960.0, 9965.0, 9947.0, 9940.0, 9963.0, 9993.0, 9967.0, 10018.0, 10001.0, 10007.0, 9963.0, 10002.0, 9917.0, 9996.0, 9894.0, 9920.0, 9890.0, 9911.0, 9922.0, 9930.0, 9933.0, 9937.0, 9941.0, 9940.0, 9943.0, 9958.0, 9963.0, 9979.0, 9961.0, 9964.0, 9964.0, 9984.0, 9954.0, 9994.0, 9942.0, 9942.0, 9938.0, 9938.0, 9994.0, 9955.0, 9990.0, 9940.0, 9921.0, 9936.0, 9927.0, 9943.0, 9920.0, 9935.0, 9917.0, 9951.0, 9955.0, 9994.0, 9953.0, 9999.0, 9975.0, 10018.0, 9978.0, 10014.0, 9969.0, 10008.0, 9967.0, 10017.0, 9986.0, 9993.0, 9971.0, 10016.0, 9972.0, 9947.0, 9909.0, 9854.0, 9884.0, 9866.0, 9935.0, 9903.0, 9976.0, 9947.0, 9982.0, 9945.0, 9984.0, 9931.0, 9975.0, 9941.0, 9973.0, 9924.0, 9880.0, 9908.0, 9879.0, 9921.0, 9897.0, 9942.0, 9935.0, 9959.0, 9905.0, 9953.0, 9884.0, 9930.0, 9879.0, 9918.0, 9876.0, 9924.0, 9884.0, 9937.0, 9905.0, 9914.0, 9907.0, 9954.0, 9895.0, 9893.0, 9984.0, 9909.0, 9970.0, 9912.0, 9911.0, 9940.0, 10014.0, 9912.0, 9962.0, 9908.0, 9955.0, 9930.0, 9958.0, 9971.0, 9954.0, 10017.0, 9985.0, 9978.0, 9979.0, 9957.0, 9916.0, 9936.0, 9876.0, 9948.0, 9935.0, 9929.0, 9880.0, 9926.0, 9864.0, 9932.0, 9868.0, 9904.0, 9904.0, 9864.0, 9896.0, 9880.0, 9913.0, 9886.0, 9911.0, 9904.0, 9943.0, 9902.0, 9940.0, 9916.0, 9965.0, 9934.0, 9929.0, 9971.0, 9973.0, 9996.0, 9969.0, 9990.0, 9961.0, 9943.0, 9875.0, 9918.0, 9890.0, 9912.0, 9891.0, 9940.0, 9893.0, 9969.0, 9922.0, 9945.0, 9910.0, 9871.0, 9940.0, 9878.0, 9899.0, 9861.0, 9907.0, 9930.0, 9922.0, 9965.0, 9957.0, 9949.0, 9940.0, 9934.0, 9965.0, 9931.0, 9949.0, 9903.0, 9976.0, 9890.0, 9957.0, 9896.0, 9978.0, 9910.0, 9972.0, 9945.0, 9969.0, 9877.0, 9890.0, 9875.0, 9883.0, 9895.0, 9922.0, 9928.0, 9937.0, 9925.0, 9939.0, 9943.0, 9944.0, 9963.0, 9947.0, 9997.0, 9946.0, 9963.0, 9945.0, 9933.0, 9936.0, 9928.0, 9918.0, 9971.0, 9902.0, 9986.0, 9932.0, 9939.0, 9919.0, 9921.0, 9922.0, 9919.0, 9956.0, 9923.0, 9936.0, 9925.0, 9962.0, 9943.0, 9963.0, 9943.0, 9964.0, 9945.0, 9958.0, 9926.0, 9945.0, 10005.0, 9944.0, 10018.0, 9933.0, 9975.0, 9922.0, 9990.0, 9965.0, 10021.0, 9923.0, 10002.0, 9919.0, 9953.0, 9918.0, 9919.0, 9921.0, 9936.0, 9934.0, 9961.0, 9985.0, 9982.0, 9977.0, 9964.0, 9945.0, 9969.0, 10006.0, 9980.0, 9931.0, 9941.0, 9920.0, 9941.0, 9983.0, 9965.0, 9920.0, 9934.0, 9917.0, 9957.0, 9943.0, 9969.0, 9940.0, 9940.0, 9936.0, 9973.0, 9964.0, 9989.0, 9939.0, 9958.0, 9922.0, 9944.0, 9980.0, 9953.0, 9924.0, 9942.0, 9923.0, 9957.0, 9971.0, 9970.0, 9942.0, 9954.0, 9977.0, 9950.0, 9993.0, 9968.0, 9975.0, 9938.0, 9956.0, 9939.0, 9981.0, 9955.0, 9976.0, 9960.0, 9985.0, 9967.0, 9990.0, 9967.0, 9968.0, 9998.0, 9962.0, 9987.0, 9964.0, 10000.0, 9980.0, 10000.0, 9959.0, 9984.0, 9961.0, 10000.0, 9936.0, 9992.0, 9933.0, 9957.0, 9908.0, 9924.0, 9895.0, 9926.0, 9914.0, 9935.0, 9919.0, 9936.0, 9933.0, 9940.0, 10001.0, 9933.0, 9971.0, 9918.0, 9959.0, 9936.0, 9934.0, 9965.0, 9978.0, 9928.0, 9969.0, 9946.0, 9981.0, 9972.0, 9951.0, 9972.0, 10020.0, 9973.0, 10013.0, 9985.0, 10013.0, 10008.0, 10034.0, 9978.0, 9994.0, 9937.0, 9990.0, 9922.0, 10004.0, 9925.0, 9985.0, 9923.0, 9978.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.00868684633027523</td></tr>
<tr><td colspan=3>aqi</td><td>0.05866364403669724</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.1970904598278</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2274886995522392</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1225580747301946</td></tr>
<tr><td colspan=3>efc</td><td>0.499</td></tr>
<tr><td colspan=3>fber</td><td>3604.7078</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14613785496718987</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>173</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.839449541284402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.832316078263456</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.771458297559649</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.056441836219657</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6690481010110627</td></tr>
<tr><td colspan=3>gcor</td><td>0.00864032</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017546825110912323</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02567436173558235</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.698487394717427</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>27.2406</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.0271</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.2837</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295153.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>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.47</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9775</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.0702</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3648.4133</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.2898</td></tr>
<tr><td colspan=3>tsnr</td><td>26.389500380959362</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>