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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-03/func/sub-0126_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>89d42228792131d53a306e46fe38f380</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:34:45.220000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999965, 0.00178383, 0.00822859, -0.00279247, 0.992248, 0.124246]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114849</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7817, -7218, 26, -85, -149, -31, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>df1fbf53-b78e-4ff9-ab06-8a0547e0254a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828317642211914, -0.007491999305784702, 0.02144654653966427, 115.59239959716797], [-0.004785897675901651, 2.6621274948120117, 0.3355138599872589, -90.55131530761719], [0.02207670919597149, -0.33334246277809143, 2.6789867877960205, -57.74661636352539], [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': ['173445.220000', '173445.680000', '173446.140000', '173446.600000', '173447.060000', '173447.520000', '173447.980000', '173448.440000', '173448.900000', '173449.360000', '173449.820000', '173450.280000', '173450.740000', '173451.200000', '173451.660000', '173452.120000', '173452.580000', '173453.040000', '173453.500000', '173453.960000', '173454.420000', '173454.880000', '173455.340000', '173455.800000', '173456.260000', '173456.720000', '173457.180000', '173457.640000', '173458.100000', '173458.560000', '173459.020000', '173459.480000', '173459.940000', '173500.400000', '173500.860000', '173501.320000', '173501.780000', '173502.240000', '173502.700000', '173503.160000', '173503.620000', '173504.080000', '173504.540000', '173505.000000', '173505.460000', '173505.920000', '173506.380000', '173506.840000', '173507.300000', '173507.760000', '173508.220000', '173508.680000', '173509.140000', '173509.600000', '173510.060000', '173510.520000', '173510.980000', '173511.440000', '173511.900000', '173512.360000', '173512.820000', '173513.280000', '173513.740000', '173514.200000', '173514.660000', '173515.120000', '173515.580000', '173516.040000', '173516.500000', '173516.960000', '173517.420000', '173517.880000', '173518.340000', '173518.800000', '173519.260000', '173519.720000', '173520.180000', '173520.640000', '173521.100000', '173521.560000', '173522.020000', '173522.480000', '173522.940000', '173523.400000', '173523.860000', '173524.320000', '173524.780000', '173525.240000', '173525.700000', '173526.160000', '173526.620000', '173527.080000', '173527.540000', '173528.000000', '173528.460000', '173528.920000', '173529.380000', '173529.840000', '173530.300000', '173530.760000', '173531.220000', '173531.680000', '173532.140000', '173532.600000', '173533.060000', '173533.520000', '173533.980000', '173534.440000', '173534.900000', '173535.360000', '173535.820000', '173536.280000', '173536.740000', '173537.200000', '173537.660000', '173538.120000', '173538.580000', '173539.040000', '173539.500000', '173539.960000', '173540.420000', '173540.880000', '173541.340000', '173541.800000', '173542.260000', '173542.720000', '173543.180000', '173543.640000', '173544.100000', '173544.560000', '173545.020000', '173545.480000', '173545.940000', '173546.400000', '173546.860000', '173547.320000', '173547.780000', '173548.240000', '173548.700000', '173549.160000', '173549.620000', '173550.080000', '173550.540000', '173551.000000', '173551.460000', '173551.920000', '173552.380000', '173552.840000', '173553.300000', '173553.760000', '173554.220000', '173554.680000', '173555.140000', '173555.600000', '173556.060000', '173556.520000', '173556.980000', '173557.440000', '173557.900000', '173558.360000', '173558.820000', '173559.280000', '173559.740000', '173600.200000', '173600.660000', '173601.120000', '173601.580000', '173602.040000', '173602.500000', '173602.960000', '173603.420000', '173603.880000', '173604.340000', '173604.800000', '173605.260000', '173605.720000', '173606.180000', '173606.640000', '173607.100000', '173607.560000', '173608.020000', '173608.480000', '173608.940000', '173609.400000', '173609.860000', '173610.320000', '173610.780000', '173611.240000', '173611.700000', '173612.160000', '173612.620000', '173613.080000', '173613.540000', '173614.000000', '173614.460000', '173614.920000', '173615.380000', '173615.840000', '173616.300000', '173616.760000', '173617.220000', '173617.680000', '173618.140000', '173618.600000', '173619.060000', '173619.520000', '173619.980000', '173620.440000', '173620.900000', '173621.360000', '173621.820000', '173622.280000', '173622.740000', '173623.200000', '173623.660000', '173624.120000', '173624.580000', '173625.040000', '173625.500000', '173625.960000', '173626.420000', '173626.880000', '173627.340000', '173627.800000', '173628.260000', '173628.720000', '173629.180000', '173629.640000', '173630.100000', '173630.560000', '173631.020000', '173631.480000', '173631.940000', '173632.400000', '173632.860000', '173633.320000', '173633.780000', '173634.240000', '173634.700000', '173635.160000', '173635.620000', '173636.080000', '173636.540000', '173637.000000', '173637.460000', '173637.920000', '173638.380000', '173638.840000', '173639.300000', '173639.760000', '173640.220000', '173640.680000', '173641.140000', '173641.600000', '173642.060000', '173642.520000', '173642.980000', '173643.440000', '173643.900000', '173644.360000', '173644.820000', '173645.280000', '173645.740000', '173646.200000', '173646.660000', '173647.120000', '173647.580000', '173648.040000', '173648.500000', '173648.960000', '173649.420000', '173649.880000', '173650.340000', '173650.800000', '173651.260000', '173651.720000', '173652.180000', '173652.640000', '173653.100000', '173653.560000', '173654.020000', '173654.480000', '173654.940000', '173655.400000', '173655.860000', '173656.320000', '173656.780000', '173657.240000', '173657.700000', '173658.160000', '173658.620000', '173659.080000', '173659.540000', '173700.000000', '173700.460000', '173700.920000', '173701.380000', '173701.840000', '173702.300000', '173702.760000', '173703.220000', '173703.680000', '173704.140000', '173704.600000', '173705.060000', '173705.520000', '173705.980000', '173706.440000', '173706.900000', '173707.360000', '173707.820000', '173708.280000', '173708.740000', '173709.200000', '173709.660000', '173710.120000', '173710.580000', '173711.040000', '173711.500000', '173711.960000', '173712.420000', '173712.880000', '173713.340000', '173713.800000', '173714.260000', '173714.720000', '173715.180000', '173715.640000', '173716.100000', '173716.560000', '173717.020000', '173717.480000', '173717.940000', '173718.400000', '173718.860000', '173719.320000', '173719.780000', '173720.240000', '173720.700000', '173721.160000', '173721.620000', '173722.080000', '173722.540000', '173723.000000', '173723.460000', '173723.920000', '173724.380000', '173724.840000', '173725.300000', '173725.760000', '173726.220000', '173726.680000', '173727.140000', '173727.600000', '173728.060000', '173728.520000', '173728.980000', '173729.440000', '173729.900000', '173730.360000', '173730.820000', '173731.280000', '173731.740000', '173732.200000', '173732.660000', '173733.120000', '173733.580000', '173734.040000', '173734.500000', '173734.960000', '173735.420000', '173735.880000', '173736.340000', '173736.800000', '173737.260000', '173737.720000', '173738.180000', '173738.640000', '173739.100000', '173739.560000', '173740.020000', '173740.480000', '173740.940000', '173741.400000', '173741.860000', '173742.320000', '173742.780000', '173743.240000', '173743.700000', '173744.160000', '173744.620000', '173745.080000', '173745.540000', '173746.000000', '173746.460000', '173746.920000', '173747.380000', '173747.840000', '173748.300000', '173748.760000', '173749.220000', '173749.680000', '173750.140000', '173750.600000', '173751.060000', '173751.520000', '173751.980000', '173752.440000', '173752.900000', '173753.360000', '173753.820000', '173754.280000', '173754.740000', '173755.200000', '173755.660000', '173756.120000', '173756.580000', '173757.040000', '173757.500000', '173757.960000', '173758.420000', '173758.880000', '173759.340000', '173759.800000', '173800.260000', '173800.720000', '173801.180000', '173801.640000', '173802.100000', '173802.560000', '173803.020000', '173803.480000', '173803.940000', '173804.400000', '173804.860000', '173805.320000', '173805.780000', '173806.240000', '173806.700000', '173807.160000', '173807.620000', '173808.080000', '173808.540000', '173809.000000', '173809.460000', '173809.920000', '173810.380000', '173810.840000', '173811.300000', '173811.760000', '173812.220000', '173812.680000', '173813.140000', '173813.600000', '173814.060000', '173814.520000', '173814.980000', '173815.440000', '173815.900000', '173816.360000', '173816.820000', '173817.280000', '173817.740000', '173818.200000', '173818.660000', '173819.120000', '173819.580000', '173820.040000', '173820.500000', '173820.960000', '173821.420000', '173821.880000', '173822.340000', '173822.800000', '173823.260000', '173823.720000', '173824.180000', '173824.640000', '173825.100000', '173825.560000', '173826.020000', '173826.480000', '173826.940000', '173827.400000', '173827.860000', '173828.320000', '173828.780000', '173829.240000', '173829.700000', '173830.160000', '173830.620000', '173831.080000', '173831.540000', '173832.000000', '173832.460000', '173832.920000', '173833.380000', '173833.840000', '173834.300000', '173834.760000', '173835.220000', '173835.680000', '173836.140000', '173836.600000', '173837.060000', '173837.520000', '173837.980000', '173838.440000', '173838.900000', '173839.360000', '173839.820000', '173840.280000', '173840.740000', '173841.200000', '173841.660000', '173842.120000', '173842.580000', '173843.040000', '173843.500000', '173843.960000', '173844.420000', '173844.880000', '173845.340000', '173845.800000', '173846.260000', '173846.720000', '173847.180000', '173847.640000', '173848.100000', '173848.560000', '173849.020000', '173849.480000', '173849.940000', '173850.400000', '173850.860000', '173851.320000', '173851.780000', '173852.240000', '173852.700000', '173853.160000', '173853.620000', '173854.080000', '173854.540000', '173855.000000', '173855.460000', '173855.920000', '173856.380000', '173856.840000', '173857.300000', '173857.760000', '173858.220000', '173858.680000', '173859.140000', '173859.600000', '173900.060000', '173900.520000', '173900.980000', '173901.440000', '173901.900000', '173902.360000', '173902.820000', '173903.280000', '173903.740000', '173904.200000', '173904.660000', '173905.120000', '173905.580000', '173906.040000', '173906.500000', '173906.960000', '173907.420000', '173907.880000', '173908.340000', '173908.800000', '173909.260000', '173909.720000', '173910.180000', '173910.640000', '173911.100000', '173911.560000', '173912.020000', '173912.480000', '173912.940000', '173913.400000', '173913.860000', '173914.320000', '173914.780000', '173915.240000', '173915.700000', '173916.160000', '173916.620000', '173917.080000', '173917.540000', '173918.000000', '173918.460000', '173918.920000', '173919.380000', '173919.840000', '173920.300000', '173920.760000', '173921.220000', '173921.680000', '173922.140000', '173922.600000', '173923.060000', '173923.520000', '173923.980000', '173924.440000', '173924.900000', '173925.360000', '173925.820000', '173926.280000', '173926.740000', '173927.200000', '173927.660000', '173928.120000', '173928.580000', '173929.040000', '173929.500000', '173929.960000', '173930.420000', '173930.880000', '173931.340000', '173931.800000', '173932.260000', '173932.720000', '173933.180000', '173933.640000', '173934.100000', '173934.560000', '173935.020000', '173935.480000', '173935.940000', '173936.400000', '173936.860000', '173937.320000', '173937.780000', '173938.240000', '173938.700000', '173939.160000', '173939.620000', '173940.080000', '173940.540000', '173941.000000', '173941.460000', '173941.920000', '173942.380000', '173942.840000', '173943.300000', '173943.760000', '173944.220000', '173944.680000', '173945.140000', '173945.600000', '173946.060000', '173946.520000', '173946.980000', '173947.440000', '173947.900000', '173948.360000', '173948.820000', '173949.280000', '173949.740000', '173950.200000', '173950.660000', '173951.120000', '173951.580000', '173952.040000', '173952.500000', '173952.960000', '173953.420000', '173953.880000', '173954.340000', '173954.800000', '173955.260000', '173955.720000', '173956.180000', '173956.640000', '173957.100000', '173957.560000', '173958.020000', '173958.480000', '173958.940000', '173959.400000', '173959.860000', '174000.320000', '174000.780000', '174001.240000', '174001.700000', '174002.160000', '174002.620000', '174003.080000', '174003.540000', '174004.000000', '174004.460000', '174004.920000', '174005.380000', '174005.840000', '174006.300000', '174006.760000', '174007.220000', '174007.680000', '174008.140000', '174008.600000', '174009.060000', '174009.520000', '174009.980000', '174010.440000', '174010.900000', '174011.360000', '174011.820000', '174012.280000', '174012.740000', '174013.200000', '174013.660000', '174014.120000', '174014.580000', '174015.040000', '174015.500000', '174015.960000', '174016.420000', '174016.880000', '174017.340000', '174017.800000', '174018.260000', '174018.720000', '174019.180000', '174019.640000', '174020.100000', '174020.560000', '174021.020000', '174021.480000', '174021.940000', '174022.400000', '174022.860000', '174023.320000', '174023.780000', '174024.240000', '174024.700000', '174025.160000', '174025.620000', '174026.080000', '174026.540000', '174027.000000', '174027.460000', '174027.920000', '174028.380000', '174028.840000', '174029.300000', '174029.760000', '174030.220000', '174030.680000', '174031.140000', '174031.600000', '174032.060000', '174032.520000', '174032.980000', '174033.440000', '174033.900000', '174034.360000', '174034.820000', '174035.280000', '174035.740000', '174036.200000', '174036.660000', '174037.120000', '174037.580000', '174038.040000', '174038.500000', '174038.960000', '174039.420000', '174039.880000', '174040.340000', '174040.800000', '174041.260000', '174041.720000', '174042.180000', '174042.640000', '174043.100000', '174043.560000', '174044.020000', '174044.480000', '174044.940000', '174045.400000', '174045.860000', '174046.320000', '174046.780000', '174047.240000', '174047.700000', '174048.160000', '174048.620000', '174049.080000', '174049.540000', '174050.000000', '174050.460000', '174050.920000', '174051.380000', '174051.840000', '174052.300000', '174052.760000', '174053.220000', '174053.680000', '174054.140000', '174054.600000', '174055.060000', '174055.520000', '174055.980000', '174056.440000', '174056.900000', '174057.360000', '174057.820000', '174058.280000', '174058.740000', '174059.200000', '174059.660000', '174100.120000', '174100.580000', '174101.040000', '174101.500000', '174101.960000', '174102.420000', '174102.880000', '174103.340000', '174103.800000', '174104.260000', '174104.720000', '174105.180000', '174105.640000', '174106.100000', '174106.560000', '174107.020000', '174107.480000', '174107.940000', '174108.400000', '174108.860000', '174109.320000', '174109.780000', '174110.240000', '174110.700000', '174111.160000', '174111.620000', '174112.080000', '174112.540000', '174113.000000', '174113.460000', '174113.920000', '174114.380000', '174114.840000', '174115.300000', '174115.760000', '174116.220000', '174116.680000', '174117.140000', '174117.600000', '174118.060000', '174118.520000', '174118.980000', '174119.440000', '174119.900000', '174120.360000', '174120.820000', '174121.280000', '174121.740000', '174122.200000', '174122.660000', '174123.120000', '174123.580000', '174124.040000', '174124.500000', '174124.960000', '174125.420000', '174125.880000'], 'ContentTime': ['173504.876000', '173504.879000', '173504.882000', '173504.885000', '173504.888000', '173504.890000', '173504.893000', '173504.895000', '173504.898000', '173504.900000', '173504.903000', '173504.905000', '173504.908000', '173504.910000', '173504.913000', '173504.916000', '173504.918000', '173504.925000', '173504.927000', '173504.930000', '173504.932000', '173504.935000', '173504.937000', '173504.940000', '173504.943000', '173504.945000', '173504.948000', '173504.950000', '173504.953000', '173504.955000', '173504.958000', '173504.960000', '173504.963000', '173504.965000', '173504.968000', '173504.970000', '173504.973000', '173504.976000', '173504.978000', '173504.981000', '173524.845000', '173524.848000', '173524.851000', '173524.854000', '173524.856000', '173524.859000', '173524.861000', '173524.864000', '173524.866000', '173524.869000', '173524.871000', '173524.874000', '173524.877000', '173524.879000', '173524.882000', '173524.884000', '173524.887000', '173524.889000', '173524.892000', '173524.894000', '173524.897000', '173524.899000', '173524.902000', '173524.904000', '173524.907000', '173524.909000', '173524.912000', '173524.915000', '173524.917000', '173524.920000', '173524.922000', '173524.925000', '173524.927000', '173524.930000', '173524.933000', '173524.935000', '173524.938000', '173524.940000', '173524.943000', '173524.945000', '173524.948000', '173524.950000', '173524.953000', '173524.955000', '173544.845000', '173544.848000', '173544.851000', '173544.853000', '173544.856000', '173544.859000', '173544.861000', '173544.864000', '173544.866000', '173544.869000', '173544.871000', '173544.874000', '173544.876000', '173544.879000', '173544.882000', '173544.884000', '173544.887000', '173544.889000', '173544.892000', '173544.894000', '173544.897000', '173544.899000', '173544.902000', '173544.904000', '173544.907000', '173544.909000', '173544.912000', '173544.915000', '173544.917000', '173544.920000', '173544.922000', '173544.925000', '173544.927000', '173544.930000', '173544.933000', '173544.936000', '173544.938000', '173544.941000', '173544.943000', '173544.946000', '173544.948000', '173544.951000', '173544.954000', '173604.845000', '173604.847000', '173604.850000', '173604.853000', '173604.855000', '173604.858000', '173604.860000', '173604.863000', '173604.865000', '173604.868000', '173604.870000', '173604.873000', '173604.876000', '173604.878000', '173604.881000', '173604.883000', '173604.886000', '173604.888000', '173604.891000', '173604.894000', '173604.896000', '173604.899000', '173604.901000', '173604.904000', '173604.906000', '173604.909000', '173604.911000', '173604.914000', '173604.917000', '173604.919000', '173604.922000', '173604.924000', '173604.927000', '173604.930000', '173604.932000', '173604.935000', '173604.937000', '173604.940000', '173604.942000', '173604.945000', '173604.947000', '173604.951000', '173604.954000', '173604.956000', '173624.844000', '173624.847000', '173624.850000', '173624.852000', '173624.855000', '173624.857000', '173624.860000', '173624.862000', '173624.865000', '173624.868000', '173624.870000', '173624.873000', '173624.875000', '173624.878000', '173624.880000', '173624.883000', '173624.886000', '173624.888000', '173624.891000', '173624.893000', '173624.896000', '173624.898000', '173624.901000', '173624.903000', '173624.906000', '173624.908000', '173624.911000', '173624.914000', '173624.916000', '173624.923000', '173624.926000', '173624.928000', '173624.931000', '173624.934000', '173624.936000', '173624.939000', '173624.942000', '173624.945000', '173624.947000', '173624.950000', '173624.952000', '173624.955000', '173624.957000', '173644.845000', '173644.848000', '173644.851000', '173644.853000', '173644.856000', '173644.858000', '173644.861000', '173644.863000', '173644.866000', '173644.869000', '173644.871000', '173644.874000', '173644.906000', '173644.909000', '173644.911000', '173644.914000', '173644.917000', '173644.919000', '173644.922000', '173644.924000', '173644.927000', '173644.929000', '173644.932000', '173644.934000', '173644.937000', '173644.940000', '173644.942000', '173644.945000', '173644.947000', '173644.950000', '173644.953000', '173644.955000', '173644.958000', '173644.960000', '173644.963000', '173644.965000', '173644.968000', '173644.970000', '173644.973000', '173644.975000', '173644.978000', '173644.981000', '173644.983000', '173644.986000', '173704.846000', '173704.848000', '173704.851000', '173704.853000', '173704.856000', '173704.859000', '173704.861000', '173704.864000', '173704.866000', '173704.869000', '173704.871000', '173704.874000', '173704.876000', '173704.879000', '173704.881000', '173704.884000', '173704.887000', '173704.889000', '173704.892000', '173704.894000', '173704.897000', '173704.899000', '173704.902000', '173704.904000', '173704.907000', '173704.910000', '173704.912000', '173704.915000', '173704.917000', '173704.920000', '173704.922000', '173704.925000', '173704.927000', '173704.930000', '173704.933000', '173704.935000', '173704.938000', '173704.940000', '173704.943000', '173704.945000', '173704.948000', '173704.951000', '173704.953000', '173724.845000', '173724.848000', '173724.851000', '173724.854000', '173724.856000', '173724.859000', '173724.861000', '173724.864000', '173724.866000', '173724.869000', '173724.872000', '173724.875000', '173724.878000', '173724.880000', '173724.883000', '173724.885000', '173724.888000', '173724.890000', '173724.893000', '173724.896000', '173724.898000', '173724.901000', '173724.903000', '173724.906000', '173724.908000', '173724.911000', '173724.914000', '173724.916000', '173724.919000', '173724.921000', '173724.924000', '173724.927000', '173724.929000', '173724.932000', '173724.934000', '173724.937000', '173724.939000', '173724.942000', '173724.945000', '173724.947000', '173724.950000', '173724.952000', '173724.955000', '173744.846000', '173744.848000', '173744.851000', '173744.854000', '173744.856000', '173744.859000', '173744.861000', '173744.864000', '173744.866000', '173744.869000', '173744.872000', '173744.874000', '173744.877000', '173744.879000', '173744.882000', '173744.884000', '173744.887000', '173744.889000', '173744.892000', '173744.894000', '173744.897000', '173744.899000', '173744.902000', '173744.905000', '173744.907000', '173744.910000', '173744.912000', '173744.915000', '173744.918000', '173744.920000', '173744.923000', '173744.925000', '173744.928000', '173744.930000', '173744.933000', '173744.936000', '173744.938000', '173744.941000', '173744.943000', '173744.946000', '173744.949000', '173744.951000', '173744.954000', '173744.956000', '173804.844000', '173804.858000', '173804.860000', '173804.863000', '173804.865000', '173804.868000', '173804.870000', '173804.873000', '173804.876000', '173804.878000', '173804.887000', '173804.889000', '173804.892000', '173804.895000', '173804.897000', '173804.900000', '173804.903000', '173804.905000', '173804.908000', '173804.910000', '173804.913000', '173804.916000', '173804.919000', '173804.921000', '173804.924000', '173804.926000', '173804.929000', '173804.931000', '173804.934000', '173804.936000', '173804.939000', '173804.942000', '173804.944000', '173804.947000', '173804.949000', '173804.952000', '173804.954000', '173804.995000', '173804.997000', '173805.001000', '173805.004000', '173805.006000', '173805.009000', '173805.011000', '173824.844000', '173824.847000', '173824.850000', '173824.852000', '173824.855000', '173824.858000', '173824.860000', '173824.863000', '173824.865000', '173824.868000', '173824.871000', '173824.873000', '173824.876000', '173824.888000', '173824.891000', '173824.893000', '173824.896000', '173824.899000', '173824.901000', '173824.904000', '173824.906000', '173824.909000', '173824.911000', '173824.914000', '173824.917000', '173824.919000', '173824.922000', '173824.924000', '173824.927000', '173824.929000', '173824.932000', '173824.934000', '173824.937000', '173824.939000', '173824.942000', '173824.945000', '173824.947000', '173824.950000', '173824.952000', '173824.955000', '173824.957000', '173824.960000', '173824.962000', '173844.844000', '173844.847000', '173844.850000', '173844.852000', '173844.855000', '173844.858000', '173844.860000', '173844.863000', '173844.865000', '173844.868000', '173844.871000', '173844.873000', '173844.876000', '173844.879000', '173844.881000', '173844.884000', '173844.886000', '173844.889000', '173844.891000', '173844.894000', '173844.897000', '173844.899000', '173844.902000', '173844.905000', '173844.907000', '173844.910000', '173844.912000', '173844.915000', '173844.918000', '173844.920000', '173844.923000', '173844.925000', '173844.928000', '173844.931000', '173844.933000', '173844.936000', '173844.938000', '173844.941000', '173844.944000', '173844.946000', '173844.949000', '173844.952000', '173844.954000', '173844.957000', '173904.846000', '173904.854000', '173904.856000', '173904.859000', '173904.861000', '173904.864000', '173904.867000', '173904.869000', '173904.872000', '173904.875000', '173904.877000', '173904.880000', '173904.882000', '173904.885000', '173904.888000', '173904.890000', '173904.893000', '173904.896000', '173904.898000', '173904.901000', '173904.903000', '173904.906000', '173904.909000', '173904.911000', '173904.914000', '173904.916000', '173904.919000', '173904.922000', '173904.924000', '173904.927000', '173904.930000', '173904.932000', '173904.935000', '173904.937000', '173904.940000', '173904.943000', '173904.945000', '173904.948000', '173904.950000', '173904.953000', '173904.956000', '173904.958000', '173904.961000', '173924.846000', '173924.848000', '173924.851000', '173924.853000', '173924.856000', '173924.859000', '173924.861000', '173924.864000', '173924.867000', '173924.869000', '173924.872000', '173924.874000', '173924.877000', '173924.880000', '173924.882000', '173924.885000', '173924.888000', '173924.890000', '173924.893000', '173924.895000', '173924.898000', '173924.901000', '173924.903000', '173924.906000', '173924.909000', '173924.911000', '173924.914000', '173924.916000', '173924.919000', '173924.922000', '173924.924000', '173924.927000', '173924.929000', '173924.932000', '173924.935000', '173924.937000', '173924.940000', '173924.943000', '173924.945000', '173924.948000', '173924.950000', '173924.953000', '173924.955000', '173924.958000', '173944.846000', '173944.848000', '173944.851000', '173944.864000', '173944.866000', '173944.869000', '173944.871000', '173944.874000', '173944.877000', '173944.879000', '173944.882000', '173944.884000', '173944.887000', '173944.889000', '173944.892000', '173944.895000', '173944.898000', '173944.900000', '173944.903000', '173944.906000', '173944.908000', '173944.911000', '173944.913000', '173944.916000', '173944.919000', '173944.921000', '173944.924000', '173944.927000', '173944.929000', '173944.932000', '173944.934000', '173944.937000', '173944.940000', '173944.942000', '173944.945000', '173944.948000', '173944.950000', '173944.953000', '173944.955000', '173944.958000', '173944.960000', '173944.963000', '173944.966000', '174004.845000', '174004.906000', '174004.908000', '174004.911000', '174004.914000', '174004.916000', '174004.925000', '174004.928000', '174004.931000', '174004.933000', '174004.936000', '174004.939000', '174004.941000', '174004.944000', '174004.946000', '174004.949000', '174004.951000', '174004.954000', '174004.957000', '174004.959000', '174004.962000', '174004.964000', '174004.967000', '174004.970000', '174004.972000', '174004.975000', '174004.977000', '174004.980000', '174004.983000', '174004.985000', '174004.988000', '174004.991000', '174004.993000', '174004.996000', '174004.998000', '174005.002000', '174005.005000', '174005.007000', '174005.010000', '174005.013000', '174005.015000', '174005.018000', '174005.020000', '174024.844000', '174024.856000', '174024.859000', '174024.861000', '174024.864000', '174024.866000', '174024.869000', '174024.872000', '174024.874000', '174024.877000', '174024.879000', '174024.882000', '174024.885000', '174024.887000', '174024.890000', '174024.893000', '174024.895000', '174024.898000', '174024.901000', '174024.903000', '174024.906000', '174024.908000', '174024.911000', '174024.914000', '174024.916000', '174024.919000', '174024.921000', '174024.924000', '174024.927000', '174024.929000', '174024.932000', '174024.935000', '174024.937000', '174024.940000', '174024.943000', '174024.945000', '174024.948000', '174024.950000', '174024.953000', '174024.956000', '174024.958000', '174024.961000', '174024.963000', '174024.966000', '174044.844000', '174044.855000', '174044.857000', '174044.860000', '174044.863000', '174044.865000', '174044.868000', '174044.871000', '174044.873000', '174044.876000', '174044.878000', '174044.881000', '174044.883000', '174044.886000', '174044.889000', '174044.891000', '174044.894000', '174044.897000', '174044.899000', '174044.902000', '174044.905000', '174044.907000', '174044.910000', '174044.913000', '174044.915000', '174044.918000', '174044.920000', '174044.923000', '174044.926000', '174044.928000', '174044.931000', '174044.934000', '174044.936000', '174044.939000', '174044.941000', '174044.944000', '174044.947000', '174044.949000', '174044.952000', '174044.955000', '174044.958000', '174044.961000', '174044.964000', '174104.845000', '174104.855000', '174104.857000', '174104.860000', '174104.862000', '174104.865000', '174104.868000', '174104.871000', '174104.873000', '174104.876000', '174104.878000', '174104.881000', '174104.883000', '174104.886000', '174104.889000', '174104.891000', '174104.894000', '174104.897000', '174104.899000', '174104.902000', '174104.904000', '174104.907000', '174104.910000', '174104.912000', '174104.915000', '174104.917000', '174104.920000', '174104.923000', '174104.925000', '174104.941000', '174104.944000', '174104.946000', '174104.949000', '174104.951000', '174104.954000', '174104.957000', '174104.959000', '174104.962000', '174104.964000', '174104.967000', '174104.969000', '174104.972000', '174104.975000', '174104.977000', '174124.846000', '174124.870000', '174124.873000', '174124.876000', '174124.878000', '174124.881000', '174124.883000', '174124.886000', '174124.889000', '174124.891000', '174124.894000', '174124.897000', '174124.899000', '174124.902000', '174124.904000', '174124.907000', '174124.910000', '174124.913000', '174124.915000', '174124.918000', '174124.920000', '174124.923000', '174124.926000', '174124.928000', '174124.931000', '174124.934000', '174124.936000', '174124.939000', '174124.941000', '174124.944000', '174124.947000', '174124.949000', '174124.952000', '174124.955000', '174124.957000', '174124.960000', '174124.962000', '174124.965000', '174124.968000', '174124.970000', '174124.973000', '174124.976000', '174124.978000', '174127.130000', '174127.133000', '174127.136000', '174127.139000', '174127.142000', '174127.145000'], 'InstanceCreationTime': ['173504.876000', '173504.879000', '173504.882000', '173504.885000', '173504.888000', '173504.890000', '173504.893000', '173504.895000', '173504.898000', '173504.900000', '173504.903000', '173504.905000', '173504.908000', '173504.910000', '173504.913000', '173504.916000', '173504.918000', '173504.925000', '173504.927000', '173504.930000', '173504.932000', '173504.935000', '173504.937000', '173504.940000', '173504.943000', '173504.945000', '173504.948000', '173504.950000', '173504.953000', '173504.955000', '173504.958000', '173504.960000', '173504.963000', '173504.965000', '173504.968000', '173504.970000', '173504.973000', '173504.976000', '173504.978000', '173504.981000', '173524.845000', '173524.848000', '173524.851000', '173524.854000', '173524.856000', '173524.859000', '173524.861000', '173524.864000', '173524.866000', '173524.869000', '173524.871000', '173524.874000', '173524.877000', '173524.879000', '173524.882000', '173524.884000', '173524.887000', '173524.889000', '173524.892000', '173524.894000', '173524.897000', '173524.899000', '173524.902000', '173524.904000', '173524.907000', '173524.909000', '173524.912000', '173524.915000', '173524.917000', '173524.920000', '173524.922000', '173524.925000', '173524.927000', '173524.930000', '173524.933000', '173524.935000', '173524.938000', '173524.940000', '173524.943000', '173524.945000', '173524.948000', '173524.950000', '173524.953000', '173524.955000', '173544.845000', '173544.848000', '173544.851000', '173544.853000', '173544.856000', '173544.859000', '173544.861000', '173544.864000', '173544.866000', '173544.869000', '173544.871000', '173544.874000', '173544.876000', '173544.879000', '173544.882000', '173544.884000', '173544.887000', '173544.889000', '173544.892000', '173544.894000', '173544.897000', '173544.899000', '173544.902000', '173544.904000', '173544.907000', '173544.909000', '173544.912000', '173544.915000', '173544.917000', '173544.920000', '173544.922000', '173544.925000', '173544.927000', '173544.930000', '173544.933000', '173544.936000', '173544.938000', '173544.941000', '173544.943000', '173544.946000', '173544.948000', '173544.951000', '173544.954000', '173604.845000', '173604.847000', '173604.850000', '173604.853000', '173604.855000', '173604.858000', '173604.860000', '173604.863000', '173604.865000', '173604.868000', '173604.870000', '173604.873000', '173604.876000', '173604.878000', '173604.881000', '173604.883000', '173604.886000', '173604.888000', '173604.891000', '173604.894000', '173604.896000', '173604.899000', '173604.901000', '173604.904000', '173604.906000', '173604.909000', '173604.911000', '173604.914000', '173604.917000', '173604.919000', '173604.922000', '173604.924000', '173604.927000', '173604.930000', '173604.932000', '173604.935000', '173604.937000', '173604.940000', '173604.942000', '173604.945000', '173604.947000', '173604.951000', '173604.954000', '173604.956000', '173624.844000', '173624.847000', '173624.850000', '173624.852000', '173624.855000', '173624.857000', '173624.860000', '173624.862000', '173624.865000', '173624.868000', '173624.870000', '173624.873000', '173624.875000', '173624.878000', '173624.880000', '173624.883000', '173624.886000', '173624.888000', '173624.891000', '173624.893000', '173624.896000', '173624.898000', '173624.901000', '173624.903000', '173624.906000', '173624.908000', '173624.911000', '173624.914000', '173624.916000', '173624.923000', '173624.926000', '173624.928000', '173624.931000', '173624.934000', '173624.936000', '173624.939000', '173624.942000', '173624.945000', '173624.947000', '173624.950000', '173624.952000', '173624.955000', '173624.957000', '173644.845000', '173644.848000', '173644.851000', '173644.853000', '173644.856000', '173644.858000', '173644.861000', '173644.863000', '173644.866000', '173644.869000', '173644.871000', '173644.874000', '173644.906000', '173644.909000', '173644.911000', '173644.914000', '173644.917000', '173644.919000', '173644.922000', '173644.924000', '173644.927000', '173644.929000', '173644.932000', '173644.934000', '173644.937000', '173644.940000', '173644.942000', '173644.945000', '173644.947000', '173644.950000', '173644.953000', '173644.955000', '173644.958000', '173644.960000', '173644.963000', '173644.965000', '173644.968000', '173644.970000', '173644.973000', '173644.975000', '173644.978000', '173644.981000', '173644.983000', '173644.986000', '173704.846000', '173704.848000', '173704.851000', '173704.853000', '173704.856000', '173704.859000', '173704.861000', '173704.864000', '173704.866000', '173704.869000', '173704.871000', '173704.874000', '173704.876000', '173704.879000', '173704.881000', '173704.884000', '173704.887000', '173704.889000', '173704.892000', '173704.894000', '173704.897000', '173704.899000', '173704.902000', '173704.904000', '173704.907000', '173704.910000', '173704.912000', '173704.915000', '173704.917000', '173704.920000', '173704.922000', '173704.925000', '173704.927000', '173704.930000', '173704.933000', '173704.935000', '173704.938000', '173704.940000', '173704.943000', '173704.945000', '173704.948000', '173704.951000', '173704.953000', '173724.845000', '173724.848000', '173724.851000', '173724.854000', '173724.856000', '173724.859000', '173724.861000', '173724.864000', '173724.866000', '173724.869000', '173724.872000', '173724.875000', '173724.878000', '173724.880000', '173724.883000', '173724.885000', '173724.888000', '173724.890000', '173724.893000', '173724.896000', '173724.898000', '173724.901000', '173724.903000', '173724.906000', '173724.908000', '173724.911000', '173724.914000', '173724.916000', '173724.919000', '173724.921000', '173724.924000', '173724.927000', '173724.929000', '173724.932000', '173724.934000', '173724.937000', '173724.939000', '173724.942000', '173724.945000', '173724.947000', '173724.950000', '173724.952000', '173724.955000', '173744.846000', '173744.848000', '173744.851000', '173744.854000', '173744.856000', '173744.859000', '173744.861000', '173744.864000', '173744.866000', '173744.869000', '173744.872000', '173744.874000', '173744.877000', '173744.879000', '173744.882000', '173744.884000', '173744.887000', '173744.889000', '173744.892000', '173744.894000', '173744.897000', '173744.899000', '173744.902000', '173744.905000', '173744.907000', '173744.910000', '173744.912000', '173744.915000', '173744.918000', '173744.920000', '173744.923000', '173744.925000', '173744.928000', '173744.930000', '173744.933000', '173744.936000', '173744.938000', '173744.941000', '173744.943000', '173744.946000', '173744.949000', '173744.951000', '173744.954000', '173744.956000', '173804.844000', '173804.858000', '173804.860000', '173804.863000', '173804.865000', '173804.868000', '173804.870000', '173804.873000', '173804.876000', '173804.878000', '173804.887000', '173804.889000', '173804.892000', '173804.895000', '173804.897000', '173804.900000', '173804.903000', '173804.905000', '173804.908000', '173804.910000', '173804.913000', '173804.916000', '173804.919000', '173804.921000', '173804.924000', '173804.926000', '173804.929000', '173804.931000', '173804.934000', '173804.936000', '173804.939000', '173804.942000', '173804.944000', '173804.947000', '173804.949000', '173804.952000', '173804.954000', '173804.995000', '173804.997000', '173805.001000', '173805.004000', '173805.006000', '173805.009000', '173805.011000', '173824.844000', '173824.847000', '173824.850000', '173824.852000', '173824.855000', '173824.858000', '173824.860000', '173824.863000', '173824.865000', '173824.868000', '173824.871000', '173824.873000', '173824.876000', '173824.888000', '173824.891000', '173824.893000', '173824.896000', '173824.899000', '173824.901000', '173824.904000', '173824.906000', '173824.909000', '173824.911000', '173824.914000', '173824.917000', '173824.919000', '173824.922000', '173824.924000', '173824.927000', '173824.929000', '173824.932000', '173824.934000', '173824.937000', '173824.939000', '173824.942000', '173824.945000', '173824.947000', '173824.950000', '173824.952000', '173824.955000', '173824.957000', '173824.960000', '173824.962000', '173844.844000', '173844.847000', '173844.850000', '173844.852000', '173844.855000', '173844.858000', '173844.860000', '173844.863000', '173844.865000', '173844.868000', '173844.871000', '173844.873000', '173844.876000', '173844.879000', '173844.881000', '173844.884000', '173844.886000', '173844.889000', '173844.891000', '173844.894000', '173844.897000', '173844.899000', '173844.902000', '173844.905000', '173844.907000', '173844.910000', '173844.912000', '173844.915000', '173844.918000', '173844.920000', '173844.923000', '173844.925000', '173844.928000', '173844.931000', '173844.933000', '173844.936000', '173844.938000', '173844.941000', '173844.944000', '173844.946000', '173844.949000', '173844.952000', '173844.954000', '173844.957000', '173904.846000', '173904.854000', '173904.856000', '173904.859000', '173904.861000', '173904.864000', '173904.867000', '173904.869000', '173904.872000', '173904.875000', '173904.877000', '173904.880000', '173904.882000', '173904.885000', '173904.888000', '173904.890000', '173904.893000', '173904.896000', '173904.898000', '173904.901000', '173904.903000', '173904.906000', '173904.909000', '173904.911000', '173904.914000', '173904.916000', '173904.919000', '173904.922000', '173904.924000', '173904.927000', '173904.930000', '173904.932000', '173904.935000', '173904.937000', '173904.940000', '173904.943000', '173904.945000', '173904.948000', '173904.950000', '173904.953000', '173904.956000', '173904.958000', '173904.961000', '173924.846000', '173924.848000', '173924.851000', '173924.853000', '173924.856000', '173924.859000', '173924.861000', '173924.864000', '173924.867000', '173924.869000', '173924.872000', '173924.874000', '173924.877000', '173924.880000', '173924.882000', '173924.885000', '173924.888000', '173924.890000', '173924.893000', '173924.895000', '173924.898000', '173924.901000', '173924.903000', '173924.906000', '173924.909000', '173924.911000', '173924.914000', '173924.916000', '173924.919000', '173924.922000', '173924.924000', '173924.927000', '173924.929000', '173924.932000', '173924.935000', '173924.937000', '173924.940000', '173924.943000', '173924.945000', '173924.948000', '173924.950000', '173924.953000', '173924.955000', '173924.958000', '173944.846000', '173944.848000', '173944.851000', '173944.864000', '173944.866000', '173944.869000', '173944.871000', '173944.874000', '173944.877000', '173944.879000', '173944.882000', '173944.884000', '173944.887000', '173944.889000', '173944.892000', '173944.895000', '173944.898000', '173944.900000', '173944.903000', '173944.906000', '173944.908000', '173944.911000', '173944.913000', '173944.916000', '173944.919000', '173944.921000', '173944.924000', '173944.927000', '173944.929000', '173944.932000', '173944.934000', '173944.937000', '173944.940000', '173944.942000', '173944.945000', '173944.948000', '173944.950000', '173944.953000', '173944.955000', '173944.958000', '173944.960000', '173944.963000', '173944.966000', '174004.845000', '174004.906000', '174004.908000', '174004.911000', '174004.914000', '174004.916000', '174004.925000', '174004.928000', '174004.931000', '174004.933000', '174004.936000', '174004.939000', '174004.941000', '174004.944000', '174004.946000', '174004.949000', '174004.951000', '174004.954000', '174004.957000', '174004.959000', '174004.962000', '174004.964000', '174004.967000', '174004.970000', '174004.972000', '174004.975000', '174004.977000', '174004.980000', '174004.983000', '174004.985000', '174004.988000', '174004.991000', '174004.993000', '174004.996000', '174004.998000', '174005.002000', '174005.005000', '174005.007000', '174005.010000', '174005.013000', '174005.015000', '174005.018000', '174005.020000', '174024.844000', '174024.856000', '174024.859000', '174024.861000', '174024.864000', '174024.866000', '174024.869000', '174024.872000', '174024.874000', '174024.877000', '174024.879000', '174024.882000', '174024.885000', '174024.887000', '174024.890000', '174024.893000', '174024.895000', '174024.898000', '174024.901000', '174024.903000', '174024.906000', '174024.908000', '174024.911000', '174024.914000', '174024.916000', '174024.919000', '174024.921000', '174024.924000', '174024.927000', '174024.929000', '174024.932000', '174024.935000', '174024.937000', '174024.940000', '174024.943000', '174024.945000', '174024.948000', '174024.950000', '174024.953000', '174024.956000', '174024.958000', '174024.961000', '174024.963000', '174024.966000', '174044.844000', '174044.855000', '174044.857000', '174044.860000', '174044.863000', '174044.865000', '174044.868000', '174044.871000', '174044.873000', '174044.876000', '174044.878000', '174044.881000', '174044.883000', '174044.886000', '174044.889000', '174044.891000', '174044.894000', '174044.897000', '174044.899000', '174044.902000', '174044.905000', '174044.907000', '174044.910000', '174044.913000', '174044.915000', '174044.918000', '174044.920000', '174044.923000', '174044.926000', '174044.928000', '174044.931000', '174044.934000', '174044.936000', '174044.939000', '174044.941000', '174044.944000', '174044.947000', '174044.949000', '174044.952000', '174044.955000', '174044.958000', '174044.961000', '174044.964000', '174104.845000', '174104.855000', '174104.857000', '174104.860000', '174104.862000', '174104.865000', '174104.868000', '174104.871000', '174104.873000', '174104.876000', '174104.878000', '174104.881000', '174104.883000', '174104.886000', '174104.889000', '174104.891000', '174104.894000', '174104.897000', '174104.899000', '174104.902000', '174104.904000', '174104.907000', '174104.910000', '174104.912000', '174104.915000', '174104.917000', '174104.920000', '174104.923000', '174104.925000', '174104.941000', '174104.944000', '174104.946000', '174104.949000', '174104.951000', '174104.954000', '174104.957000', '174104.959000', '174104.962000', '174104.964000', '174104.967000', '174104.969000', '174104.972000', '174104.975000', '174104.977000', '174124.846000', '174124.870000', '174124.873000', '174124.876000', '174124.878000', '174124.881000', '174124.883000', '174124.886000', '174124.889000', '174124.891000', '174124.894000', '174124.897000', '174124.899000', '174124.902000', '174124.904000', '174124.907000', '174124.910000', '174124.913000', '174124.915000', '174124.918000', '174124.920000', '174124.923000', '174124.926000', '174124.928000', '174124.931000', '174124.934000', '174124.936000', '174124.939000', '174124.941000', '174124.944000', '174124.947000', '174124.949000', '174124.952000', '174124.955000', '174124.957000', '174124.960000', '174124.962000', '174124.965000', '174124.968000', '174124.970000', '174124.973000', '174124.976000', '174124.978000', '174127.130000', '174127.133000', '174127.136000', '174127.139000', '174127.142000', '174127.145000'], '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': [10994, 10123, 11605, 8761, 7294, 7064, 7449, 10077, 9099, 13456, 8343, 10398, 7970, 11447, 9007, 15123, 9797, 9277, 8209, 7423, 8640, 9272, 10677, 8444, 9173, 7713, 11287, 8923, 14078, 9763, 11566, 8502, 11519, 10036, 9844, 9193, 7959, 8084, 8895, 10016, 8459, 13231, 9281, 11621, 8249, 8484, 8002, 11377, 10025, 12607, 8561, 8817, 7996, 11890, 9372, 12121, 9340, 7319, 7222, 7794, 9376, 8187, 12417, 8752, 10641, 8008, 10260, 8352, 12057, 10220, 11875, 8283, 7819, 7499, 7700, 10677, 8720, 14052, 8580, 11174, 8171, 10012, 9178, 8696, 8427, 8462, 7753, 8474, 11485, 9207, 13534, 8419, 10870, 7922, 11639, 10482, 9123, 8329, 8046, 9209, 8223, 9185, 9074, 9086, 11808, 8374, 7699, 10298, 9233, 15608, 10077, 11292, 8249, 8814, 8421, 9304, 9904, 8118, 8956, 7588, 10542, 9034, 7298, 8187, 7912, 10700, 7867, 12485, 10340, 8876, 7766, 8015, 8726, 7883, 14509, 9425, 7646, 7226, 7606, 9363, 8258, 13801, 9548, 9451, 7838, 7289, 8300, 8506, 11337, 8798, 10112, 7877, 10866, 8495, 12725, 9785, 7335, 8278, 8274, 11201, 8744, 14152, 8665, 9296, 7861, 8951, 9408, 9065, 12007, 8185, 10411, 8005, 9506, 9116, 7456, 9924, 8037, 10241, 7965, 10347, 9506, 9279, 9972, 8504, 10293, 8329, 13424, 10990, 16240, 8815, 11413, 7998, 10582, 8673, 10942, 10108, 7241, 7398, 7869, 9899, 8619, 12830, 9875, 11431, 8164, 10798, 9559, 9485, 8478, 7531, 7502, 7450, 10558, 8291, 12311, 7581, 9872, 7746, 9864, 9693, 7425, 8783, 8228, 9709, 7736, 14515, 9866, 8572, 7792, 7253, 8104, 8090, 13017, 9374, 9639, 7935, 7287, 8923, 8910, 13168, 8616, 12639, 8167, 11020, 8601, 14724, 9640, 8783, 7735, 7016, 7338, 7950, 10749, 8387, 10697, 7853, 10345, 7674, 12639, 10226, 13333, 8523, 8095, 8007, 9094, 11489, 8504, 10663, 8024, 10620, 8197, 13521, 9882, 7430, 7791, 8028, 9319, 8023, 13410, 8813, 11667, 8096, 10440, 8833, 9721, 9086, 7612, 8210, 8658, 10673, 8445, 13680, 9592, 13704, 8319, 10964, 8244, 12314, 10499, 13728, 9793, 8186, 7805, 7042, 8326, 8674, 10365, 7939, 9898, 7984, 11244, 9012, 14486, 10205, 10508, 8069, 7067, 7489, 8354, 10259, 8538, 10237, 7773, 7651, 7025, 7764, 10333, 8429, 11576, 8660, 12224, 10091, 15018, 10213, 11738, 7955, 10072, 8249, 12725, 9584, 8515, 8429, 7041, 7988, 7382, 11493, 7894, 10972, 8001, 10260, 7943, 11402, 10190, 7334, 8018, 8101, 8994, 7534, 11884, 9069, 14264, 7941, 10392, 7939, 9448, 9241, 7574, 10047, 7980, 10244, 7543, 13381, 10105, 14492, 8983, 10546, 8254, 11141, 10164, 9106, 7574, 7305, 8445, 7562, 11889, 8669, 7181, 8168, 7399, 13001, 9915, 12177, 8585, 9533, 7806, 10586, 9298, 7498, 9060, 8634, 12688, 9124, 7549, 10999, 8631, 8604, 9567, 8018, 10981, 8066, 11055, 11527, 8549, 9818, 7923, 9914, 8022, 11123, 9926, 7235, 8232, 8288, 10280, 7844, 12739, 10692, 7349, 7911, 7956, 10617, 8640, 14000, 10608, 8322, 7808, 7688, 7967, 7669, 11865, 8563, 12720, 7692, 9916, 7438, 11136, 9945, 7878, 8316, 7812, 9460, 7373, 11641, 8909, 12341, 9444, 7293, 8352, 7290, 10451, 9306, 14238, 9173, 12673, 7734, 10402, 7819, 12246, 10161, 8039, 8013, 8119, 9797, 7900, 12519, 10205, 7522, 8563, 8044, 10780, 8105, 12815, 9811, 7506, 9128, 7985, 12295, 9790, 12860, 9299, 7431, 8354, 7491, 11115, 9053, 15059, 9246, 7215, 7854, 8082, 11410, 9130, 12052, 9801, 7647, 8215, 7589, 11558, 8890, 10275, 9304, 7462, 8716, 7463, 11790, 10332, 15140, 8611, 9984, 8170, 11049, 9721, 8330, 8503, 7915, 9102, 7829, 11408, 10031, 8952, 8975, 7898, 9430, 7894, 12325, 9679, 13963, 9458, 7711, 8076, 7935, 13033, 9657, 12241, 7961, 7686, 8124, 7721, 13282, 10109, 8132, 8104, 8315, 10637, 8111, 14910, 10517, 7677, 7925, 8011, 9237, 8487, 11887, 9218, 8734, 7936, 7294, 9934, 7828, 11599, 8592, 10800, 9482, 8763, 8242, 8168, 8375, 7828, 11108, 8665, 12396, 10364, 10487, 8931, 7954, 8003, 7478, 12706, 9116, 12814, 7900, 9819, 7836, 8807, 9017, 7408, 10423, 7904, 11106, 7659, 12363, 9975, 10995, 9195, 7302, 7906, 7653, 11921, 9104, 11474, 8686, 7580, 8061, 7049, 11913, 9194, 14023, 8298, 9610, 8377, 8099, 9509, 7899, 11316, 8215, 10867, 7819, 9615, 9429, 8996, 11268, 7553, 11437, 8054, 12656, 9942, 14019, 10280, 7362, 7714, 7598, 9704, 8057, 12456, 8716, 11676, 8358, 9207, 7720, 8274, 11365, 8268, 11860, 8095, 12459, 9679, 15296, 10163, 10380, 8003, 7979, 8160, 9003, 9172, 7318, 9054, 8039, 9804, 7869, 12405, 9481, 13850, 8295, 10148, 7985, 9256, 8424, 10018, 10085, 7311, 8663, 7785, 11098, 7781, 14605, 9543, 12217, 8350, 7136, 8096, 7921, 12943, 9273, 8954, 8627, 7334, 9749, 8954, 13474, 8451, 13122, 8059, 8061, 8707, 8017, 13683, 8509, 10177, 8037, 6978, 9488, 7824, 13568, 9028, 8843, 8037, 6964, 11175, 8942, 15417, 9627, 7954, 7979, 7715, 11983, 9516, 13806, 10162, 7290, 8731, 8084, 12133, 9303, 11782, 9445, 7476, 9346, 7626, 12216, 9916, 9346, 8577, 7807, 9534, 7501, 13608, 9754, 10776, 8144, 6893, 8095, 7447, 12787, 9281, 11449, 8459, 7186, 8052, 7985, 12228, 8344, 12410, 8082, 9662, 8843, 9030, 10626, 8621, 11559, 8316, 9368, 7778, 9017, 11670, 7987, 12386, 8350, 10471, 8064, 9641, 9785, 8307, 10227, 8173, 10236, 7909, 9830, 10910, 9608, 13440, 8246, 11812, 8587, 11532, 9819, 7533, 8060, 7995, 11120, 8712, 14249, 10093, 7337, 7990, 7456, 11627, 8870, 11648, 8418, 7276, 8149, 7628, 12774, 9180, 13123, 8036, 9533, 8244, 9483, 10760, 8103, 10223, 7989, 7569, 7480, 7653, 12738, 8174, 12068, 8349, 11780, 10285, 9449, 9577, 7878, 10703, 7708, 14211, 10434, 11076, 9561, 7999, 9295, 7469, 11887, 9681, 9821, 9267, 7595, 9744, 7745, 13596, 10734, 17407, 9848, 7100, 7455, 7685, 11783, 9538, 9526, 8579, 7725, 9873, 8133, 9470, 10201, 7812, 11639, 7670, 8354, 8316, 9245], 'WindowCenter': [4085.0, 4060.0, 4068.0, 4024.0, 4002.0, 3990.0, 3989.0, 4032.0, 4020.0, 4063.0, 4009.0, 4030.0, 3999.0, 4039.0, 4018.0, 4063.0, 4030.0, 4020.0, 4008.0, 3987.0, 4021.0, 4019.0, 4043.0, 4011.0, 4032.0, 3999.0, 4052.0, 4022.0, 4064.0, 4043.0, 4054.0, 4021.0, 4040.0, 4030.0, 4032.0, 4021.0, 4011.0, 4011.0, 4019.0, 4030.0, 4009.0, 4064.0, 4021.0, 4042.0, 4008.0, 4009.0, 4011.0, 4041.0, 4029.0, 4051.0, 4008.0, 4020.0, 3997.0, 4040.0, 4020.0, 4050.0, 4019.0, 3986.0, 3987.0, 3988.0, 4018.0, 4009.0, 4050.0, 4010.0, 4040.0, 4011.0, 4031.0, 4010.0, 4051.0, 4031.0, 4051.0, 4008.0, 4000.0, 3989.0, 4000.0, 4041.0, 4010.0, 4062.0, 4021.0, 4041.0, 4009.0, 4030.0, 4019.0, 4010.0, 4009.0, 4011.0, 3999.0, 4009.0, 4049.0, 4019.0, 4062.0, 4010.0, 4040.0, 4009.0, 4039.0, 4042.0, 4019.0, 4010.0, 4011.0, 4021.0, 4010.0, 4031.0, 4021.0, 4022.0, 4054.0, 4011.0, 4000.0, 4030.0, 4019.0, 4074.0, 4030.0, 4041.0, 4009.0, 4007.0, 3998.0, 4018.0, 4028.0, 3999.0, 4008.0, 3998.0, 4028.0, 4022.0, 3990.0, 4010.0, 4000.0, 4029.0, 4011.0, 4050.0, 4032.0, 4018.0, 4000.0, 3998.0, 4009.0, 3999.0, 4060.0, 4020.0, 3998.0, 3990.0, 4000.0, 4020.0, 4010.0, 4063.0, 4030.0, 4020.0, 3997.0, 3987.0, 4011.0, 4010.0, 4054.0, 4021.0, 4031.0, 4011.0, 4041.0, 4022.0, 4063.0, 4032.0, 3989.0, 4011.0, 4011.0, 4041.0, 4021.0, 4064.0, 4022.0, 4020.0, 4000.0, 4020.0, 4021.0, 4021.0, 4053.0, 4010.0, 4040.0, 4000.0, 4029.0, 4022.0, 3990.0, 4032.0, 4012.0, 4040.0, 4012.0, 4043.0, 4033.0, 4031.0, 4032.0, 4011.0, 4030.0, 4009.0, 4062.0, 4041.0, 4074.0, 4020.0, 4041.0, 3999.0, 4028.0, 4007.0, 4028.0, 4029.0, 3988.0, 3989.0, 4009.0, 4030.0, 4020.0, 4064.0, 4032.0, 4053.0, 4011.0, 4040.0, 4031.0, 4032.0, 4012.0, 4000.0, 3986.0, 3988.0, 4041.0, 4012.0, 4053.0, 4001.0, 4031.0, 4001.0, 4030.0, 4032.0, 3988.0, 4022.0, 4012.0, 4031.0, 4000.0, 4073.0, 4032.0, 4019.0, 4000.0, 3989.0, 4000.0, 4000.0, 4063.0, 4033.0, 4033.0, 4012.0, 3990.0, 4022.0, 4021.0, 4065.0, 4011.0, 4052.0, 4009.0, 4039.0, 4009.0, 4062.0, 4031.0, 4008.0, 3998.0, 3974.0, 3989.0, 3999.0, 4042.0, 4011.0, 4039.0, 3999.0, 4029.0, 4000.0, 4050.0, 4043.0, 4063.0, 4011.0, 3999.0, 4000.0, 4019.0, 4053.0, 4020.0, 4041.0, 3997.0, 4029.0, 4009.0, 4063.0, 4032.0, 3988.0, 4000.0, 3999.0, 4019.0, 4009.0, 4062.0, 4020.0, 4052.0, 4000.0, 4041.0, 4020.0, 4030.0, 4021.0, 4000.0, 4011.0, 4021.0, 4041.0, 4010.0, 4062.0, 4032.0, 4061.0, 4011.0, 4041.0, 4009.0, 4050.0, 4041.0, 4063.0, 4031.0, 4009.0, 3999.0, 3978.0, 4009.0, 4010.0, 4031.0, 4000.0, 4030.0, 3999.0, 4041.0, 4019.0, 4062.0, 4043.0, 4042.0, 4001.0, 3978.0, 3990.0, 4010.0, 4041.0, 4022.0, 4031.0, 4000.0, 4000.0, 3990.0, 4000.0, 4044.0, 4022.0, 4054.0, 4023.0, 4054.0, 4032.0, 4076.0, 4031.0, 4052.0, 3999.0, 4029.0, 4011.0, 4052.0, 4030.0, 4010.0, 4009.0, 3978.0, 3998.0, 3989.0, 4053.0, 4010.0, 4042.0, 4011.0, 4040.0, 4012.0, 4052.0, 4044.0, 4001.0, 4012.0, 4009.0, 4020.0, 4000.0, 4051.0, 4022.0, 4063.0, 4011.0, 4031.0, 4009.0, 4031.0, 4032.0, 4000.0, 4032.0, 4010.0, 4031.0, 4000.0, 4062.0, 4043.0, 4063.0, 4022.0, 4029.0, 4009.0, 4042.0, 4045.0, 4019.0, 3997.0, 4001.0, 4009.0, 3999.0, 4064.0, 4032.0, 4002.0, 4021.0, 4002.0, 4064.0, 4043.0, 4064.0, 4022.0, 4032.0, 4001.0, 4040.0, 4031.0, 4000.0, 4021.0, 4022.0, 4051.0, 4021.0, 4000.0, 4053.0, 4021.0, 4022.0, 4031.0, 4011.0, 4041.0, 4011.0, 4039.0, 4053.0, 4010.0, 4019.0, 3998.0, 4017.0, 3999.0, 4039.0, 4031.0, 3988.0, 4009.0, 4008.0, 4028.0, 4000.0, 4051.0, 4042.0, 3989.0, 4000.0, 4010.0, 4041.0, 4009.0, 4063.0, 4042.0, 4011.0, 4001.0, 4000.0, 4010.0, 3999.0, 4050.0, 4020.0, 4063.0, 4001.0, 4030.0, 4000.0, 4041.0, 4031.0, 4011.0, 4009.0, 3999.0, 4029.0, 3989.0, 4050.0, 4022.0, 4063.0, 4033.0, 4001.0, 4012.0, 3989.0, 4041.0, 4019.0, 4062.0, 4021.0, 4052.0, 4000.0, 4029.0, 3999.0, 4038.0, 4042.0, 3998.0, 3999.0, 3999.0, 4029.0, 4011.0, 4052.0, 4043.0, 3998.0, 4011.0, 3998.0, 4041.0, 4010.0, 4063.0, 4032.0, 3991.0, 4021.0, 4010.0, 4052.0, 4032.0, 4064.0, 4020.0, 3990.0, 4009.0, 3988.0, 4039.0, 4019.0, 4072.0, 4020.0, 3988.0, 3999.0, 4009.0, 4051.0, 4021.0, 4053.0, 4032.0, 4001.0, 4011.0, 4001.0, 4053.0, 4023.0, 4044.0, 4033.0, 4003.0, 4011.0, 3991.0, 4051.0, 4031.0, 4075.0, 4012.0, 4031.0, 4011.0, 4039.0, 4020.0, 4009.0, 4020.0, 4010.0, 4020.0, 4001.0, 4053.0, 4043.0, 4033.0, 4033.0, 4012.0, 4022.0, 4012.0, 4051.0, 4031.0, 4064.0, 4032.0, 4000.0, 4000.0, 4000.0, 4063.0, 4031.0, 4052.0, 4009.0, 4000.0, 3998.0, 3999.0, 4062.0, 4043.0, 3999.0, 4011.0, 4011.0, 4039.0, 4010.0, 4062.0, 4043.0, 4000.0, 4010.0, 4000.0, 4019.0, 4021.0, 4051.0, 4033.0, 4023.0, 4011.0, 4002.0, 4030.0, 4000.0, 4042.0, 4020.0, 4039.0, 4032.0, 4010.0, 4011.0, 4022.0, 4011.0, 4000.0, 4039.0, 4010.0, 4052.0, 4032.0, 4028.0, 4009.0, 3998.0, 3986.0, 3976.0, 4048.0, 4007.0, 4037.0, 3997.0, 4018.0, 3999.0, 4009.0, 4021.0, 3988.0, 4041.0, 4011.0, 4039.0, 4001.0, 4051.0, 4033.0, 4042.0, 4032.0, 4001.0, 4000.0, 4000.0, 4052.0, 4023.0, 4053.0, 4023.0, 4002.0, 4011.0, 3991.0, 4054.0, 4033.0, 4073.0, 4022.0, 4031.0, 4012.0, 4011.0, 4032.0, 4012.0, 4052.0, 4024.0, 4053.0, 4002.0, 4031.0, 4033.0, 4023.0, 4054.0, 4002.0, 4053.0, 4011.0, 4050.0, 4032.0, 4064.0, 4032.0, 3990.0, 4001.0, 3999.0, 4031.0, 4007.0, 4053.0, 4020.0, 4052.0, 4011.0, 4031.0, 4001.0, 4010.0, 4054.0, 4022.0, 4053.0, 4011.0, 4053.0, 4033.0, 4075.0, 4042.0, 4032.0, 4009.0, 3999.0, 4009.0, 4019.0, 4031.0, 3990.0, 4022.0, 4011.0, 4030.0, 4009.0, 4052.0, 4032.0, 4063.0, 4012.0, 4042.0, 4012.0, 4031.0, 4022.0, 4044.0, 4044.0, 4002.0, 4021.0, 3999.0, 4041.0, 4001.0, 4074.0, 4032.0, 4053.0, 4010.0, 3990.0, 4011.0, 4011.0, 4065.0, 4032.0, 4034.0, 4024.0, 3999.0, 4031.0, 4021.0, 4076.0, 4012.0, 4064.0, 4011.0, 4009.0, 4020.0, 4009.0, 4076.0, 4022.0, 4043.0, 4012.0, 3990.0, 4032.0, 4000.0, 4075.0, 4023.0, 4033.0, 4011.0, 3991.0, 4053.0, 4021.0, 4073.0, 4033.0, 4012.0, 4012.0, 4000.0, 4052.0, 4032.0, 4064.0, 4042.0, 3999.0, 4020.0, 4010.0, 4052.0, 4031.0, 4054.0, 4031.0, 4001.0, 4020.0, 4002.0, 4053.0, 4044.0, 4034.0, 4023.0, 4012.0, 4032.0, 4001.0, 4063.0, 4043.0, 4054.0, 4013.0, 3991.0, 4011.0, 4001.0, 4065.0, 4033.0, 4054.0, 4023.0, 3989.0, 4011.0, 4012.0, 4065.0, 4024.0, 4063.0, 4012.0, 4032.0, 4031.0, 4022.0, 4043.0, 4022.0, 4054.0, 4023.0, 4032.0, 4013.0, 4022.0, 4066.0, 4013.0, 4065.0, 4024.0, 4041.0, 4011.0, 4032.0, 4043.0, 4023.0, 4042.0, 4023.0, 4042.0, 4011.0, 4032.0, 4054.0, 4033.0, 4065.0, 4011.0, 4052.0, 4020.0, 4053.0, 4033.0, 4000.0, 4000.0, 4008.0, 4041.0, 4020.0, 4076.0, 4041.0, 4000.0, 4009.0, 4000.0, 4050.0, 4032.0, 4054.0, 4023.0, 4000.0, 4010.0, 4001.0, 4065.0, 4033.0, 4065.0, 4012.0, 4030.0, 4011.0, 4031.0, 4042.0, 4010.0, 4042.0, 4012.0, 4001.0, 4002.0, 4013.0, 4066.0, 4024.0, 4066.0, 4023.0, 4054.0, 4044.0, 4033.0, 4034.0, 4013.0, 4041.0, 4000.0, 4063.0, 4042.0, 4043.0, 4031.0, 4011.0, 4020.0, 4001.0, 4051.0, 4031.0, 4032.0, 4031.0, 4001.0, 4029.0, 4000.0, 4050.0, 4040.0, 4075.0, 4030.0, 3988.0, 3987.0, 3999.0, 4050.0, 4031.0, 4031.0, 4021.0, 4000.0, 4030.0, 4012.0, 4031.0, 4044.0, 4002.0, 4053.0, 4012.0, 4010.0, 4022.0, 4030.0], 'WindowWidth': [9088.0, 9042.0, 9050.0, 8981.0, 8946.0, 8929.0, 8926.0, 8985.0, 8969.0, 9030.0, 8951.0, 8979.0, 8939.0, 8992.0, 8962.0, 9033.0, 8980.0, 8967.0, 8950.0, 8920.0, 8969.0, 8966.0, 9003.0, 8957.0, 8985.0, 8942.0, 9014.0, 8974.0, 9035.0, 9001.0, 9018.0, 8971.0, 8995.0, 8980.0, 8986.0, 8971.0, 8956.0, 8956.0, 8965.0, 8980.0, 8952.0, 9034.0, 8970.0, 8999.0, 8949.0, 8951.0, 8956.0, 8996.0, 8980.0, 9012.0, 8949.0, 8966.0, 8931.0, 8996.0, 8965.0, 9007.0, 8964.0, 8916.0, 8919.0, 8921.0, 8961.0, 8949.0, 9008.0, 8954.0, 8996.0, 8957.0, 8982.0, 8955.0, 9009.0, 8983.0, 9010.0, 8949.0, 8939.0, 8924.0, 8941.0, 8995.0, 8953.0, 9028.0, 8969.0, 8997.0, 8951.0, 8979.0, 8966.0, 8955.0, 8952.0, 8955.0, 8938.0, 8953.0, 9005.0, 8966.0, 9027.0, 8954.0, 8992.0, 8952.0, 8993.0, 9000.0, 8964.0, 8957.0, 8956.0, 8971.0, 8955.0, 8986.0, 8972.0, 8974.0, 9018.0, 8956.0, 8941.0, 8981.0, 8965.0, 9052.0, 8982.0, 8998.0, 8950.0, 8945.0, 8935.0, 8963.0, 8976.0, 8936.0, 8947.0, 8937.0, 8976.0, 8973.0, 8926.0, 8953.0, 8940.0, 8977.0, 8957.0, 9010.0, 8986.0, 8962.0, 8939.0, 8936.0, 8951.0, 8938.0, 9023.0, 8967.0, 8934.0, 8926.0, 8939.0, 8968.0, 8954.0, 9032.0, 8980.0, 8967.0, 8933.0, 8920.0, 8955.0, 8953.0, 9019.0, 8969.0, 8983.0, 8956.0, 8997.0, 8972.0, 9031.0, 8985.0, 8925.0, 8955.0, 8956.0, 8995.0, 8970.0, 9033.0, 8971.0, 8968.0, 8941.0, 8966.0, 8971.0, 8970.0, 9015.0, 8954.0, 8994.0, 8940.0, 8978.0, 8972.0, 8927.0, 8984.0, 8961.0, 8994.0, 8961.0, 9001.0, 8991.0, 8985.0, 8985.0, 8956.0, 8979.0, 8951.0, 9026.0, 8996.0, 9051.0, 8966.0, 8996.0, 8936.0, 8975.0, 8947.0, 8974.0, 8980.0, 8922.0, 8926.0, 8952.0, 8981.0, 8968.0, 9033.0, 8985.0, 9015.0, 8956.0, 8994.0, 8984.0, 8985.0, 8958.0, 8941.0, 8918.0, 8922.0, 8995.0, 8959.0, 9015.0, 8945.0, 8983.0, 8945.0, 8980.0, 8988.0, 8925.0, 8972.0, 8958.0, 8982.0, 8943.0, 9045.0, 8986.0, 8966.0, 8941.0, 8926.0, 8941.0, 8942.0, 9032.0, 8989.0, 8988.0, 8958.0, 8927.0, 8972.0, 8969.0, 9035.0, 8956.0, 9012.0, 8951.0, 8990.0, 8951.0, 9030.0, 8982.0, 8948.0, 8936.0, 8900.0, 8925.0, 8940.0, 9000.0, 8955.0, 8992.0, 8940.0, 8977.0, 8940.0, 9008.0, 9002.0, 9028.0, 8955.0, 8937.0, 8941.0, 8965.0, 9016.0, 8967.0, 8995.0, 8935.0, 8977.0, 8951.0, 9030.0, 8985.0, 8923.0, 8939.0, 8938.0, 8964.0, 8951.0, 9030.0, 8967.0, 9012.0, 8941.0, 8995.0, 8968.0, 8980.0, 8971.0, 8940.0, 8955.0, 8970.0, 8996.0, 8956.0, 9028.0, 8985.0, 9025.0, 8955.0, 8995.0, 8951.0, 9008.0, 8997.0, 9032.0, 8982.0, 8950.0, 8936.0, 8909.0, 8952.0, 8952.0, 8985.0, 8940.0, 8979.0, 8938.0, 8994.0, 8966.0, 9031.0, 9001.0, 8997.0, 8942.0, 8909.0, 8928.0, 8955.0, 8998.0, 8971.0, 8982.0, 8942.0, 8942.0, 8932.0, 8942.0, 9006.0, 8975.0, 9019.0, 8975.0, 9020.0, 8987.0, 9057.0, 8983.0, 9012.0, 8937.0, 8978.0, 8956.0, 9015.0, 8980.0, 8952.0, 8950.0, 8909.0, 8937.0, 8924.0, 9017.0, 8956.0, 8998.0, 8957.0, 8996.0, 8960.0, 9011.0, 9007.0, 8944.0, 8959.0, 8953.0, 8967.0, 8942.0, 9011.0, 8972.0, 9031.0, 8955.0, 8983.0, 8953.0, 8984.0, 8985.0, 8941.0, 8985.0, 8956.0, 8981.0, 8943.0, 9028.0, 9004.0, 9036.0, 8971.0, 8978.0, 8953.0, 9000.0, 9008.0, 8963.0, 8934.0, 8944.0, 8954.0, 8940.0, 9035.0, 8990.0, 8950.0, 8973.0, 8948.0, 9036.0, 9006.0, 9033.0, 8974.0, 8987.0, 8945.0, 8996.0, 8986.0, 8942.0, 8973.0, 8971.0, 9011.0, 8970.0, 8943.0, 9016.0, 8970.0, 8971.0, 8982.0, 8956.0, 8995.0, 8956.0, 8992.0, 9017.0, 8953.0, 8963.0, 8933.0, 8958.0, 8938.0, 8989.0, 8984.0, 8921.0, 8948.0, 8947.0, 8973.0, 8940.0, 9009.0, 8998.0, 8925.0, 8940.0, 8954.0, 8995.0, 8954.0, 9031.0, 9000.0, 8955.0, 8941.0, 8941.0, 8954.0, 8940.0, 9009.0, 8968.0, 9029.0, 8944.0, 8981.0, 8942.0, 8997.0, 8985.0, 8955.0, 8952.0, 8939.0, 8977.0, 8925.0, 9008.0, 8973.0, 9031.0, 8989.0, 8944.0, 8958.0, 8926.0, 8997.0, 8963.0, 9032.0, 8968.0, 9011.0, 8939.0, 8976.0, 8939.0, 8989.0, 9001.0, 8936.0, 8937.0, 8937.0, 8979.0, 8957.0, 9014.0, 9003.0, 8936.0, 8955.0, 8937.0, 8997.0, 8957.0, 9031.0, 8986.0, 8930.0, 8969.0, 8955.0, 9013.0, 8985.0, 9033.0, 8969.0, 8927.0, 8950.0, 8922.0, 8990.0, 8964.0, 9046.0, 8966.0, 8922.0, 8939.0, 8951.0, 9009.0, 8969.0, 9019.0, 8985.0, 8944.0, 8957.0, 8945.0, 9015.0, 8977.0, 9006.0, 8989.0, 8948.0, 8955.0, 8929.0, 9011.0, 8983.0, 9053.0, 8957.0, 8983.0, 8955.0, 8993.0, 8967.0, 8951.0, 8966.0, 8955.0, 8966.0, 8945.0, 9015.0, 9004.0, 8992.0, 8990.0, 8961.0, 8973.0, 8960.0, 9012.0, 8984.0, 9035.0, 8986.0, 8942.0, 8940.0, 8940.0, 9029.0, 8985.0, 9016.0, 8952.0, 8939.0, 8937.0, 8939.0, 9026.0, 9004.0, 8940.0, 8957.0, 8955.0, 8992.0, 8955.0, 9029.0, 9003.0, 8941.0, 8954.0, 8940.0, 8965.0, 8971.0, 9012.0, 8992.0, 8976.0, 8959.0, 8947.0, 8981.0, 8942.0, 8998.0, 8968.0, 8992.0, 8986.0, 8953.0, 8957.0, 8974.0, 8957.0, 8943.0, 8992.0, 8957.0, 9013.0, 8986.0, 8975.0, 8950.0, 8931.0, 8914.0, 8902.0, 9003.0, 8943.0, 8987.0, 8930.0, 8959.0, 8938.0, 8950.0, 8969.0, 8922.0, 8995.0, 8958.0, 8991.0, 8945.0, 9011.0, 8989.0, 9000.0, 8985.0, 8944.0, 8940.0, 8942.0, 9012.0, 8975.0, 9016.0, 8977.0, 8947.0, 8958.0, 8932.0, 9020.0, 8990.0, 9045.0, 8974.0, 8985.0, 8960.0, 8958.0, 8988.0, 8960.0, 9015.0, 8979.0, 9017.0, 8948.0, 8986.0, 8990.0, 8975.0, 9017.0, 8946.0, 9014.0, 8957.0, 9011.0, 8987.0, 9034.0, 8987.0, 8929.0, 8944.0, 8938.0, 8983.0, 8950.0, 9017.0, 8969.0, 9014.0, 8958.0, 8985.0, 8946.0, 8956.0, 9020.0, 8973.0, 9018.0, 8959.0, 9016.0, 8990.0, 9054.0, 9002.0, 8986.0, 8953.0, 8938.0, 8952.0, 8965.0, 8983.0, 8928.0, 8971.0, 8956.0, 8979.0, 8955.0, 9012.0, 8987.0, 9030.0, 8960.0, 9001.0, 8960.0, 8986.0, 8976.0, 9006.0, 9005.0, 8947.0, 8972.0, 8939.0, 8996.0, 8943.0, 9048.0, 8985.0, 9016.0, 8956.0, 8928.0, 8959.0, 8960.0, 9037.0, 8990.0, 8993.0, 8980.0, 8942.0, 8986.0, 8972.0, 9055.0, 8962.0, 9036.0, 8960.0, 8954.0, 8970.0, 8954.0, 9054.0, 8974.0, 9003.0, 8961.0, 8930.0, 8986.0, 8944.0, 9052.0, 8975.0, 8991.0, 8960.0, 8931.0, 9016.0, 8972.0, 9051.0, 8990.0, 8961.0, 8959.0, 8942.0, 9014.0, 8986.0, 9037.0, 9000.0, 8941.0, 8969.0, 8955.0, 9013.0, 8984.0, 9019.0, 8985.0, 8945.0, 8969.0, 8949.0, 9017.0, 9007.0, 8992.0, 8977.0, 8962.0, 8987.0, 8946.0, 9032.0, 9005.0, 9020.0, 8964.0, 8933.0, 8959.0, 8946.0, 9038.0, 8990.0, 9020.0, 8976.0, 8927.0, 8959.0, 8961.0, 9036.0, 8979.0, 9032.0, 8963.0, 8986.0, 8986.0, 8975.0, 9005.0, 8975.0, 9020.0, 8978.0, 8987.0, 8964.0, 8974.0, 9040.0, 8964.0, 9036.0, 8978.0, 8997.0, 8960.0, 8985.0, 9003.0, 8975.0, 9000.0, 8976.0, 9002.0, 8960.0, 8988.0, 9023.0, 8989.0, 9035.0, 8957.0, 9012.0, 8969.0, 9018.0, 8989.0, 8942.0, 8940.0, 8952.0, 8996.0, 8970.0, 9054.0, 8998.0, 8941.0, 8952.0, 8945.0, 9010.0, 8988.0, 9022.0, 8978.0, 8943.0, 8955.0, 8945.0, 9037.0, 8990.0, 9036.0, 8960.0, 8983.0, 8958.0, 8982.0, 9003.0, 8956.0, 9000.0, 8961.0, 8947.0, 8949.0, 8966.0, 9039.0, 8980.0, 9038.0, 8977.0, 9020.0, 9007.0, 8992.0, 8992.0, 8963.0, 8998.0, 8943.0, 9030.0, 9000.0, 9003.0, 8983.0, 8957.0, 8967.0, 8946.0, 9013.0, 8986.0, 8987.0, 8986.0, 8944.0, 8979.0, 8941.0, 9010.0, 8994.0, 9056.0, 8981.0, 8923.0, 8918.0, 8940.0, 9007.0, 8984.0, 8984.0, 8969.0, 8942.0, 8981.0, 8961.0, 8983.0, 9006.0, 8948.0, 9019.0, 8961.0, 8955.0, 8975.0, 8982.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.00019126582278481012</td></tr>
<tr><td colspan=3>aqi</td><td>0.019960977790563866</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.57786637412442</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1969050233986178</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9898105433410134</td></tr>
<tr><td colspan=3>efc</td><td>0.4875</td></tr>
<tr><td colspan=3>fber</td><td>3912.376</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13281062101419153</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.872266973532795</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5446446533315563</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5494880301245595</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8105089329922457</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2739369968778647</td></tr>
<tr><td colspan=3>gcor</td><td>0.00328041</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0021014211233705282</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023796912282705307</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.607134534699825</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>21.0387</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.7556</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5061</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299256.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0051</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8019</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.8078</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3175.5509</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.3426</td></tr>
<tr><td colspan=3>tsnr</td><td>39.99934657418635</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>