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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-06_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-06_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-0046/ses-04/func/sub-0046_ses-04_task-social_acq-mb8_run-06_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>8483845b54fc760bc59646e4a261d481</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:47:23.005000</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.999305, -0.0303518, -0.0216175, 0.0312299, 0.99865, 0.0415089]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.11319</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7757, -7277, 554, -77, -41, -26, 80]</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>261.932</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b725f7b9-7c60-4ad6-8a62-883274d42251||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.681063652038574, 0.08378744125366211, -0.054886844009160995, 110.87623596191406], [0.08143174648284912, 2.679304838180542, 0.11381898820400238, -101.37508392333984], [-0.05799821764230728, -0.11136533319950104, 2.6970415115356445, -64.10438537597656], [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': ['164723.005000', '164723.465000', '164723.925000', '164724.385000', '164724.845000', '164725.305000', '164725.765000', '164726.225000', '164726.685000', '164727.145000', '164727.605000', '164728.065000', '164728.525000', '164728.985000', '164729.445000', '164729.905000', '164730.365000', '164730.825000', '164731.285000', '164731.745000', '164732.205000', '164732.665000', '164733.125000', '164733.585000', '164734.045000', '164734.505000', '164734.965000', '164735.425000', '164735.885000', '164736.345000', '164736.805000', '164737.265000', '164737.725000', '164738.185000', '164738.645000', '164739.105000', '164739.565000', '164740.025000', '164740.485000', '164740.945000', '164741.405000', '164741.865000', '164742.325000', '164742.785000', '164743.245000', '164743.705000', '164744.165000', '164744.625000', '164745.085000', '164745.545000', '164746.005000', '164746.465000', '164746.925000', '164747.385000', '164747.845000', '164748.305000', '164748.765000', '164749.225000', '164749.685000', '164750.145000', '164750.605000', '164751.065000', '164751.525000', '164751.985000', '164752.445000', '164752.905000', '164753.365000', '164753.825000', '164754.285000', '164754.745000', '164755.205000', '164755.665000', '164756.125000', '164756.585000', '164757.045000', '164757.505000', '164757.965000', '164758.425000', '164758.885000', '164759.345000', '164759.805000', '164800.265000', '164800.725000', '164801.185000', '164801.645000', '164802.105000', '164802.565000', '164803.025000', '164803.485000', '164803.945000', '164804.405000', '164804.865000', '164805.325000', '164805.785000', '164806.245000', '164806.705000', '164807.165000', '164807.625000', '164808.085000', '164808.545000', '164809.005000', '164809.465000', '164809.925000', '164810.385000', '164810.845000', '164811.305000', '164811.765000', '164812.225000', '164812.685000', '164813.145000', '164813.605000', '164814.065000', '164814.525000', '164814.985000', '164815.445000', '164815.905000', '164816.365000', '164816.825000', '164817.285000', '164817.745000', '164818.205000', '164818.665000', '164819.125000', '164819.585000', '164820.045000', '164820.505000', '164820.965000', '164821.425000', '164821.885000', '164822.345000', '164822.805000', '164823.265000', '164823.725000', '164824.185000', '164824.645000', '164825.105000', '164825.565000', '164826.025000', '164826.485000', '164826.945000', '164827.405000', '164827.865000', '164828.325000', '164828.785000', '164829.245000', '164829.705000', '164830.165000', '164830.625000', '164831.085000', '164831.545000', '164832.005000', '164832.465000', '164832.925000', '164833.385000', '164833.845000', '164834.305000', '164834.765000', '164835.225000', '164835.685000', '164836.145000', '164836.605000', '164837.065000', '164837.525000', '164837.985000', '164838.445000', '164838.905000', '164839.365000', '164839.825000', '164840.285000', '164840.745000', '164841.205000', '164841.665000', '164842.125000', '164842.585000', '164843.045000', '164843.505000', '164843.965000', '164844.425000', '164844.885000', '164845.345000', '164845.805000', '164846.265000', '164846.725000', '164847.185000', '164847.645000', '164848.105000', '164848.565000', '164849.025000', '164849.485000', '164849.945000', '164850.405000', '164850.865000', '164851.325000', '164851.785000', '164852.245000', '164852.705000', '164853.165000', '164853.625000', '164854.085000', '164854.545000', '164855.005000', '164855.465000', '164855.925000', '164856.385000', '164856.845000', '164857.305000', '164857.765000', '164858.225000', '164858.685000', '164859.145000', '164859.605000', '164900.065000', '164900.525000', '164900.985000', '164901.445000', '164901.905000', '164902.365000', '164902.825000', '164903.285000', '164903.745000', '164904.205000', '164904.665000', '164905.125000', '164905.585000', '164906.045000', '164906.505000', '164906.965000', '164907.425000', '164907.885000', '164908.345000', '164908.805000', '164909.265000', '164909.725000', '164910.185000', '164910.645000', '164911.105000', '164911.565000', '164912.025000', '164912.485000', '164912.945000', '164913.405000', '164913.865000', '164914.325000', '164914.785000', '164915.245000', '164915.705000', '164916.165000', '164916.625000', '164917.085000', '164917.545000', '164918.005000', '164918.465000', '164918.925000', '164919.385000', '164919.845000', '164920.305000', '164920.765000', '164921.225000', '164921.685000', '164922.145000', '164922.605000', '164923.065000', '164923.525000', '164923.985000', '164924.445000', '164924.905000', '164925.365000', '164925.825000', '164926.285000', '164926.745000', '164927.205000', '164927.665000', '164928.125000', '164928.585000', '164929.045000', '164929.505000', '164929.965000', '164930.425000', '164930.885000', '164931.345000', '164931.805000', '164932.265000', '164932.725000', '164933.185000', '164933.645000', '164934.105000', '164934.565000', '164935.025000', '164935.485000', '164935.945000', '164936.405000', '164936.865000', '164937.325000', '164937.785000', '164938.245000', '164938.705000', '164939.165000', '164939.625000', '164940.085000', '164940.545000', '164941.005000', '164941.465000', '164941.925000', '164942.385000', '164942.845000', '164943.305000', '164943.765000', '164944.225000', '164944.685000', '164945.145000', '164945.605000', '164946.065000', '164946.525000', '164946.985000', '164947.445000', '164947.905000', '164948.365000', '164948.825000', '164949.285000', '164949.745000', '164950.205000', '164950.665000', '164951.125000', '164951.585000', '164952.045000', '164952.505000', '164952.965000', '164953.425000', '164953.885000', '164954.345000', '164954.805000', '164955.265000', '164955.725000', '164956.185000', '164956.645000', '164957.105000', '164957.565000', '164958.025000', '164958.485000', '164958.945000', '164959.405000', '164959.865000', '165000.325000', '165000.785000', '165001.245000', '165001.705000', '165002.165000', '165002.625000', '165003.085000', '165003.545000', '165004.005000', '165004.465000', '165004.925000', '165005.385000', '165005.845000', '165006.305000', '165006.765000', '165007.225000', '165007.685000', '165008.145000', '165008.605000', '165009.065000', '165009.525000', '165009.985000', '165010.445000', '165010.905000', '165011.365000', '165011.825000', '165012.285000', '165012.745000', '165013.205000', '165013.665000', '165014.125000', '165014.585000', '165015.045000', '165015.505000', '165015.965000', '165016.425000', '165016.885000', '165017.345000', '165017.805000', '165018.265000', '165018.725000', '165019.185000', '165019.645000', '165020.105000', '165020.565000', '165021.025000', '165021.485000', '165021.945000', '165022.405000', '165022.865000', '165023.325000', '165023.785000', '165024.245000', '165024.705000', '165025.165000', '165025.625000', '165026.085000', '165026.545000', '165027.005000', '165027.465000', '165027.925000', '165028.385000', '165028.845000', '165029.305000', '165029.765000', '165030.225000', '165030.685000', '165031.145000', '165031.605000', '165032.065000', '165032.525000', '165032.985000', '165033.445000', '165033.905000', '165034.365000', '165034.825000', '165035.285000', '165035.745000', '165036.205000', '165036.665000', '165037.125000', '165037.585000', '165038.045000', '165038.505000', '165038.965000', '165039.425000', '165039.885000', '165040.345000', '165040.805000', '165041.265000', '165041.725000', '165042.185000', '165042.645000', '165043.105000', '165043.565000', '165044.025000', '165044.485000', '165044.945000', '165045.405000', '165045.865000', '165046.325000', '165046.785000', '165047.245000', '165047.705000', '165048.165000', '165048.625000', '165049.085000', '165049.545000', '165050.005000', '165050.465000', '165050.925000', '165051.385000', '165051.845000', '165052.305000', '165052.765000', '165053.225000', '165053.685000', '165054.145000', '165054.605000', '165055.065000', '165055.525000', '165055.985000', '165056.445000', '165056.905000', '165057.365000', '165057.825000', '165058.285000', '165058.745000', '165059.205000', '165059.665000', '165100.125000', '165100.585000', '165101.045000', '165101.505000', '165101.965000', '165102.425000', '165102.885000', '165103.345000', '165103.805000', '165104.265000', '165104.725000', '165105.185000', '165105.645000', '165106.105000', '165106.565000', '165107.025000', '165107.485000', '165107.945000', '165108.405000', '165108.865000', '165109.325000', '165109.785000', '165110.245000', '165110.705000', '165111.165000', '165111.625000', '165112.085000', '165112.545000', '165113.005000', '165113.465000', '165113.925000', '165114.385000', '165114.845000', '165115.305000', '165115.765000', '165116.225000', '165116.685000', '165117.145000', '165117.605000', '165118.065000', '165118.525000', '165118.985000', '165119.445000', '165119.905000', '165120.365000', '165120.825000', '165121.285000', '165121.745000', '165122.205000', '165122.665000', '165123.125000', '165123.585000', '165124.045000', '165124.505000', '165124.965000', '165125.425000', '165125.885000', '165126.345000', '165126.805000', '165127.265000', '165127.725000', '165128.185000', '165128.645000', '165129.105000', '165129.565000', '165130.025000', '165130.485000', '165130.945000', '165131.405000', '165131.865000', '165132.325000', '165132.785000', '165133.245000', '165133.705000', '165134.165000', '165134.625000', '165135.085000', '165135.545000', '165136.005000', '165136.465000', '165136.925000', '165137.385000', '165137.845000', '165138.305000', '165138.765000', '165139.225000', '165139.685000', '165140.145000', '165140.605000', '165141.065000', '165141.525000', '165141.985000', '165142.445000', '165142.905000', '165143.365000', '165143.825000', '165144.285000', '165144.745000', '165145.205000', '165145.665000', '165146.125000', '165146.585000', '165147.045000', '165147.505000', '165147.965000', '165148.425000', '165148.885000', '165149.345000', '165149.805000', '165150.265000', '165150.725000', '165151.185000', '165151.645000', '165152.105000', '165152.565000', '165153.025000', '165153.485000', '165153.945000', '165154.405000', '165154.865000', '165155.325000', '165155.785000', '165156.245000', '165156.705000', '165157.165000', '165157.625000', '165158.085000', '165158.545000', '165159.005000', '165159.465000', '165159.925000', '165200.385000', '165200.845000', '165201.305000', '165201.765000', '165202.225000', '165202.685000', '165203.145000', '165203.605000', '165204.065000', '165204.525000', '165204.985000', '165205.445000', '165205.905000', '165206.365000', '165206.825000', '165207.285000', '165207.745000', '165208.205000', '165208.665000', '165209.125000', '165209.585000', '165210.045000', '165210.505000', '165210.965000', '165211.425000', '165211.885000', '165212.345000', '165212.805000', '165213.265000', '165213.725000', '165214.185000', '165214.645000', '165215.105000', '165215.565000', '165216.025000', '165216.485000', '165216.945000', '165217.405000', '165217.865000', '165218.325000', '165218.785000', '165219.245000', '165219.705000', '165220.165000', '165220.625000', '165221.085000', '165221.545000', '165222.005000', '165222.465000', '165222.925000', '165223.385000', '165223.845000', '165224.305000', '165224.765000', '165225.225000', '165225.685000', '165226.145000', '165226.605000', '165227.065000', '165227.525000', '165227.985000', '165228.445000', '165228.905000', '165229.365000', '165229.825000', '165230.285000', '165230.745000', '165231.205000', '165231.665000', '165232.125000', '165232.585000', '165233.045000', '165233.505000', '165233.965000', '165234.425000', '165234.885000', '165235.345000', '165235.805000', '165236.265000', '165236.725000', '165237.185000', '165237.645000', '165238.105000', '165238.565000', '165239.025000', '165239.485000', '165239.945000', '165240.405000', '165240.865000', '165241.325000', '165241.785000', '165242.245000', '165242.705000', '165243.165000', '165243.625000', '165244.085000', '165244.545000', '165245.005000', '165245.465000', '165245.925000', '165246.385000', '165246.845000', '165247.305000', '165247.765000', '165248.225000', '165248.685000', '165249.145000', '165249.605000', '165250.065000', '165250.525000', '165250.985000', '165251.445000', '165251.905000', '165252.365000', '165252.825000', '165253.285000', '165253.745000', '165254.205000', '165254.665000', '165255.125000', '165255.585000', '165256.045000', '165256.505000', '165256.965000', '165257.425000', '165257.885000', '165258.345000', '165258.805000', '165259.265000', '165259.725000', '165300.185000', '165300.645000', '165301.105000', '165301.565000', '165302.025000', '165302.485000', '165302.945000', '165303.405000', '165303.865000', '165304.325000', '165304.785000', '165305.245000', '165305.705000', '165306.165000', '165306.625000', '165307.085000', '165307.545000', '165308.005000', '165308.465000', '165308.925000', '165309.385000', '165309.845000', '165310.305000', '165310.765000', '165311.225000', '165311.685000', '165312.145000', '165312.605000', '165313.065000', '165313.525000', '165313.985000', '165314.445000', '165314.905000', '165315.365000', '165315.825000', '165316.285000', '165316.745000', '165317.205000', '165317.665000', '165318.125000', '165318.585000', '165319.045000', '165319.505000', '165319.965000', '165320.425000', '165320.885000', '165321.345000', '165321.805000', '165322.265000', '165322.725000', '165323.185000', '165323.645000', '165324.105000', '165324.565000', '165325.025000', '165325.485000', '165325.945000', '165326.405000', '165326.865000', '165327.325000', '165327.785000', '165328.245000', '165328.705000', '165329.165000', '165329.625000', '165330.085000', '165330.545000', '165331.005000', '165331.465000', '165331.925000', '165332.385000', '165332.845000', '165333.305000', '165333.765000', '165334.225000', '165334.685000', '165335.145000', '165335.605000', '165336.065000', '165336.525000', '165336.985000', '165337.445000', '165337.905000', '165338.365000', '165338.825000', '165339.285000', '165339.745000', '165340.205000', '165340.665000', '165341.125000', '165341.585000', '165342.045000', '165342.505000', '165342.965000', '165343.425000', '165343.885000', '165344.345000', '165344.805000', '165345.265000', '165345.725000', '165346.185000', '165346.645000', '165347.105000', '165347.565000', '165348.025000', '165348.485000', '165348.945000', '165349.405000', '165349.865000', '165350.325000', '165350.785000', '165351.245000', '165351.705000', '165352.165000', '165352.625000', '165353.085000', '165353.545000', '165354.005000', '165354.465000', '165354.925000', '165355.385000', '165355.845000', '165356.305000', '165356.765000', '165357.225000', '165357.685000', '165358.145000', '165358.605000', '165359.065000', '165359.525000', '165359.985000', '165400.445000', '165400.905000', '165401.365000', '165401.825000', '165402.285000', '165402.745000', '165403.205000', '165403.665000'], 'ContentTime': ['164733.763000', '164733.767000', '164733.770000', '164733.773000', '164733.775000', '164733.778000', '164733.781000', '164733.783000', '164733.786000', '164733.789000', '164733.792000', '164733.795000', '164733.797000', '164733.800000', '164733.803000', '164733.816000', '164733.819000', '164733.822000', '164733.828000', '164733.832000', '164753.720000', '164753.723000', '164753.726000', '164753.729000', '164753.731000', '164753.734000', '164753.738000', '164753.740000', '164753.748000', '164753.751000', '164753.754000', '164753.756000', '164753.759000', '164753.761000', '164753.764000', '164753.766000', '164753.769000', '164753.771000', '164753.774000', '164753.776000', '164753.779000', '164753.782000', '164753.784000', '164753.787000', '164753.789000', '164753.792000', '164753.794000', '164753.797000', '164753.799000', '164753.802000', '164753.804000', '164753.807000', '164753.809000', '164753.812000', '164753.814000', '164753.817000', '164753.820000', '164753.822000', '164753.825000', '164753.827000', '164753.830000', '164753.832000', '164753.835000', '164813.720000', '164813.723000', '164813.726000', '164813.728000', '164813.731000', '164813.733000', '164813.736000', '164813.738000', '164813.741000', '164813.743000', '164813.746000', '164813.749000', '164813.751000', '164813.754000', '164813.756000', '164813.759000', '164813.761000', '164813.764000', '164813.766000', '164813.769000', '164813.771000', '164813.774000', '164813.777000', '164813.779000', '164813.782000', '164813.784000', '164813.787000', '164813.789000', '164813.792000', '164813.794000', '164813.797000', '164813.799000', '164813.802000', '164813.805000', '164813.807000', '164813.820000', '164813.822000', '164813.825000', '164813.830000', '164813.832000', '164813.835000', '164813.838000', '164813.840000', '164813.843000', '164833.720000', '164833.723000', '164833.726000', '164833.729000', '164833.731000', '164833.734000', '164833.737000', '164833.739000', '164833.742000', '164833.744000', '164833.747000', '164833.749000', '164833.752000', '164833.755000', '164833.757000', '164833.760000', '164833.762000', '164833.765000', '164833.767000', '164833.770000', '164833.773000', '164833.775000', '164833.778000', '164833.780000', '164833.783000', '164833.785000', '164833.788000', '164833.790000', '164833.793000', '164833.795000', '164833.798000', '164833.801000', '164833.803000', '164833.806000', '164833.808000', '164833.811000', '164833.814000', '164833.816000', '164833.819000', '164833.821000', '164833.824000', '164833.826000', '164833.829000', '164853.720000', '164853.723000', '164853.726000', '164853.728000', '164853.731000', '164853.734000', '164853.736000', '164853.739000', '164853.741000', '164853.744000', '164853.746000', '164853.749000', '164853.752000', '164853.754000', '164853.757000', '164853.759000', '164853.762000', '164853.764000', '164853.767000', '164853.770000', '164853.772000', '164853.775000', '164853.777000', '164853.780000', '164853.782000', '164853.785000', '164853.787000', '164853.790000', '164853.792000', '164853.795000', '164853.798000', '164853.800000', '164853.803000', '164853.805000', '164853.808000', '164853.811000', '164853.813000', '164853.816000', '164853.818000', '164853.821000', '164853.823000', '164853.826000', '164853.828000', '164853.831000', '164913.721000', '164913.724000', '164913.726000', '164913.729000', '164913.731000', '164913.734000', '164913.737000', '164913.739000', '164913.743000', '164913.746000', '164913.748000', '164913.751000', '164913.754000', '164913.756000', '164913.759000', '164913.762000', '164913.764000', '164913.767000', '164913.769000', '164913.772000', '164913.775000', '164913.777000', '164913.780000', '164913.782000', '164913.785000', '164913.787000', '164913.790000', '164913.793000', '164913.795000', '164913.798000', '164913.800000', '164913.803000', '164913.805000', '164913.808000', '164913.811000', '164913.813000', '164913.816000', '164913.818000', '164913.821000', '164913.823000', '164913.826000', '164913.828000', '164913.831000', '164933.720000', '164933.723000', '164933.726000', '164933.728000', '164933.731000', '164933.734000', '164933.736000', '164933.739000', '164933.741000', '164933.744000', '164933.746000', '164933.749000', '164933.751000', '164933.754000', '164933.757000', '164933.759000', '164933.762000', '164933.764000', '164933.767000', '164933.770000', '164933.772000', '164933.775000', '164933.777000', '164933.780000', '164933.782000', '164933.785000', '164933.788000', '164933.790000', '164933.793000', '164933.795000', '164933.798000', '164933.801000', '164933.803000', '164933.806000', '164933.808000', '164933.811000', '164933.813000', '164933.816000', '164933.819000', '164933.821000', '164933.824000', '164933.826000', '164933.829000', '164933.832000', '164953.721000', '164953.724000', '164953.727000', '164953.729000', '164953.732000', '164953.735000', '164953.737000', '164953.740000', '164953.742000', '164953.745000', '164953.747000', '164953.750000', '164953.752000', '164953.755000', '164953.758000', '164953.760000', '164953.763000', '164953.765000', '164953.768000', '164953.770000', '164953.773000', '164953.775000', '164953.778000', '164953.781000', '164953.783000', '164953.786000', '164953.788000', '164953.791000', '164953.793000', '164953.796000', '164953.821000', '164953.824000', '164953.827000', '164953.829000', '164953.832000', '164953.834000', '164953.837000', '164953.840000', '164953.842000', '164953.845000', '164953.847000', '164953.850000', '164953.852000', '164953.855000', '165013.721000', '165013.723000', '165013.726000', '165013.729000', '165013.731000', '165013.734000', '165013.736000', '165013.739000', '165013.741000', '165013.744000', '165013.747000', '165013.749000', '165013.752000', '165013.754000', '165013.757000', '165013.760000', '165013.762000', '165013.765000', '165013.767000', '165013.770000', '165013.772000', '165013.775000', '165013.777000', '165013.780000', '165013.783000', '165013.785000', '165013.788000', '165013.790000', '165013.793000', '165013.796000', '165013.798000', '165013.801000', '165013.803000', '165013.806000', '165013.808000', '165013.811000', '165013.813000', '165013.816000', '165013.819000', '165013.821000', '165013.824000', '165013.826000', '165013.829000', '165033.721000', '165033.723000', '165033.726000', '165033.729000', '165033.731000', '165033.734000', '165033.736000', '165033.739000', '165033.741000', '165033.745000', '165033.748000', '165033.750000', '165033.753000', '165033.755000', '165033.758000', '165033.761000', '165033.763000', '165033.766000', '165033.768000', '165033.771000', '165033.774000', '165033.776000', '165033.779000', '165033.781000', '165033.784000', '165033.787000', '165033.790000', '165033.792000', '165033.795000', '165033.798000', '165033.801000', '165033.803000', '165033.806000', '165033.808000', '165033.811000', '165033.813000', '165033.816000', '165033.818000', '165033.821000', '165033.824000', '165033.826000', '165033.829000', '165033.831000', '165053.720000', '165053.723000', '165053.726000', '165053.728000', '165053.731000', '165053.734000', '165053.736000', '165053.739000', '165053.741000', '165053.744000', '165053.746000', '165053.749000', '165053.751000', '165053.754000', '165053.757000', '165053.759000', '165053.762000', '165053.764000', '165053.767000', '165053.770000', '165053.772000', '165053.775000', '165053.777000', '165053.780000', '165053.782000', '165053.785000', '165053.787000', '165053.790000', '165053.793000', '165053.795000', '165053.798000', '165053.800000', '165053.803000', '165053.805000', '165053.808000', '165053.811000', '165053.813000', '165053.816000', '165053.818000', '165053.821000', '165053.823000', '165053.826000', '165053.829000', '165053.831000', '165113.721000', '165113.723000', '165113.726000', '165113.729000', '165113.732000', '165113.735000', '165113.738000', '165113.740000', '165113.743000', '165113.746000', '165113.748000', '165113.751000', '165113.753000', '165113.756000', '165113.759000', '165113.761000', '165113.764000', '165113.766000', '165113.769000', '165113.771000', '165113.774000', '165113.776000', '165113.779000', '165113.782000', '165113.784000', '165113.787000', '165113.789000', '165113.792000', '165113.795000', '165113.797000', '165113.800000', '165113.802000', '165113.805000', '165113.807000', '165113.810000', '165113.813000', '165113.815000', '165113.818000', '165113.820000', '165113.823000', '165113.826000', '165113.828000', '165113.831000', '165133.721000', '165133.723000', '165133.726000', '165133.729000', '165133.731000', '165133.734000', '165133.736000', '165133.739000', '165133.741000', '165133.744000', '165133.747000', '165133.749000', '165133.752000', '165133.754000', '165133.757000', '165133.760000', '165133.762000', '165133.765000', '165133.767000', '165133.770000', '165133.772000', '165133.775000', '165133.778000', '165133.780000', '165133.783000', '165133.785000', '165133.788000', '165133.790000', '165133.793000', '165133.795000', '165133.798000', '165133.801000', '165133.803000', '165133.806000', '165133.808000', '165133.811000', '165133.813000', '165133.816000', '165133.818000', '165133.821000', '165133.824000', '165133.826000', '165133.829000', '165133.831000', '165153.720000', '165153.723000', '165153.726000', '165153.729000', '165153.731000', '165153.734000', '165153.736000', '165153.739000', '165153.741000', '165153.744000', '165153.747000', '165153.749000', '165153.752000', '165153.754000', '165153.757000', '165153.759000', '165153.762000', '165153.765000', '165153.767000', '165153.770000', '165153.772000', '165153.775000', '165153.777000', '165153.780000', '165153.783000', '165153.786000', '165153.789000', '165153.791000', '165153.794000', '165153.796000', '165153.799000', '165153.802000', '165153.804000', '165153.807000', '165153.809000', '165153.812000', '165153.814000', '165153.817000', '165153.819000', '165153.822000', '165153.825000', '165153.827000', '165153.830000', '165213.722000', '165213.725000', '165213.727000', '165213.730000', '165213.732000', '165213.735000', '165213.737000', '165213.740000', '165213.742000', '165213.745000', '165213.748000', '165213.750000', '165213.753000', '165213.755000', '165213.758000', '165213.760000', '165213.763000', '165213.766000', '165213.768000', '165213.771000', '165213.773000', '165213.776000', '165213.778000', '165213.781000', '165213.784000', '165213.786000', '165213.789000', '165213.791000', '165213.794000', '165213.796000', '165213.799000', '165213.802000', '165213.804000', '165213.807000', '165213.810000', '165213.812000', '165213.815000', '165213.817000', '165213.820000', '165213.823000', '165213.825000', '165213.828000', '165213.830000', '165213.833000', '165233.721000', '165233.723000', '165233.726000', '165233.729000', '165233.731000', '165233.734000', '165233.736000', '165233.739000', '165233.741000', '165233.744000', '165233.747000', '165233.749000', '165233.752000', '165233.754000', '165233.757000', '165233.759000', '165233.762000', '165233.764000', '165233.767000', '165233.770000', '165233.772000', '165233.775000', '165233.778000', '165233.780000', '165233.783000', '165233.786000', '165233.788000', '165233.791000', '165233.794000', '165233.796000', '165233.799000', '165233.801000', '165233.804000', '165233.806000', '165233.809000', '165233.812000', '165233.814000', '165233.817000', '165233.819000', '165233.822000', '165233.824000', '165233.827000', '165233.830000', '165253.721000', '165253.724000', '165253.726000', '165253.729000', '165253.731000', '165253.734000', '165253.736000', '165253.739000', '165253.742000', '165253.744000', '165253.747000', '165253.750000', '165253.752000', '165253.755000', '165253.757000', '165253.760000', '165253.762000', '165253.765000', '165253.768000', '165253.770000', '165253.773000', '165253.775000', '165253.784000', '165253.786000', '165253.789000', '165253.791000', '165253.794000', '165253.796000', '165253.799000', '165253.802000', '165253.804000', '165253.807000', '165253.809000', '165253.812000', '165253.814000', '165253.817000', '165253.820000', '165253.822000', '165253.825000', '165253.827000', '165253.830000', '165253.833000', '165253.835000', '165253.838000', '165313.720000', '165313.723000', '165313.726000', '165313.729000', '165313.731000', '165313.734000', '165313.736000', '165313.739000', '165313.741000', '165313.744000', '165313.746000', '165313.749000', '165313.752000', '165313.754000', '165313.757000', '165313.759000', '165313.762000', '165313.764000', '165313.767000', '165313.769000', '165313.772000', '165313.775000', '165313.777000', '165313.780000', '165313.782000', '165313.785000', '165313.788000', '165313.790000', '165313.793000', '165313.795000', '165313.798000', '165313.800000', '165313.803000', '165313.805000', '165313.808000', '165313.811000', '165313.813000', '165313.816000', '165313.819000', '165313.823000', '165313.826000', '165313.829000', '165313.832000', '165333.720000', '165333.723000', '165333.726000', '165333.728000', '165333.731000', '165333.734000', '165333.736000', '165333.739000', '165333.741000', '165333.744000', '165333.747000', '165333.749000', '165333.752000', '165333.754000', '165333.757000', '165333.759000', '165333.762000', '165333.764000', '165333.767000', '165333.770000', '165333.772000', '165333.775000', '165333.777000', '165333.780000', '165333.783000', '165333.785000', '165333.788000', '165333.790000', '165333.793000', '165333.795000', '165333.798000', '165333.801000', '165333.803000', '165333.806000', '165333.808000', '165333.811000', '165333.814000', '165333.816000', '165333.819000', '165333.821000', '165333.824000', '165333.826000', '165333.829000', '165333.832000', '165353.720000', '165353.723000', '165353.726000', '165353.728000', '165353.731000', '165353.734000', '165353.736000', '165353.739000', '165353.741000', '165353.744000', '165353.747000', '165353.749000', '165353.752000', '165353.754000', '165353.757000', '165353.759000', '165353.762000', '165353.764000', '165353.767000', '165353.770000', '165353.772000', '165353.775000', '165353.777000', '165353.780000', '165353.782000', '165353.785000', '165353.788000', '165353.790000', '165353.793000', '165353.795000', '165353.798000', '165353.800000', '165353.803000', '165353.806000', '165353.808000', '165353.811000', '165353.813000', '165353.816000', '165353.819000', '165353.821000', '165353.824000', '165353.826000', '165353.829000', '165405.276000', '165405.279000', '165405.282000', '165405.284000', '165405.287000', '165405.289000', '165405.292000', '165405.295000', '165405.297000', '165405.300000', '165405.302000', '165405.305000', '165405.307000', '165405.310000', '165405.313000', '165405.315000', '165405.318000', '165405.324000', '165405.326000', '165405.329000', '165405.332000', '165405.334000', '165405.337000', '165405.339000', '165405.342000', '165405.345000'], 'InstanceCreationTime': ['164733.763000', '164733.767000', '164733.770000', '164733.773000', '164733.775000', '164733.778000', '164733.781000', '164733.783000', '164733.786000', '164733.789000', '164733.792000', '164733.795000', '164733.797000', '164733.800000', '164733.803000', '164733.816000', '164733.819000', '164733.822000', '164733.828000', '164733.832000', '164753.720000', '164753.723000', '164753.726000', '164753.729000', '164753.731000', '164753.734000', '164753.738000', '164753.740000', '164753.748000', '164753.751000', '164753.754000', '164753.756000', '164753.759000', '164753.761000', '164753.764000', '164753.766000', '164753.769000', '164753.771000', '164753.774000', '164753.776000', '164753.779000', '164753.782000', '164753.784000', '164753.787000', '164753.789000', '164753.792000', '164753.794000', '164753.797000', '164753.799000', '164753.802000', '164753.804000', '164753.807000', '164753.809000', '164753.812000', '164753.814000', '164753.817000', '164753.820000', '164753.822000', '164753.825000', '164753.827000', '164753.830000', '164753.832000', '164753.835000', '164813.720000', '164813.723000', '164813.726000', '164813.728000', '164813.731000', '164813.733000', '164813.736000', '164813.738000', '164813.741000', '164813.743000', '164813.746000', '164813.749000', '164813.751000', '164813.754000', '164813.756000', '164813.759000', '164813.761000', '164813.764000', '164813.766000', '164813.769000', '164813.771000', '164813.774000', '164813.777000', '164813.779000', '164813.782000', '164813.784000', '164813.787000', '164813.789000', '164813.792000', '164813.794000', '164813.797000', '164813.799000', '164813.802000', '164813.805000', '164813.807000', '164813.820000', '164813.822000', '164813.825000', '164813.830000', '164813.832000', '164813.835000', '164813.838000', '164813.840000', '164813.843000', '164833.720000', '164833.723000', '164833.726000', '164833.729000', '164833.731000', '164833.734000', '164833.737000', '164833.739000', '164833.742000', '164833.744000', '164833.747000', '164833.749000', '164833.752000', '164833.755000', '164833.757000', '164833.760000', '164833.762000', '164833.765000', '164833.767000', '164833.770000', '164833.773000', '164833.775000', '164833.778000', '164833.780000', '164833.783000', '164833.785000', '164833.788000', '164833.790000', '164833.793000', '164833.795000', '164833.798000', '164833.801000', '164833.803000', '164833.806000', '164833.808000', '164833.811000', '164833.814000', '164833.816000', '164833.819000', '164833.821000', '164833.824000', '164833.826000', '164833.829000', '164853.720000', '164853.723000', '164853.726000', '164853.728000', '164853.731000', '164853.734000', '164853.736000', '164853.739000', '164853.741000', '164853.744000', '164853.746000', '164853.749000', '164853.752000', '164853.754000', '164853.757000', '164853.759000', '164853.762000', '164853.764000', '164853.767000', '164853.770000', '164853.772000', '164853.775000', '164853.777000', '164853.780000', '164853.782000', '164853.785000', '164853.787000', '164853.790000', '164853.792000', '164853.795000', '164853.798000', '164853.800000', '164853.803000', '164853.805000', '164853.808000', '164853.811000', '164853.813000', '164853.816000', '164853.818000', '164853.821000', '164853.823000', '164853.826000', '164853.828000', '164853.831000', '164913.721000', '164913.724000', '164913.726000', '164913.729000', '164913.731000', '164913.734000', '164913.737000', '164913.739000', '164913.743000', '164913.746000', '164913.748000', '164913.751000', '164913.754000', '164913.756000', '164913.759000', '164913.762000', '164913.764000', '164913.767000', '164913.769000', '164913.772000', '164913.775000', '164913.777000', '164913.780000', '164913.782000', '164913.785000', '164913.787000', '164913.790000', '164913.793000', '164913.795000', '164913.798000', '164913.800000', '164913.803000', '164913.805000', '164913.808000', '164913.811000', '164913.813000', '164913.816000', '164913.818000', '164913.821000', '164913.823000', '164913.826000', '164913.828000', '164913.831000', '164933.720000', '164933.723000', '164933.726000', '164933.728000', '164933.731000', '164933.734000', '164933.736000', '164933.739000', '164933.741000', '164933.744000', '164933.746000', '164933.749000', '164933.751000', '164933.754000', '164933.757000', '164933.759000', '164933.762000', '164933.764000', '164933.767000', '164933.770000', '164933.772000', '164933.775000', '164933.777000', '164933.780000', '164933.782000', '164933.785000', '164933.788000', '164933.790000', '164933.793000', '164933.795000', '164933.798000', '164933.801000', '164933.803000', '164933.806000', '164933.808000', '164933.811000', '164933.813000', '164933.816000', '164933.819000', '164933.821000', '164933.824000', '164933.826000', '164933.829000', '164933.832000', '164953.721000', '164953.724000', '164953.727000', '164953.729000', '164953.732000', '164953.735000', '164953.737000', '164953.740000', '164953.742000', '164953.745000', '164953.747000', '164953.750000', '164953.752000', '164953.755000', '164953.758000', '164953.760000', '164953.763000', '164953.765000', '164953.768000', '164953.770000', '164953.773000', '164953.775000', '164953.778000', '164953.781000', '164953.783000', '164953.786000', '164953.788000', '164953.791000', '164953.793000', '164953.796000', '164953.821000', '164953.824000', '164953.827000', '164953.829000', '164953.832000', '164953.834000', '164953.837000', '164953.840000', '164953.842000', '164953.845000', '164953.847000', '164953.850000', '164953.852000', '164953.855000', '165013.721000', '165013.723000', '165013.726000', '165013.729000', '165013.731000', '165013.734000', '165013.736000', '165013.739000', '165013.741000', '165013.744000', '165013.747000', '165013.749000', '165013.752000', '165013.754000', '165013.757000', '165013.760000', '165013.762000', '165013.765000', '165013.767000', '165013.770000', '165013.772000', '165013.775000', '165013.777000', '165013.780000', '165013.783000', '165013.785000', '165013.788000', '165013.790000', '165013.793000', '165013.796000', '165013.798000', '165013.801000', '165013.803000', '165013.806000', '165013.808000', '165013.811000', '165013.813000', '165013.816000', '165013.819000', '165013.821000', '165013.824000', '165013.826000', '165013.829000', '165033.721000', '165033.723000', '165033.726000', '165033.729000', '165033.731000', '165033.734000', '165033.736000', '165033.739000', '165033.741000', '165033.745000', '165033.748000', '165033.750000', '165033.753000', '165033.755000', '165033.758000', '165033.761000', '165033.763000', '165033.766000', '165033.768000', '165033.771000', '165033.774000', '165033.776000', '165033.779000', '165033.781000', '165033.784000', '165033.787000', '165033.790000', '165033.792000', '165033.795000', '165033.798000', '165033.801000', '165033.803000', '165033.806000', '165033.808000', '165033.811000', '165033.813000', '165033.816000', '165033.818000', '165033.821000', '165033.824000', '165033.826000', '165033.829000', '165033.831000', '165053.720000', '165053.723000', '165053.726000', '165053.728000', '165053.731000', '165053.734000', '165053.736000', '165053.739000', '165053.741000', '165053.744000', '165053.746000', '165053.749000', '165053.751000', '165053.754000', '165053.757000', '165053.759000', '165053.762000', '165053.764000', '165053.767000', '165053.770000', '165053.772000', '165053.775000', '165053.777000', '165053.780000', '165053.782000', '165053.785000', '165053.787000', '165053.790000', '165053.793000', '165053.795000', '165053.798000', '165053.800000', '165053.803000', '165053.805000', '165053.808000', '165053.811000', '165053.813000', '165053.816000', '165053.818000', '165053.821000', '165053.823000', '165053.826000', '165053.829000', '165053.831000', '165113.721000', '165113.723000', '165113.726000', '165113.729000', '165113.732000', '165113.735000', '165113.738000', '165113.740000', '165113.743000', '165113.746000', '165113.748000', '165113.751000', '165113.753000', '165113.756000', '165113.759000', '165113.761000', '165113.764000', '165113.766000', '165113.769000', '165113.771000', '165113.774000', '165113.776000', '165113.779000', '165113.782000', '165113.784000', '165113.787000', '165113.789000', '165113.792000', '165113.795000', '165113.797000', '165113.800000', '165113.802000', '165113.805000', '165113.807000', '165113.810000', '165113.813000', '165113.815000', '165113.818000', '165113.820000', '165113.823000', '165113.826000', '165113.828000', '165113.831000', '165133.721000', '165133.723000', '165133.726000', '165133.729000', '165133.731000', '165133.734000', '165133.736000', '165133.739000', '165133.741000', '165133.744000', '165133.747000', '165133.749000', '165133.752000', '165133.754000', '165133.757000', '165133.760000', '165133.762000', '165133.765000', '165133.767000', '165133.770000', '165133.772000', '165133.775000', '165133.778000', '165133.780000', '165133.783000', '165133.785000', '165133.788000', '165133.790000', '165133.793000', '165133.795000', '165133.798000', '165133.801000', '165133.803000', '165133.806000', '165133.808000', '165133.811000', '165133.813000', '165133.816000', '165133.818000', '165133.821000', '165133.824000', '165133.826000', '165133.829000', '165133.831000', '165153.720000', '165153.723000', '165153.726000', '165153.729000', '165153.731000', '165153.734000', '165153.736000', '165153.739000', '165153.741000', '165153.744000', '165153.747000', '165153.749000', '165153.752000', '165153.754000', '165153.757000', '165153.759000', '165153.762000', '165153.765000', '165153.767000', '165153.770000', '165153.772000', '165153.775000', '165153.777000', '165153.780000', '165153.783000', '165153.786000', '165153.789000', '165153.791000', '165153.794000', '165153.796000', '165153.799000', '165153.802000', '165153.804000', '165153.807000', '165153.809000', '165153.812000', '165153.814000', '165153.817000', '165153.819000', '165153.822000', '165153.825000', '165153.827000', '165153.830000', '165213.722000', '165213.725000', '165213.727000', '165213.730000', '165213.732000', '165213.735000', '165213.737000', '165213.740000', '165213.742000', '165213.745000', '165213.748000', '165213.750000', '165213.753000', '165213.755000', '165213.758000', '165213.760000', '165213.763000', '165213.766000', '165213.768000', '165213.771000', '165213.773000', '165213.776000', '165213.778000', '165213.781000', '165213.784000', '165213.786000', '165213.789000', '165213.791000', '165213.794000', '165213.796000', '165213.799000', '165213.802000', '165213.804000', '165213.807000', '165213.810000', '165213.812000', '165213.815000', '165213.817000', '165213.820000', '165213.823000', '165213.825000', '165213.828000', '165213.830000', '165213.833000', '165233.721000', '165233.723000', '165233.726000', '165233.729000', '165233.731000', '165233.734000', '165233.736000', '165233.739000', '165233.741000', '165233.744000', '165233.747000', '165233.749000', '165233.752000', '165233.754000', '165233.757000', '165233.759000', '165233.762000', '165233.764000', '165233.767000', '165233.770000', '165233.772000', '165233.775000', '165233.778000', '165233.780000', '165233.783000', '165233.786000', '165233.788000', '165233.791000', '165233.794000', '165233.796000', '165233.799000', '165233.801000', '165233.804000', '165233.806000', '165233.809000', '165233.812000', '165233.814000', '165233.817000', '165233.819000', '165233.822000', '165233.824000', '165233.827000', '165233.830000', '165253.721000', '165253.724000', '165253.726000', '165253.729000', '165253.731000', '165253.734000', '165253.736000', '165253.739000', '165253.742000', '165253.744000', '165253.747000', '165253.750000', '165253.752000', '165253.755000', '165253.757000', '165253.760000', '165253.762000', '165253.765000', '165253.768000', '165253.770000', '165253.773000', '165253.775000', '165253.784000', '165253.786000', '165253.789000', '165253.791000', '165253.794000', '165253.796000', '165253.799000', '165253.802000', '165253.804000', '165253.807000', '165253.809000', '165253.812000', '165253.814000', '165253.817000', '165253.820000', '165253.822000', '165253.825000', '165253.827000', '165253.830000', '165253.833000', '165253.835000', '165253.838000', '165313.720000', '165313.723000', '165313.726000', '165313.729000', '165313.731000', '165313.734000', '165313.736000', '165313.739000', '165313.741000', '165313.744000', '165313.746000', '165313.749000', '165313.752000', '165313.754000', '165313.757000', '165313.759000', '165313.762000', '165313.764000', '165313.767000', '165313.769000', '165313.772000', '165313.775000', '165313.777000', '165313.780000', '165313.782000', '165313.785000', '165313.788000', '165313.790000', '165313.793000', '165313.795000', '165313.798000', '165313.800000', '165313.803000', '165313.805000', '165313.808000', '165313.811000', '165313.813000', '165313.816000', '165313.819000', '165313.823000', '165313.826000', '165313.829000', '165313.832000', '165333.720000', '165333.723000', '165333.726000', '165333.728000', '165333.731000', '165333.734000', '165333.736000', '165333.739000', '165333.741000', '165333.744000', '165333.747000', '165333.749000', '165333.752000', '165333.754000', '165333.757000', '165333.759000', '165333.762000', '165333.764000', '165333.767000', '165333.770000', '165333.772000', '165333.775000', '165333.777000', '165333.780000', '165333.783000', '165333.785000', '165333.788000', '165333.790000', '165333.793000', '165333.795000', '165333.798000', '165333.801000', '165333.803000', '165333.806000', '165333.808000', '165333.811000', '165333.814000', '165333.816000', '165333.819000', '165333.821000', '165333.824000', '165333.826000', '165333.829000', '165333.832000', '165353.720000', '165353.723000', '165353.726000', '165353.728000', '165353.731000', '165353.734000', '165353.736000', '165353.739000', '165353.741000', '165353.744000', '165353.747000', '165353.749000', '165353.752000', '165353.754000', '165353.757000', '165353.759000', '165353.762000', '165353.764000', '165353.767000', '165353.770000', '165353.772000', '165353.775000', '165353.777000', '165353.780000', '165353.782000', '165353.785000', '165353.788000', '165353.790000', '165353.793000', '165353.795000', '165353.798000', '165353.800000', '165353.803000', '165353.806000', '165353.808000', '165353.811000', '165353.813000', '165353.816000', '165353.819000', '165353.821000', '165353.824000', '165353.826000', '165353.829000', '165405.276000', '165405.279000', '165405.282000', '165405.284000', '165405.287000', '165405.289000', '165405.292000', '165405.295000', '165405.297000', '165405.300000', '165405.302000', '165405.305000', '165405.307000', '165405.310000', '165405.313000', '165405.315000', '165405.318000', '165405.324000', '165405.326000', '165405.329000', '165405.332000', '165405.334000', '165405.337000', '165405.339000', '165405.342000', '165405.345000'], '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': [9797, 15945, 11635, 9325, 15108, 10120, 8127, 9453, 9966, 15226, 11833, 8231, 15722, 10175, 7324, 10402, 8421, 14357, 10810, 10411, 11939, 10059, 17112, 12540, 9651, 13182, 10024, 12167, 13771, 14373, 16000, 10124, 8248, 13291, 11216, 16755, 21242, 20356, 13492, 10327, 12884, 19477, 9965, 11774, 10032, 10391, 13133, 18301, 12182, 9210, 8152, 11324, 11549, 12348, 20536, 18002, 14866, 16762, 16175, 11879, 10620, 15377, 12420, 9587, 17363, 12920, 9547, 14835, 11344, 9840, 8450, 12089, 10904, 8591, 10997, 9984, 7757, 10039, 9400, 7869, 11039, 10158, 7401, 11650, 10114, 7671, 11902, 10103, 7984, 19161, 12765, 10326, 18986, 11656, 8132, 15946, 11886, 10309, 13522, 11456, 18531, 13691, 16725, 18872, 12538, 9882, 7795, 12345, 12066, 14766, 16771, 10347, 8479, 12204, 9771, 10555, 19454, 18662, 18660, 15894, 12053, 8980, 14764, 12051, 13444, 19806, 14581, 10469, 11211, 9786, 12856, 9723, 7607, 13258, 11092, 7879, 14113, 11728, 12476, 15351, 10959, 8551, 9793, 7405, 13802, 11510, 13509, 12555, 8920, 9927, 9750, 7699, 11544, 11680, 12928, 14054, 8296, 14425, 10954, 8474, 9842, 12884, 11003, 13900, 14502, 16436, 18130, 18297, 20270, 20439, 19899, 18334, 21381, 9038, 7349, 7375, 8755, 8124, 9054, 9760, 8554, 12501, 10079, 14716, 10490, 15591, 15172, 13411, 18113, 14790, 18721, 15862, 17358, 13230, 9005, 10918, 8338, 16516, 13079, 17038, 10561, 8233, 10789, 7506, 13147, 10689, 16593, 11807, 7653, 13462, 10927, 10051, 10681, 10092, 15394, 11401, 11163, 14703, 11069, 17918, 13280, 17872, 9988, 7604, 18173, 13594, 11428, 9197, 8815, 15367, 12325, 8189, 11426, 9139, 7007, 11504, 11942, 14278, 19577, 15228, 7951, 13075, 9871, 9266, 16854, 16292, 19339, 16096, 15888, 16038, 14743, 16973, 15815, 10789, 10684, 8402, 7307, 10037, 8572, 11450, 10329, 6889, 9882, 8003, 8842, 11408, 11097, 18094, 13307, 10770, 13845, 11403, 14487, 12419, 9833, 14897, 10558, 7796, 12696, 10027, 13930, 9711, 8601, 8811, 7467, 9519, 7207, 10445, 7164, 10494, 7512, 11650, 9573, 10485, 8934, 8416, 8826, 7491, 11331, 7339, 10831, 7637, 10982, 7526, 11917, 9508, 11652, 9039, 12921, 16630, 16867, 12218, 7957, 11938, 9177, 8148, 11150, 7913, 13998, 9494, 16178, 12337, 17813, 14015, 17802, 12556, 17826, 18623, 12670, 19647, 13470, 17865, 10614, 9407, 11787, 7758, 13910, 9768, 14004, 9782, 8210, 9183, 7081, 10925, 8477, 12502, 9970, 8878, 8633, 7362, 10895, 9198, 12504, 9367, 11533, 8817, 10011, 9672, 7254, 10935, 8270, 13607, 9818, 13328, 8729, 7064, 9545, 7105, 12799, 10453, 8307, 9522, 8250, 13021, 12181, 7348, 11055, 8631, 7291, 10131, 7370, 13084, 10746, 16844, 13992, 15428, 9970, 8900, 11516, 12848, 15571, 12652, 18893, 14646, 15366, 9485, 11486, 9199, 9142, 12234, 7914, 13604, 7759, 14081, 7673, 13877, 7742, 14093, 7705, 13984, 8966, 13440, 9420, 12941, 9884, 12069, 9635, 11063, 9343, 12653, 10915, 7153, 10661, 8636, 7210, 8859, 7342, 11202, 9979, 11642, 9626, 7830, 10809, 8016, 12971, 10218, 14542, 12266, 17782, 11817, 18995, 13441, 18886, 13223, 17956, 11084, 13327, 10105, 7499, 12913, 9076, 14257, 10379, 14787, 10200, 7154, 10536, 7285, 11593, 9198, 12699, 9460, 8330, 10756, 8473, 12264, 8634, 7143, 12585, 9313, 7875, 9248, 7518, 12575, 9129, 10985, 8899, 8055, 11102, 7215, 13150, 10057, 16055, 9322, 8881, 10206, 7089, 12418, 9617, 13419, 9484, 17139, 9178, 11550, 9406, 8020, 10242, 7283, 11137, 9303, 10520, 9146, 7541, 12269, 11902, 17436, 11909, 7412, 9716, 8504, 7402, 13104, 9414, 7685, 12334, 11105, 16737, 12821, 11928, 19886, 13556, 9688, 19214, 14433, 20377, 14981, 15880, 17169, 10076, 17929, 11399, 16184, 10188, 8318, 14048, 9665, 13209, 9788, 9073, 9540, 7251, 11735, 8389, 12736, 9340, 12142, 9474, 12639, 8722, 8668, 9245, 6881, 10244, 8455, 11897, 9519, 7650, 9052, 6866, 11083, 9225, 12687, 9221, 7103, 10445, 8552, 10879, 8868, 7345, 10304, 11360, 20001, 14348, 9521, 9865, 8553, 8759, 9904, 10438, 17215, 13339, 13133, 16886, 8962, 10922, 17114, 14199, 18487, 19379, 20266, 19493, 15557, 12492, 19561, 14268, 19514, 14281, 16718, 13891, 9921, 15448, 11367, 15179, 11828, 13478, 10350, 7197, 11763, 9130, 14610, 9691, 7777, 8877, 7317, 10733, 8897, 11640, 8810, 7682, 9323, 7332, 11233, 9067, 10335, 9438, 7448, 10462, 8732, 14449, 10473, 11726, 9476, 7281, 11511, 9773, 17248, 14933, 11119, 11667, 8284, 10700, 13106, 12082, 9596, 9859, 7707, 11289, 14400, 9129, 9893, 10098, 10427, 18815, 15823, 18040, 18132, 14799, 20330, 16767, 16921, 20187, 16491, 21359, 17949, 14179, 20984, 15272, 21582, 15544, 12030, 11993, 7838, 14099, 10857, 10810, 9721, 7238, 10493, 8926, 7684, 9150, 8162, 9169, 8625, 7593, 11299, 9352, 7371, 11004, 8870, 9829, 9600, 7421, 11446, 9677, 13572, 10332, 14221, 18028, 15197, 10212, 10365, 8880, 8029, 10187, 11888, 12525, 11306, 10502, 15695, 18020, 16866, 19430, 19347, 20560, 21740, 16258, 13398, 19151, 15946, 17504, 17023, 18809, 21010, 14893, 9673, 18991, 12950, 18159, 11810, 10172, 17480, 10295, 13953, 12420, 16095, 11718, 7635, 12507, 10556, 16972, 19627, 22227, 16150, 11169, 8634, 9313, 8281, 9678, 8569, 7232, 11711, 9360, 7437, 10908, 9609, 7804, 11685, 11915, 9971, 12850, 10558, 12499, 12492, 9040, 12972, 11213, 9662, 14894, 11005, 9002, 14901, 13221, 18760, 11443, 7206, 13830, 17934, 15697, 10909, 8052, 16389, 18146, 14414, 13852, 10363, 19616, 20668, 20308, 20349, 13273, 15707, 11326, 17770, 18339, 11704, 16445, 12520, 20155, 12455, 19478, 11190, 10900, 11241, 9662, 16469, 13773, 10808, 14721, 11548, 11790, 10454, 7421, 13346, 10757, 13419, 10399, 7563, 10823, 9802, 11349, 9782, 7678, 12555, 9015, 11065, 9247, 7552, 11368, 10780, 8380, 9853, 7479, 11724, 9489, 12362, 10979, 12850, 17835, 9500, 9097, 10133, 9565, 10426, 13421, 15887, 20578, 15992, 11313, 16649, 15269, 14513, 19303, 18320, 17893, 20188, 17397, 16520, 11886, 13679, 16599, 10520, 7683, 11000, 9207, 13418, 11306, 9489, 11533, 8684, 12532, 10720], 'WindowCenter': [4630.0, 4674.0, 4618.0, 4594.0, 4633.0, 4581.0, 4565.0, 4585.0, 4595.0, 4636.0, 4612.0, 4572.0, 4634.0, 4591.0, 4552.0, 4592.0, 4563.0, 4622.0, 4604.0, 4590.0, 4601.0, 4595.0, 4631.0, 4603.0, 4569.0, 4601.0, 4584.0, 4602.0, 4612.0, 4623.0, 4621.0, 4581.0, 4564.0, 4628.0, 4634.0, 4653.0, 4708.0, 4674.0, 4618.0, 4575.0, 4592.0, 4634.0, 4563.0, 4572.0, 4551.0, 4562.0, 4594.0, 4627.0, 4582.0, 4562.0, 4539.0, 4565.0, 4564.0, 4578.0, 4614.0, 4592.0, 4572.0, 4592.0, 4582.0, 4552.0, 4553.0, 4582.0, 4559.0, 4529.0, 4590.0, 4557.0, 4527.0, 4567.0, 4535.0, 4528.0, 4520.0, 4573.0, 4562.0, 4533.0, 4564.0, 4565.0, 4524.0, 4558.0, 4559.0, 4537.0, 4578.0, 4568.0, 4529.0, 4587.0, 4579.0, 4551.0, 4601.0, 4581.0, 4550.0, 4639.0, 4599.0, 4580.0, 4632.0, 4578.0, 4539.0, 4612.0, 4592.0, 4568.0, 4613.0, 4609.0, 4635.0, 4589.0, 4588.0, 4612.0, 4567.0, 4559.0, 4529.0, 4591.0, 4592.0, 4604.0, 4597.0, 4557.0, 4538.0, 4563.0, 4541.0, 4554.0, 4616.0, 4619.0, 4621.0, 4607.0, 4564.0, 4535.0, 4594.0, 4563.0, 4573.0, 4603.0, 4595.0, 4550.0, 4564.0, 4556.0, 4585.0, 4556.0, 4524.0, 4584.0, 4565.0, 4536.0, 4595.0, 4574.0, 4586.0, 4595.0, 4566.0, 4547.0, 4557.0, 4528.0, 4583.0, 4576.0, 4598.0, 4586.0, 4549.0, 4557.0, 4556.0, 4541.0, 4591.0, 4607.0, 4607.0, 4601.0, 4529.0, 4603.0, 4556.0, 4518.0, 4550.0, 4571.0, 4549.0, 4557.0, 4543.0, 4561.0, 4574.0, 4569.0, 4565.0, 4552.0, 4548.0, 4535.0, 4584.0, 4492.0, 4483.0, 4511.0, 4545.0, 4547.0, 4561.0, 4569.0, 4548.0, 4575.0, 4558.0, 4585.0, 4555.0, 4606.0, 4598.0, 4587.0, 4617.0, 4583.0, 4605.0, 4593.0, 4603.0, 4572.0, 4518.0, 4552.0, 4524.0, 4592.0, 4586.0, 4588.0, 4540.0, 4516.0, 4538.0, 4499.0, 4571.0, 4565.0, 4603.0, 4564.0, 4523.0, 4600.0, 4552.0, 4552.0, 4553.0, 4553.0, 4592.0, 4565.0, 4560.0, 4595.0, 4575.0, 4618.0, 4585.0, 4616.0, 4555.0, 4510.0, 4594.0, 4571.0, 4536.0, 4531.0, 4536.0, 4584.0, 4591.0, 4536.0, 4582.0, 4545.0, 4495.0, 4566.0, 4567.0, 4576.0, 4606.0, 4577.0, 4502.0, 4553.0, 4536.0, 4525.0, 4598.0, 4594.0, 4593.0, 4584.0, 4583.0, 4565.0, 4571.0, 4576.0, 4576.0, 4548.0, 4533.0, 4504.0, 4499.0, 4538.0, 4531.0, 4553.0, 4520.0, 4451.0, 4474.0, 4480.0, 4512.0, 4561.0, 4564.0, 4612.0, 4583.0, 4550.0, 4567.0, 4542.0, 4554.0, 4543.0, 4526.0, 4578.0, 4550.0, 4521.0, 4585.0, 4553.0, 4581.0, 4536.0, 4517.0, 4528.0, 4494.0, 4536.0, 4497.0, 4547.0, 4512.0, 4562.0, 4523.0, 4569.0, 4543.0, 4548.0, 4542.0, 4529.0, 4541.0, 4521.0, 4572.0, 4523.0, 4564.0, 4522.0, 4564.0, 4522.0, 4573.0, 4554.0, 4571.0, 4583.0, 4598.0, 4619.0, 4605.0, 4574.0, 4526.0, 4575.0, 4556.0, 4548.0, 4586.0, 4536.0, 4594.0, 4554.0, 4604.0, 4602.0, 4614.0, 4594.0, 4614.0, 4586.0, 4603.0, 4614.0, 4573.0, 4614.0, 4572.0, 4601.0, 4550.0, 4530.0, 4559.0, 4515.0, 4583.0, 4554.0, 4581.0, 4555.0, 4532.0, 4541.0, 4512.0, 4564.0, 4547.0, 4583.0, 4567.0, 4543.0, 4544.0, 4526.0, 4578.0, 4556.0, 4586.0, 4559.0, 4575.0, 4556.0, 4564.0, 4558.0, 4529.0, 4577.0, 4559.0, 4608.0, 4570.0, 4597.0, 4546.0, 4529.0, 4569.0, 4527.0, 4615.0, 4593.0, 4567.0, 4597.0, 4574.0, 4624.0, 4614.0, 4553.0, 4603.0, 4570.0, 4540.0, 4579.0, 4551.0, 4609.0, 4593.0, 4629.0, 4619.0, 4617.0, 4567.0, 4557.0, 4584.0, 4594.0, 4606.0, 4596.0, 4628.0, 4606.0, 4605.0, 4556.0, 4572.0, 4542.0, 4551.0, 4572.0, 4520.0, 4584.0, 4522.0, 4582.0, 4522.0, 4579.0, 4512.0, 4579.0, 4521.0, 4578.0, 4529.0, 4580.0, 4541.0, 4570.0, 4540.0, 4568.0, 4542.0, 4562.0, 4582.0, 4599.0, 4575.0, 4514.0, 4561.0, 4546.0, 4524.0, 4558.0, 4540.0, 4590.0, 4581.0, 4603.0, 4597.0, 4550.0, 4591.0, 4549.0, 4598.0, 4565.0, 4607.0, 4588.0, 4617.0, 4576.0, 4616.0, 4586.0, 4612.0, 4583.0, 4600.0, 4560.0, 4581.0, 4550.0, 4511.0, 4573.0, 4533.0, 4590.0, 4553.0, 4590.0, 4551.0, 4513.0, 4564.0, 4514.0, 4575.0, 4559.0, 4586.0, 4572.0, 4561.0, 4580.0, 4551.0, 4614.0, 4572.0, 4545.0, 4601.0, 4571.0, 4551.0, 4570.0, 4542.0, 4612.0, 4572.0, 4604.0, 4571.0, 4565.0, 4602.0, 4554.0, 4614.0, 4595.0, 4632.0, 4584.0, 4574.0, 4592.0, 4541.0, 4612.0, 4582.0, 4610.0, 4583.0, 4638.0, 4571.0, 4602.0, 4571.0, 4549.0, 4580.0, 4568.0, 4605.0, 4584.0, 4594.0, 4582.0, 4563.0, 4625.0, 4618.0, 4645.0, 4605.0, 4547.0, 4576.0, 4564.0, 4558.0, 4620.0, 4587.0, 4553.0, 4616.0, 4608.0, 4648.0, 4615.0, 4617.0, 4652.0, 4612.0, 4571.0, 4645.0, 4612.0, 4642.0, 4609.0, 4607.0, 4619.0, 4556.0, 4614.0, 4578.0, 4604.0, 4565.0, 4538.0, 4597.0, 4555.0, 4585.0, 4566.0, 4542.0, 4554.0, 4525.0, 4574.0, 4535.0, 4586.0, 4557.0, 4587.0, 4558.0, 4586.0, 4549.0, 4548.0, 4558.0, 4518.0, 4568.0, 4562.0, 4589.0, 4572.0, 4540.0, 4572.0, 4533.0, 4608.0, 4587.0, 4614.0, 4574.0, 4545.0, 4595.0, 4601.0, 4609.0, 4586.0, 4581.0, 4635.0, 4632.0, 4669.0, 4635.0, 4597.0, 4584.0, 4575.0, 4577.0, 4584.0, 4598.0, 4650.0, 4620.0, 4629.0, 4636.0, 4567.0, 4584.0, 4626.0, 4628.0, 4645.0, 4661.0, 4657.0, 4640.0, 4611.0, 4588.0, 4616.0, 4584.0, 4615.0, 4598.0, 4608.0, 4585.0, 4544.0, 4596.0, 4565.0, 4585.0, 4563.0, 4569.0, 4539.0, 4498.0, 4562.0, 4546.0, 4592.0, 4540.0, 4509.0, 4534.0, 4510.0, 4564.0, 4543.0, 4572.0, 4545.0, 4526.0, 4554.0, 4528.0, 4574.0, 4571.0, 4580.0, 4570.0, 4539.0, 4581.0, 4561.0, 4609.0, 4595.0, 4587.0, 4568.0, 4529.0, 4604.0, 4597.0, 4650.0, 4622.0, 4579.0, 4592.0, 4576.0, 4574.0, 4602.0, 4578.0, 4561.0, 4584.0, 4542.0, 4582.0, 4609.0, 4569.0, 4579.0, 4582.0, 4579.0, 4643.0, 4607.0, 4614.0, 4616.0, 4596.0, 4631.0, 4606.0, 4589.0, 4611.0, 4590.0, 4611.0, 4588.0, 4556.0, 4595.0, 4563.0, 4584.0, 4563.0, 4530.0, 4531.0, 4481.0, 4551.0, 4532.0, 4521.0, 4514.0, 4485.0, 4534.0, 4531.0, 4507.0, 4525.0, 4520.0, 4540.0, 4544.0, 4537.0, 4575.0, 4545.0, 4525.0, 4574.0, 4556.0, 4565.0, 4566.0, 4539.0, 4600.0, 4580.0, 4600.0, 4602.0, 4606.0, 4621.0, 4612.0, 4562.0, 4572.0, 4570.0, 4544.0, 4574.0, 4586.0, 4582.0, 4570.0, 4550.0, 4600.0, 4623.0, 4595.0, 4617.0, 4606.0, 4620.0, 4628.0, 4592.0, 4574.0, 4602.0, 4582.0, 4590.0, 4604.0, 4613.0, 4612.0, 4578.0, 4531.0, 4597.0, 4545.0, 4589.0, 4557.0, 4539.0, 4600.0, 4539.0, 4566.0, 4560.0, 4581.0, 4549.0, 4508.0, 4557.0, 4553.0, 4505.0, 4461.0, 4699.0, 4600.0, 4537.0, 4495.0, 4503.0, 4506.0, 4529.0, 4532.0, 4514.0, 4559.0, 4555.0, 4513.0, 4567.0, 4545.0, 4525.0, 4577.0, 4565.0, 4562.0, 4590.0, 4572.0, 4599.0, 4594.0, 4559.0, 4598.0, 4580.0, 4559.0, 4612.0, 4569.0, 4547.0, 4606.0, 4590.0, 4630.0, 4577.0, 4543.0, 4603.0, 4623.0, 4585.0, 4554.0, 4519.0, 4601.0, 4621.0, 4587.0, 4576.0, 4548.0, 4622.0, 4608.0, 4607.0, 4615.0, 4575.0, 4591.0, 4563.0, 4614.0, 4606.0, 4549.0, 4576.0, 4555.0, 4602.0, 4547.0, 4587.0, 4538.0, 4536.0, 4535.0, 4514.0, 4575.0, 4569.0, 4535.0, 4556.0, 4535.0, 4534.0, 4524.0, 4487.0, 4544.0, 4536.0, 4544.0, 4522.0, 4491.0, 4538.0, 4540.0, 4538.0, 4528.0, 4522.0, 4559.0, 4535.0, 4552.0, 4531.0, 4521.0, 4564.0, 4575.0, 4524.0, 4541.0, 4513.0, 4564.0, 4555.0, 4587.0, 4578.0, 4593.0, 4609.0, 4546.0, 4536.0, 4544.0, 4560.0, 4566.0, 4592.0, 4601.0, 4609.0, 4574.0, 4530.0, 4570.0, 4570.0, 4571.0, 4594.0, 4591.0, 4582.0, 4600.0, 4565.0, 4566.0, 4544.0, 4553.0, 4577.0, 4524.0, 4494.0, 4545.0, 4531.0, 4569.0, 4560.0, 4531.0, 4550.0, 4518.0, 4560.0, 4563.0], 'WindowWidth': [10152.0, 10202.0, 10116.0, 10075.0, 10122.0, 10049.0, 10035.0, 10059.0, 10071.0, 10131.0, 10094.0, 10039.0, 10122.0, 10062.0, 10011.0, 10060.0, 10022.0, 10103.0, 10083.0, 10058.0, 10075.0, 10071.0, 10118.0, 10074.0, 10026.0, 10070.0, 10052.0, 10075.0, 10087.0, 10103.0, 10100.0, 10043.0, 10029.0, 10121.0, 10143.0, 10168.0, 10296.0, 10205.0, 10103.0, 10039.0, 10054.0, 10113.0, 10011.0, 10020.0, 9993.0, 10012.0, 10055.0, 10107.0, 10038.0, 10012.0, 9978.0, 10007.0, 10002.0, 10028.0, 10079.0, 10042.0, 10012.0, 10040.0, 10026.0, 9984.0, 9987.0, 10027.0, 9987.0, 9945.0, 10036.0, 9986.0, 9942.0, 9995.0, 9948.0, 9944.0, 9941.0, 10015.0, 10002.0, 9961.0, 10007.0, 10012.0, 9952.0, 10004.0, 10007.0, 9974.0, 10031.0, 10019.0, 9967.0, 10045.0, 10036.0, 10005.0, 10070.0, 10041.0, 10000.0, 10120.0, 10065.0, 10039.0, 10112.0, 10034.0, 9981.0, 10084.0, 10055.0, 10020.0, 10089.0, 10090.0, 10126.0, 10042.0, 10039.0, 10079.0, 10007.0, 10001.0, 9964.0, 10052.0, 10054.0, 10067.0, 10054.0, 9999.0, 9972.0, 10000.0, 9966.0, 9989.0, 10086.0, 10093.0, 10093.0, 10067.0, 10003.0, 9966.0, 10047.0, 10001.0, 10013.0, 10062.0, 10051.0, 9981.0, 10007.0, 9997.0, 10040.0, 10001.0, 9952.0, 10032.0, 10007.0, 9971.0, 10053.0, 10022.0, 10038.0, 10051.0, 10010.0, 9986.0, 10000.0, 9965.0, 10031.0, 10025.0, 10060.0, 10039.0, 9990.0, 9998.0, 10000.0, 9989.0, 10056.0, 10084.0, 10081.0, 10067.0, 9960.0, 10068.0, 9990.0, 9939.0, 9983.0, 10012.0, 9977.0, 9985.0, 9956.0, 9980.0, 10009.0, 9996.0, 9988.0, 9975.0, 9958.0, 9931.0, 10015.0, 9885.0, 9879.0, 9931.0, 9985.0, 9993.0, 10015.0, 10021.0, 9991.0, 10023.0, 10006.0, 10034.0, 9995.0, 10065.0, 10060.0, 10039.0, 10087.0, 10035.0, 10066.0, 10046.0, 10061.0, 10014.0, 9933.0, 9986.0, 9953.0, 10042.0, 10039.0, 10033.0, 9965.0, 9931.0, 9959.0, 9909.0, 10010.0, 10011.0, 10059.0, 10005.0, 9954.0, 10067.0, 9986.0, 9988.0, 9990.0, 9990.0, 10044.0, 10006.0, 9997.0, 10053.0, 10024.0, 10088.0, 10039.0, 10087.0, 10000.0, 9929.0, 10045.0, 10009.0, 9952.0, 9955.0, 9969.0, 10034.0, 10055.0, 9971.0, 10038.0, 9979.0, 9912.0, 10007.0, 10010.0, 10017.0, 10066.0, 10017.0, 9909.0, 9978.0, 9959.0, 9947.0, 10054.0, 10046.0, 10047.0, 10033.0, 10025.0, 9993.0, 10005.0, 10013.0, 10012.0, 9973.0, 9948.0, 9912.0, 9908.0, 9965.0, 9961.0, 9983.0, 9932.0, 9824.0, 9844.0, 9870.0, 9922.0, 9996.0, 10010.0, 10075.0, 10036.0, 9982.0, 9997.0, 9958.0, 9976.0, 9958.0, 9938.0, 10016.0, 9983.0, 9949.0, 10037.0, 9992.0, 10027.0, 9962.0, 9935.0, 9948.0, 9902.0, 9960.0, 9909.0, 9977.0, 9937.0, 10007.0, 9955.0, 10012.0, 9978.0, 9981.0, 9975.0, 9958.0, 9975.0, 9949.0, 10020.0, 9952.0, 10009.0, 9953.0, 10010.0, 9953.0, 10021.0, 9996.0, 10018.0, 10058.0, 10064.0, 10095.0, 10065.0, 10020.0, 9957.0, 10025.0, 10003.0, 9995.0, 10043.0, 9977.0, 10054.0, 9996.0, 10066.0, 10074.0, 10086.0, 10053.0, 10076.0, 10043.0, 10060.0, 10086.0, 10017.0, 10079.0, 10016.0, 10054.0, 9982.0, 9953.0, 9992.0, 9938.0, 10032.0, 9992.0, 10027.0, 9996.0, 9962.0, 9976.0, 9939.0, 10011.0, 9990.0, 10035.0, 10017.0, 9979.0, 9982.0, 9964.0, 10035.0, 10002.0, 10042.0, 10008.0, 10027.0, 10003.0, 10014.0, 10006.0, 9970.0, 10034.0, 10014.0, 10076.0, 10028.0, 10061.0, 9991.0, 9968.0, 10024.0, 9966.0, 10093.0, 10061.0, 10034.0, 10078.0, 10044.0, 10111.0, 10096.0, 10015.0, 10078.0, 10033.0, 9990.0, 10040.0, 10008.0, 10087.0, 10064.0, 10114.0, 10100.0, 10091.0, 10021.0, 10007.0, 10042.0, 10053.0, 10076.0, 10058.0, 10111.0, 10072.0, 10069.0, 10002.0, 10020.0, 9979.0, 9991.0, 10020.0, 9948.0, 10035.0, 9952.0, 10032.0, 9949.0, 10025.0, 9936.0, 10024.0, 9947.0, 10022.0, 9956.0, 10024.0, 9973.0, 10012.0, 9972.0, 10008.0, 9977.0, 10005.0, 10053.0, 10067.0, 10030.0, 9941.0, 10002.0, 9988.0, 9961.0, 10009.0, 9989.0, 10057.0, 10048.0, 10080.0, 10078.0, 10006.0, 10060.0, 9999.0, 10063.0, 10014.0, 10077.0, 10046.0, 10091.0, 10027.0, 10087.0, 10040.0, 10078.0, 10034.0, 10057.0, 10000.0, 10027.0, 9985.0, 9932.0, 10017.0, 9964.0, 10040.0, 9994.0, 10041.0, 9988.0, 9940.0, 10009.0, 9943.0, 10026.0, 10012.0, 10043.0, 10030.0, 10017.0, 10041.0, 10004.0, 10095.0, 10038.0, 10003.0, 10072.0, 10033.0, 10004.0, 10030.0, 9994.0, 10088.0, 10036.0, 10081.0, 10036.0, 10030.0, 10075.0, 10015.0, 10095.0, 10069.0, 10118.0, 10055.0, 10039.0, 10062.0, 9993.0, 10088.0, 10050.0, 10085.0, 10050.0, 10122.0, 10034.0, 10073.0, 10030.0, 9998.0, 10044.0, 10043.0, 10086.0, 10054.0, 10068.0, 10051.0, 10030.0, 10116.0, 10106.0, 10139.0, 10083.0, 10003.0, 10040.0, 10027.0, 10021.0, 10106.0, 10060.0, 10009.0, 10098.0, 10091.0, 10144.0, 10100.0, 10102.0, 10150.0, 10088.0, 10029.0, 10140.0, 10089.0, 10133.0, 10079.0, 10073.0, 10094.0, 9999.0, 10082.0, 10032.0, 10063.0, 10011.0, 9976.0, 10057.0, 9999.0, 10038.0, 10016.0, 9976.0, 9995.0, 9957.0, 10021.0, 9972.0, 10042.0, 10004.0, 10042.0, 10006.0, 10042.0, 9997.0, 9993.0, 10006.0, 9952.0, 10020.0, 10020.0, 10052.0, 10033.0, 9988.0, 10035.0, 9985.0, 10093.0, 10063.0, 10096.0, 10040.0, 10000.0, 10069.0, 10091.0, 10096.0, 10060.0, 10065.0, 10146.0, 10132.0, 10180.0, 10127.0, 10076.0, 10053.0, 10047.0, 10050.0, 10055.0, 10074.0, 10152.0, 10108.0, 10120.0, 10123.0, 10026.0, 10045.0, 10111.0, 10116.0, 10141.0, 10176.0, 10167.0, 10127.0, 10082.0, 10043.0, 10086.0, 10036.0, 10088.0, 10061.0, 10073.0, 10039.0, 9979.0, 10054.0, 10010.0, 10037.0, 10002.0, 10005.0, 9964.0, 9910.0, 9999.0, 9986.0, 10044.0, 9971.0, 9927.0, 9965.0, 9934.0, 10006.0, 9979.0, 10018.0, 9984.0, 9961.0, 9997.0, 9965.0, 10026.0, 10031.0, 10041.0, 10026.0, 9983.0, 10045.0, 10019.0, 10080.0, 10064.0, 10046.0, 10021.0, 9970.0, 10078.0, 10077.0, 10155.0, 10101.0, 10037.0, 10059.0, 10049.0, 10034.0, 10071.0, 10028.0, 10010.0, 10052.0, 9991.0, 10044.0, 10075.0, 10024.0, 10040.0, 10045.0, 10039.0, 10140.0, 10076.0, 10078.0, 10088.0, 10051.0, 10112.0, 10068.0, 10033.0, 10071.0, 10037.0, 10073.0, 10035.0, 9982.0, 10042.0, 9991.0, 10024.0, 9987.0, 9939.0, 9941.0, 9876.0, 9970.0, 9945.0, 9930.0, 9921.0, 9884.0, 9951.0, 9961.0, 9921.0, 9942.0, 9944.0, 9971.0, 9984.0, 9977.0, 10024.0, 9984.0, 9958.0, 10024.0, 10003.0, 10011.0, 10016.0, 9985.0, 10071.0, 10042.0, 10066.0, 10086.0, 10074.0, 10099.0, 10082.0, 10009.0, 10023.0, 10034.0, 9992.0, 10032.0, 10045.0, 10034.0, 10014.0, 9986.0, 10056.0, 10101.0, 10049.0, 10083.0, 10074.0, 10101.0, 10104.0, 10042.0, 10017.0, 10059.0, 10023.0, 10033.0, 10062.0, 10076.0, 10071.0, 10016.0, 9953.0, 10044.0, 9965.0, 10032.0, 9988.0, 9966.0, 10054.0, 9963.0, 9998.0, 9994.0, 10022.0, 9973.0, 9921.0, 9987.0, 9987.0, 9876.0, 9815.0, 10262.0, 10072.0, 9959.0, 9893.0, 9904.0, 9915.0, 9951.0, 9960.0, 9935.0, 9993.0, 9998.0, 9939.0, 10010.0, 9981.0, 9953.0, 10026.0, 9999.0, 10009.0, 10049.0, 10027.0, 10064.0, 10059.0, 10010.0, 10059.0, 10035.0, 10006.0, 10083.0, 10019.0, 9984.0, 10067.0, 10048.0, 10108.0, 10028.0, 9995.0, 10068.0, 10102.0, 10032.0, 9988.0, 9943.0, 10061.0, 10095.0, 10040.0, 10021.0, 9985.0, 10100.0, 10078.0, 10069.0, 10079.0, 10019.0, 10042.0, 10007.0, 10079.0, 10069.0, 9977.0, 10012.0, 9981.0, 10058.0, 9969.0, 10028.0, 9960.0, 9955.0, 9949.0, 9922.0, 10010.0, 10001.0, 9950.0, 9978.0, 9946.0, 9947.0, 9932.0, 9885.0, 9959.0, 9953.0, 9960.0, 9930.0, 9889.0, 9960.0, 9966.0, 9958.0, 9945.0, 9946.0, 9991.0, 9964.0, 9984.0, 9957.0, 9946.0, 10005.0, 10025.0, 9946.0, 9967.0, 9933.0, 10003.0, 9999.0, 10044.0, 10034.0, 10050.0, 10070.0, 9981.0, 9964.0, 9976.0, 10006.0, 10015.0, 10051.0, 10063.0, 10077.0, 10007.0, 9937.0, 9999.0, 10002.0, 10009.0, 10049.0, 10038.0, 10023.0, 10051.0, 9990.0, 9992.0, 9962.0, 9972.0, 10010.0, 9935.0, 9899.0, 9968.0, 9957.0, 10007.0, 9995.0, 9956.0, 9978.0, 9934.0, 9994.0, 10003.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.003823501722158438</td></tr>
<tr><td colspan=3>aqi</td><td>0.04544014156142365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.06741200135636</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1812323097356316</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0300322466321832</td></tr>
<tr><td colspan=3>efc</td><td>0.523</td></tr>
<tr><td colspan=3>fber</td><td>2631.2795</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24947392404595894</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>333</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>38.23191733639495</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.625069824786437</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.561385484386357</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7812684791439377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.532555510829016</td></tr>
<tr><td colspan=3>gcor</td><td>0.0251134</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0024587211664766073</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02455790340900421</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.968999731732959</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>13.0431</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>76.7651</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>262.2838</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1234.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.8514</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4787</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.785</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3684.7414</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.6174</td></tr>
<tr><td colspan=3>tsnr</td><td>27.94165975676151</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>