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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-01_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_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-0025/ses-01/func/sub-0025_ses-01_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>52136462b6c6a3662fa512fe653868e2</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>19:18:36.007500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998992, 0.0445528, 0.0054777, -0.0446651, 0.99875, 0.0224537]</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_brain_imaging_center</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.0972058</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>[4140, -7741, -7221, 510, -77, -84, -50, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>292.166</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d13a64c-af3b-4bce-bb8f-f7985cfafc56||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680222511291504, -0.11983326077461243, 0.012070280499756336, 116.8829574584961], [-0.11953194439411163, 2.679572343826294, 0.06122450903058052, -77.53915405273438], [0.014696267433464527, -0.06024167314171791, 2.6992788314819336, -57.35441970825195], [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': ['191836.007500', '191836.467500', '191836.927500', '191837.387500', '191837.847500', '191838.307500', '191838.767500', '191839.227500', '191839.687500', '191840.147500', '191840.607500', '191841.067500', '191841.527500', '191841.987500', '191842.447500', '191842.907500', '191843.367500', '191843.827500', '191844.287500', '191844.747500', '191845.207500', '191845.667500', '191846.127500', '191846.587500', '191847.047500', '191847.507500', '191847.967500', '191848.427500', '191848.887500', '191849.347500', '191849.807500', '191850.267500', '191850.727500', '191851.187500', '191851.647500', '191852.107500', '191852.567500', '191853.027500', '191853.487500', '191853.947500', '191854.407500', '191854.867500', '191855.327500', '191855.787500', '191856.247500', '191856.707500', '191857.167500', '191857.627500', '191858.087500', '191858.547500', '191859.007500', '191859.467500', '191859.927500', '191900.387500', '191900.847500', '191901.307500', '191901.767500', '191902.227500', '191902.687500', '191903.147500', '191903.607500', '191904.067500', '191904.527500', '191904.987500', '191905.447500', '191905.907500', '191906.367500', '191906.827500', '191907.287500', '191907.747500', '191908.207500', '191908.667500', '191909.127500', '191909.587500', '191910.047500', '191910.507500', '191910.967500', '191911.427500', '191911.887500', '191912.347500', '191912.807500', '191913.267500', '191913.727500', '191914.187500', '191914.647500', '191915.107500', '191915.567500', '191916.027500', '191916.487500', '191916.947500', '191917.407500', '191917.867500', '191918.327500', '191918.787500', '191919.247500', '191919.707500', '191920.167500', '191920.627500', '191921.087500', '191921.547500', '191922.007500', '191922.467500', '191922.927500', '191923.387500', '191923.847500', '191924.307500', '191924.767500', '191925.227500', '191925.687500', '191926.147500', '191926.607500', '191927.067500', '191927.527500', '191927.987500', '191928.447500', '191928.907500', '191929.367500', '191929.827500', '191930.287500', '191930.747500', '191931.207500', '191931.667500', '191932.127500', '191932.587500', '191933.047500', '191933.507500', '191933.967500', '191934.427500', '191934.887500', '191935.347500', '191935.807500', '191936.267500', '191936.727500', '191937.187500', '191937.647500', '191938.107500', '191938.567500', '191939.027500', '191939.487500', '191939.947500', '191940.407500', '191940.867500', '191941.327500', '191941.787500', '191942.247500', '191942.707500', '191943.167500', '191943.627500', '191944.087500', '191944.547500', '191945.007500', '191945.467500', '191945.927500', '191946.387500', '191946.847500', '191947.307500', '191947.767500', '191948.227500', '191948.687500', '191949.147500', '191949.607500', '191950.067500', '191950.527500', '191950.987500', '191951.447500', '191951.907500', '191952.367500', '191952.827500', '191953.287500', '191953.747500', '191954.207500', '191954.667500', '191955.127500', '191955.587500', '191956.047500', '191956.507500', '191956.967500', '191957.427500', '191957.887500', '191958.347500', '191958.807500', '191959.267500', '191959.727500', '192000.187500', '192000.647500', '192001.107500', '192001.567500', '192002.027500', '192002.487500', '192002.947500', '192003.407500', '192003.867500', '192004.327500', '192004.787500', '192005.247500', '192005.707500', '192006.167500', '192006.627500', '192007.087500', '192007.547500', '192008.007500', '192008.467500', '192008.927500', '192009.387500', '192009.847500', '192010.307500', '192010.767500', '192011.227500', '192011.687500', '192012.147500', '192012.607500', '192013.067500', '192013.527500', '192013.987500', '192014.447500', '192014.907500', '192015.367500', '192015.827500', '192016.287500', '192016.747500', '192017.207500', '192017.667500', '192018.127500', '192018.587500', '192019.047500', '192019.507500', '192019.967500', '192020.427500', '192020.887500', '192021.347500', '192021.807500', '192022.267500', '192022.727500', '192023.187500', '192023.647500', '192024.107500', '192024.567500', '192025.027500', '192025.487500', '192025.947500', '192026.407500', '192026.867500', '192027.327500', '192027.787500', '192028.247500', '192028.707500', '192029.167500', '192029.627500', '192030.087500', '192030.547500', '192031.007500', '192031.467500', '192031.927500', '192032.387500', '192032.847500', '192033.307500', '192033.767500', '192034.227500', '192034.687500', '192035.147500', '192035.607500', '192036.067500', '192036.527500', '192036.987500', '192037.447500', '192037.907500', '192038.367500', '192038.827500', '192039.287500', '192039.747500', '192040.207500', '192040.667500', '192041.127500', '192041.587500', '192042.047500', '192042.507500', '192042.967500', '192043.427500', '192043.887500', '192044.347500', '192044.807500', '192045.267500', '192045.727500', '192046.187500', '192046.647500', '192047.107500', '192047.567500', '192048.027500', '192048.487500', '192048.947500', '192049.407500', '192049.867500', '192050.327500', '192050.787500', '192051.247500', '192051.707500', '192052.167500', '192052.627500', '192053.087500', '192053.547500', '192054.007500', '192054.467500', '192054.927500', '192055.387500', '192055.847500', '192056.307500', '192056.767500', '192057.227500', '192057.687500', '192058.147500', '192058.607500', '192059.067500', '192059.527500', '192059.987500', '192100.447500', '192100.907500', '192101.367500', '192101.827500', '192102.287500', '192102.747500', '192103.207500', '192103.667500', '192104.127500', '192104.587500', '192105.047500', '192105.507500', '192105.967500', '192106.427500', '192106.887500', '192107.347500', '192107.807500', '192108.267500', '192108.727500', '192109.187500', '192109.647500', '192110.107500', '192110.567500', '192111.027500', '192111.487500', '192111.947500', '192112.407500', '192112.867500', '192113.327500', '192113.787500', '192114.247500', '192114.707500', '192115.167500', '192115.627500', '192116.087500', '192116.547500', '192117.007500', '192117.467500', '192117.927500', '192118.387500', '192118.847500', '192119.307500', '192119.767500', '192120.227500', '192120.687500', '192121.147500', '192121.607500', '192122.067500', '192122.527500', '192122.987500', '192123.447500', '192123.907500', '192124.367500', '192124.827500', '192125.287500', '192125.747500', '192126.207500', '192126.667500', '192127.127500', '192127.587500', '192128.047500', '192128.507500', '192128.967500', '192129.427500', '192129.887500', '192130.347500', '192130.807500', '192131.267500', '192131.727500', '192132.187500', '192132.647500', '192133.107500', '192133.567500', '192134.027500', '192134.487500', '192134.947500', '192135.407500', '192135.867500', '192136.327500', '192136.787500', '192137.247500', '192137.707500', '192138.167500', '192138.627500', '192139.087500', '192139.547500', '192140.007500', '192140.467500', '192140.927500', '192141.387500', '192141.847500', '192142.307500', '192142.767500', '192143.227500', '192143.687500', '192144.147500', '192144.607500', '192145.067500', '192145.527500', '192145.987500', '192146.447500', '192146.907500', '192147.367500', '192147.827500', '192148.287500', '192148.747500', '192149.207500', '192149.667500', '192150.127500', '192150.587500', '192151.047500', '192151.507500', '192151.967500', '192152.427500', '192152.887500', '192153.347500', '192153.807500', '192154.267500', '192154.727500', '192155.187500', '192155.647500', '192156.107500', '192156.567500', '192157.027500', '192157.487500', '192157.947500', '192158.407500', '192158.867500', '192159.327500', '192159.787500', '192200.247500', '192200.707500', '192201.167500', '192201.627500', '192202.087500', '192202.547500', '192203.007500', '192203.467500', '192203.927500', '192204.387500', '192204.847500', '192205.307500', '192205.767500', '192206.227500', '192206.687500', '192207.147500', '192207.607500', '192208.067500', '192208.527500', '192208.987500', '192209.447500', '192209.907500', '192210.367500', '192210.827500', '192211.287500', '192211.747500', '192212.207500', '192212.667500', '192213.127500', '192213.587500', '192214.047500', '192214.507500', '192214.967500', '192215.427500', '192215.887500', '192216.347500', '192216.807500', '192217.267500', '192217.727500', '192218.187500', '192218.647500', '192219.107500', '192219.567500', '192220.027500', '192220.487500', '192220.947500', '192221.407500', '192221.867500', '192222.327500', '192222.787500', '192223.247500', '192223.707500', '192224.167500', '192224.627500', '192225.087500', '192225.547500', '192226.007500', '192226.467500', '192226.927500', '192227.387500', '192227.847500', '192228.307500', '192228.767500', '192229.227500', '192229.687500', '192230.147500', '192230.607500', '192231.067500', '192231.527500', '192231.987500', '192232.447500', '192232.907500', '192233.367500', '192233.827500', '192234.287500', '192234.747500', '192235.207500', '192235.667500', '192236.127500', '192236.587500', '192237.047500', '192237.507500', '192237.967500', '192238.427500', '192238.887500', '192239.347500', '192239.807500', '192240.267500', '192240.727500', '192241.187500', '192241.647500', '192242.107500', '192242.567500', '192243.027500', '192243.487500', '192243.947500', '192244.407500', '192244.867500', '192245.327500', '192245.787500', '192246.247500', '192246.707500', '192247.167500', '192247.627500', '192248.087500', '192248.547500', '192249.007500', '192249.467500', '192249.927500', '192250.387500', '192250.847500', '192251.307500', '192251.767500', '192252.227500', '192252.687500', '192253.147500', '192253.607500', '192254.067500', '192254.527500', '192254.987500', '192255.447500', '192255.907500', '192256.367500', '192256.827500', '192257.287500', '192257.747500', '192258.207500', '192258.667500', '192259.127500', '192259.587500', '192300.047500', '192300.507500', '192300.967500', '192301.427500', '192301.887500', '192302.347500', '192302.807500', '192303.267500', '192303.727500', '192304.187500', '192304.647500', '192305.107500', '192305.567500', '192306.027500', '192306.487500', '192306.947500', '192307.407500', '192307.867500', '192308.327500', '192308.787500', '192309.247500', '192309.707500', '192310.167500', '192310.627500', '192311.087500', '192311.547500', '192312.007500', '192312.467500', '192312.927500', '192313.387500', '192313.847500', '192314.307500', '192314.767500', '192315.227500', '192315.687500', '192316.147500', '192316.607500', '192317.067500', '192317.527500', '192317.987500', '192318.447500', '192318.907500', '192319.367500', '192319.827500', '192320.287500', '192320.747500', '192321.207500', '192321.667500', '192322.127500', '192322.587500', '192323.047500', '192323.507500', '192323.967500', '192324.427500', '192324.887500', '192325.347500', '192325.807500', '192326.267500', '192326.727500', '192327.187500', '192327.647500', '192328.107500', '192328.567500', '192329.027500', '192329.487500', '192329.947500', '192330.407500', '192330.867500', '192331.327500', '192331.787500', '192332.247500', '192332.707500', '192333.167500', '192333.627500', '192334.087500', '192334.547500', '192335.007500', '192335.467500', '192335.927500', '192336.387500', '192336.847500', '192337.307500', '192337.767500', '192338.227500', '192338.687500', '192339.147500', '192339.607500', '192340.067500', '192340.527500', '192340.987500', '192341.447500', '192341.907500', '192342.367500', '192342.827500', '192343.287500', '192343.747500', '192344.207500', '192344.667500', '192345.127500', '192345.587500', '192346.047500', '192346.507500', '192346.967500', '192347.427500', '192347.887500', '192348.347500', '192348.807500', '192349.267500', '192349.727500', '192350.187500', '192350.647500', '192351.107500', '192351.567500', '192352.027500', '192352.487500', '192352.947500', '192353.407500', '192353.867500', '192354.327500', '192354.787500', '192355.247500', '192355.707500', '192356.167500', '192356.627500', '192357.087500', '192357.547500', '192358.007500', '192358.467500', '192358.927500', '192359.387500', '192359.847500', '192400.307500', '192400.767500', '192401.227500', '192401.687500', '192402.147500', '192402.607500', '192403.067500', '192403.527500', '192403.987500', '192404.447500', '192404.907500', '192405.367500', '192405.827500', '192406.287500', '192406.747500', '192407.207500', '192407.667500', '192408.127500', '192408.587500', '192409.047500', '192409.507500', '192409.967500', '192410.427500', '192410.887500', '192411.347500', '192411.807500', '192412.267500', '192412.727500', '192413.187500', '192413.647500', '192414.107500', '192414.567500', '192415.027500', '192415.487500', '192415.947500', '192416.407500', '192416.867500', '192417.327500', '192417.787500', '192418.247500', '192418.707500', '192419.167500', '192419.627500', '192420.087500', '192420.547500', '192421.007500', '192421.467500', '192421.927500', '192422.387500', '192422.847500', '192423.307500', '192423.767500', '192424.227500', '192424.687500', '192425.147500', '192425.607500', '192426.067500', '192426.527500', '192426.987500', '192427.447500', '192427.907500', '192428.367500', '192428.827500', '192429.287500', '192429.747500', '192430.207500', '192430.667500', '192431.127500', '192431.587500', '192432.047500', '192432.507500', '192432.967500', '192433.427500', '192433.887500', '192434.347500', '192434.807500', '192435.267500', '192435.727500', '192436.187500', '192436.647500', '192437.107500', '192437.567500', '192438.027500', '192438.487500', '192438.947500', '192439.407500', '192439.867500', '192440.327500', '192440.787500', '192441.247500', '192441.707500', '192442.167500', '192442.627500', '192443.087500', '192443.547500', '192444.007500', '192444.467500', '192444.927500', '192445.387500', '192445.847500', '192446.307500', '192446.767500', '192447.227500', '192447.687500', '192448.147500', '192448.607500', '192449.067500', '192449.527500', '192449.987500', '192450.447500', '192450.907500', '192451.367500', '192451.827500', '192452.287500', '192452.747500', '192453.207500', '192453.667500', '192454.127500', '192454.587500', '192455.047500', '192455.507500', '192455.967500', '192456.427500', '192456.887500', '192457.347500', '192457.807500', '192458.267500', '192458.727500', '192459.187500', '192459.647500', '192500.107500', '192500.567500', '192501.027500', '192501.487500', '192501.947500', '192502.407500', '192502.867500', '192503.327500', '192503.787500', '192504.247500', '192504.707500', '192505.167500', '192505.627500', '192506.087500', '192506.547500', '192507.007500', '192507.467500', '192507.927500', '192508.387500', '192508.847500', '192509.307500', '192509.767500', '192510.227500', '192510.687500', '192511.147500', '192511.607500', '192512.067500', '192512.527500', '192512.987500', '192513.447500', '192513.907500', '192514.367500', '192514.827500', '192515.287500', '192515.747500', '192516.207500', '192516.667500'], 'ContentTime': ['191849.133000', '191849.136000', '191849.139000', '191849.151000', '191849.163000', '191849.166000', '191849.169000', '191849.172000', '191849.175000', '191849.177000', '191849.180000', '191849.183000', '191849.186000', '191849.188000', '191849.191000', '191849.194000', '191849.197000', '191849.200000', '191849.202000', '191849.205000', '191849.208000', '191849.211000', '191849.213000', '191849.216000', '191849.219000', '191849.222000', '191849.225000', '191909.096000', '191909.099000', '191909.102000', '191909.104000', '191909.107000', '191909.110000', '191909.113000', '191909.115000', '191909.125000', '191909.128000', '191909.130000', '191909.134000', '191909.137000', '191909.140000', '191909.143000', '191909.146000', '191909.149000', '191909.151000', '191909.154000', '191909.157000', '191909.160000', '191909.162000', '191909.165000', '191909.168000', '191909.171000', '191909.174000', '191909.176000', '191909.179000', '191909.182000', '191909.185000', '191909.188000', '191909.191000', '191909.194000', '191909.197000', '191909.199000', '191909.202000', '191909.205000', '191909.208000', '191909.211000', '191909.213000', '191909.216000', '191909.219000', '191909.222000', '191929.096000', '191929.099000', '191929.102000', '191929.105000', '191929.107000', '191929.110000', '191929.113000', '191929.116000', '191929.118000', '191929.121000', '191929.124000', '191929.127000', '191929.129000', '191929.132000', '191929.135000', '191929.138000', '191929.141000', '191929.144000', '191929.146000', '191929.149000', '191929.152000', '191929.160000', '191929.163000', '191929.165000', '191929.168000', '191929.171000', '191929.174000', '191929.177000', '191929.179000', '191929.182000', '191929.185000', '191929.188000', '191929.191000', '191929.193000', '191929.196000', '191929.199000', '191929.202000', '191929.204000', '191929.207000', '191929.210000', '191929.213000', '191929.215000', '191929.218000', '191929.221000', '191949.096000', '191949.099000', '191949.101000', '191949.104000', '191949.107000', '191949.110000', '191949.113000', '191949.115000', '191949.118000', '191949.121000', '191949.124000', '191949.126000', '191949.129000', '191949.132000', '191949.135000', '191949.138000', '191949.140000', '191949.143000', '191949.146000', '191949.149000', '191949.152000', '191949.154000', '191949.157000', '191949.160000', '191949.163000', '191949.166000', '191949.168000', '191949.171000', '191949.174000', '191949.177000', '191949.180000', '191949.183000', '191949.185000', '191949.188000', '191949.191000', '191949.194000', '191949.197000', '191949.199000', '191949.202000', '191949.205000', '191949.208000', '191949.211000', '191949.214000', '192009.095000', '192009.098000', '192009.101000', '192009.103000', '192009.106000', '192009.109000', '192009.112000', '192009.114000', '192009.117000', '192009.120000', '192009.123000', '192009.125000', '192009.128000', '192009.131000', '192009.134000', '192009.137000', '192009.139000', '192009.142000', '192009.145000', '192009.148000', '192009.150000', '192009.153000', '192009.156000', '192009.159000', '192009.162000', '192009.164000', '192009.167000', '192009.170000', '192009.173000', '192009.176000', '192009.178000', '192009.181000', '192009.184000', '192009.187000', '192009.190000', '192009.192000', '192009.195000', '192009.198000', '192009.201000', '192009.203000', '192009.206000', '192009.209000', '192009.212000', '192009.215000', '192029.095000', '192029.098000', '192029.101000', '192029.103000', '192029.106000', '192029.109000', '192029.112000', '192029.115000', '192029.117000', '192029.120000', '192029.123000', '192029.126000', '192029.129000', '192029.131000', '192029.134000', '192029.137000', '192029.140000', '192029.143000', '192029.145000', '192029.148000', '192029.151000', '192029.154000', '192029.157000', '192029.159000', '192029.162000', '192029.165000', '192029.168000', '192029.171000', '192029.175000', '192029.177000', '192029.180000', '192029.183000', '192029.186000', '192029.189000', '192029.191000', '192029.194000', '192029.197000', '192029.200000', '192029.203000', '192029.206000', '192029.208000', '192029.211000', '192029.214000', '192049.096000', '192049.099000', '192049.102000', '192049.104000', '192049.107000', '192049.110000', '192049.113000', '192049.116000', '192049.118000', '192049.121000', '192049.124000', '192049.127000', '192049.130000', '192049.133000', '192049.135000', '192049.138000', '192049.141000', '192049.144000', '192049.147000', '192049.150000', '192049.152000', '192049.155000', '192049.158000', '192049.161000', '192049.164000', '192049.167000', '192049.169000', '192049.172000', '192049.175000', '192049.178000', '192049.181000', '192049.183000', '192049.186000', '192049.189000', '192049.192000', '192049.195000', '192049.197000', '192049.200000', '192049.203000', '192049.206000', '192049.209000', '192049.212000', '192049.214000', '192049.217000', '192109.096000', '192109.099000', '192109.102000', '192109.104000', '192109.107000', '192109.110000', '192109.113000', '192109.116000', '192109.119000', '192109.122000', '192109.125000', '192109.127000', '192109.130000', '192109.133000', '192109.136000', '192109.139000', '192109.142000', '192109.145000', '192109.147000', '192109.150000', '192109.153000', '192109.156000', '192109.159000', '192109.162000', '192109.165000', '192109.168000', '192109.170000', '192109.173000', '192109.176000', '192109.179000', '192109.182000', '192109.185000', '192109.187000', '192109.190000', '192109.193000', '192109.196000', '192109.198000', '192109.201000', '192109.204000', '192109.207000', '192109.210000', '192109.212000', '192109.215000', '192129.096000', '192129.099000', '192129.102000', '192129.104000', '192129.107000', '192129.110000', '192129.113000', '192129.116000', '192129.118000', '192129.121000', '192129.124000', '192129.127000', '192129.130000', '192129.132000', '192129.135000', '192129.138000', '192129.141000', '192129.144000', '192129.147000', '192129.150000', '192129.152000', '192129.155000', '192129.158000', '192129.161000', '192129.164000', '192129.166000', '192129.169000', '192129.172000', '192129.175000', '192129.178000', '192129.181000', '192129.183000', '192129.186000', '192129.189000', '192129.192000', '192129.195000', '192129.197000', '192129.200000', '192129.203000', '192129.206000', '192129.209000', '192129.211000', '192129.214000', '192129.217000', '192149.096000', '192149.099000', '192149.102000', '192149.104000', '192149.107000', '192149.110000', '192149.113000', '192149.116000', '192149.118000', '192149.121000', '192149.124000', '192149.127000', '192149.130000', '192149.133000', '192149.136000', '192149.139000', '192149.142000', '192149.144000', '192149.147000', '192149.150000', '192149.153000', '192149.156000', '192149.159000', '192149.162000', '192149.165000', '192149.167000', '192149.170000', '192149.173000', '192149.176000', '192149.179000', '192149.181000', '192149.184000', '192149.187000', '192149.190000', '192149.193000', '192149.210000', '192149.213000', '192149.216000', '192149.219000', '192149.222000', '192149.224000', '192149.227000', '192149.230000', '192209.096000', '192209.099000', '192209.102000', '192209.104000', '192209.107000', '192209.110000', '192209.113000', '192209.116000', '192209.118000', '192209.121000', '192209.124000', '192209.127000', '192209.130000', '192209.132000', '192209.135000', '192209.138000', '192209.141000', '192209.144000', '192209.147000', '192209.149000', '192209.152000', '192209.155000', '192209.158000', '192209.161000', '192209.164000', '192209.166000', '192209.169000', '192209.172000', '192209.175000', '192209.178000', '192209.181000', '192209.183000', '192209.186000', '192209.189000', '192209.192000', '192209.195000', '192209.198000', '192209.200000', '192209.203000', '192209.206000', '192209.209000', '192209.212000', '192209.214000', '192209.217000', '192229.095000', '192229.098000', '192229.101000', '192229.104000', '192229.107000', '192229.110000', '192229.113000', '192229.115000', '192229.118000', '192229.121000', '192229.124000', '192229.127000', '192229.130000', '192229.132000', '192229.135000', '192229.138000', '192229.141000', '192229.144000', '192229.147000', '192229.150000', '192229.152000', '192229.155000', '192229.158000', '192229.161000', '192229.164000', '192229.167000', '192229.170000', '192229.173000', '192229.175000', '192229.178000', '192229.181000', '192229.184000', '192229.187000', '192229.190000', '192229.193000', '192229.195000', '192229.198000', '192229.201000', '192229.204000', '192229.207000', '192229.210000', '192229.212000', '192229.215000', '192249.095000', '192249.098000', '192249.101000', '192249.104000', '192249.106000', '192249.109000', '192249.112000', '192249.115000', '192249.118000', '192249.121000', '192249.123000', '192249.126000', '192249.129000', '192249.132000', '192249.135000', '192249.138000', '192249.141000', '192249.143000', '192249.146000', '192249.149000', '192249.152000', '192249.155000', '192249.158000', '192249.160000', '192249.163000', '192249.166000', '192249.169000', '192249.172000', '192249.175000', '192249.178000', '192249.180000', '192249.183000', '192249.186000', '192249.189000', '192249.192000', '192249.194000', '192249.197000', '192249.200000', '192249.203000', '192249.206000', '192249.208000', '192249.211000', '192249.214000', '192249.217000', '192309.096000', '192309.099000', '192309.102000', '192309.105000', '192309.108000', '192309.111000', '192309.113000', '192309.116000', '192309.119000', '192309.122000', '192309.125000', '192309.128000', '192309.131000', '192309.134000', '192309.136000', '192309.139000', '192309.142000', '192309.145000', '192309.148000', '192309.151000', '192309.154000', '192309.157000', '192309.159000', '192309.162000', '192309.165000', '192309.168000', '192309.171000', '192309.174000', '192309.177000', '192309.180000', '192309.182000', '192309.185000', '192309.188000', '192309.191000', '192309.194000', '192309.197000', '192309.199000', '192309.202000', '192309.205000', '192309.208000', '192309.211000', '192309.214000', '192309.217000', '192329.096000', '192329.099000', '192329.102000', '192329.105000', '192329.107000', '192329.110000', '192329.113000', '192329.116000', '192329.119000', '192329.121000', '192329.124000', '192329.127000', '192329.132000', '192329.134000', '192329.138000', '192329.141000', '192329.143000', '192329.160000', '192329.163000', '192329.166000', '192329.169000', '192329.172000', '192329.175000', '192329.178000', '192329.180000', '192329.183000', '192329.186000', '192329.189000', '192329.192000', '192329.195000', '192329.197000', '192329.200000', '192329.203000', '192329.206000', '192329.209000', '192329.212000', '192329.215000', '192329.217000', '192329.220000', '192329.223000', '192329.226000', '192329.228000', '192329.231000', '192349.096000', '192349.099000', '192349.102000', '192349.105000', '192349.108000', '192349.110000', '192349.113000', '192349.116000', '192349.119000', '192349.122000', '192349.124000', '192349.127000', '192349.130000', '192349.140000', '192349.143000', '192349.146000', '192349.149000', '192349.152000', '192349.154000', '192349.157000', '192349.160000', '192349.163000', '192349.166000', '192349.169000', '192349.171000', '192349.175000', '192349.177000', '192349.180000', '192349.183000', '192349.186000', '192349.189000', '192349.192000', '192349.194000', '192349.197000', '192349.200000', '192349.203000', '192349.206000', '192349.209000', '192349.211000', '192349.214000', '192349.217000', '192349.220000', '192349.223000', '192349.225000', '192409.096000', '192409.100000', '192409.106000', '192409.109000', '192409.112000', '192409.114000', '192409.117000', '192409.131000', '192409.134000', '192409.137000', '192409.140000', '192409.143000', '192409.145000', '192409.148000', '192409.151000', '192409.154000', '192409.157000', '192409.160000', '192409.162000', '192409.165000', '192409.168000', '192409.171000', '192409.174000', '192409.177000', '192409.179000', '192409.182000', '192409.185000', '192409.188000', '192409.191000', '192409.193000', '192409.196000', '192409.199000', '192409.202000', '192409.205000', '192409.208000', '192409.210000', '192409.213000', '192409.216000', '192409.219000', '192409.222000', '192409.224000', '192409.227000', '192409.230000', '192429.096000', '192429.099000', '192429.102000', '192429.105000', '192429.108000', '192429.110000', '192429.113000', '192429.116000', '192429.119000', '192429.122000', '192429.124000', '192429.127000', '192429.130000', '192429.135000', '192429.137000', '192429.140000', '192429.143000', '192429.146000', '192429.149000', '192429.152000', '192429.154000', '192429.157000', '192429.160000', '192429.163000', '192429.166000', '192429.169000', '192429.172000', '192429.174000', '192429.177000', '192429.180000', '192429.183000', '192429.186000', '192429.189000', '192429.192000', '192429.194000', '192429.197000', '192429.200000', '192429.203000', '192429.206000', '192429.209000', '192429.211000', '192429.214000', '192429.217000', '192429.220000', '192449.095000', '192449.098000', '192449.101000', '192449.104000', '192449.106000', '192449.109000', '192449.112000', '192449.115000', '192449.118000', '192449.120000', '192449.123000', '192449.126000', '192449.129000', '192449.132000', '192449.135000', '192449.138000', '192449.141000', '192449.144000', '192449.146000', '192449.149000', '192449.152000', '192449.155000', '192449.157000', '192449.160000', '192449.163000', '192449.166000', '192449.169000', '192449.171000', '192449.183000', '192449.186000', '192449.189000', '192449.192000', '192449.194000', '192449.197000', '192449.200000', '192449.203000', '192449.206000', '192449.208000', '192449.211000', '192449.214000', '192449.217000', '192449.219000', '192449.222000', '192509.095000', '192509.098000', '192509.102000', '192509.104000', '192509.107000', '192509.110000', '192509.113000', '192509.116000', '192509.118000', '192509.121000', '192509.124000', '192509.127000', '192509.130000', '192509.133000', '192509.136000', '192509.138000', '192509.141000', '192509.144000', '192509.147000', '192509.150000', '192509.152000', '192509.155000', '192509.158000', '192509.161000', '192509.164000', '192509.166000', '192509.169000', '192509.172000', '192509.175000', '192509.178000', '192509.181000', '192509.184000', '192509.191000', '192509.194000', '192509.197000', '192509.200000', '192509.202000', '192509.205000', '192509.208000', '192509.211000', '192509.214000', '192509.216000', '192509.219000', '192509.222000', '192517.697000', '192517.700000', '192517.703000', '192517.706000', '192517.709000', '192517.713000', '192517.716000', '192517.719000', '192517.722000', '192517.725000', '192517.728000', '192517.731000', '192517.734000', '192517.737000', '192517.740000', '192517.743000', '192517.746000', '192517.748000', '192517.751000'], 'InstanceCreationTime': ['191849.133000', '191849.136000', '191849.139000', '191849.151000', '191849.163000', '191849.166000', '191849.169000', '191849.172000', '191849.175000', '191849.177000', '191849.180000', '191849.183000', '191849.186000', '191849.188000', '191849.191000', '191849.194000', '191849.197000', '191849.200000', '191849.202000', '191849.205000', '191849.208000', '191849.211000', '191849.213000', '191849.216000', '191849.219000', '191849.222000', '191849.225000', '191909.096000', '191909.099000', '191909.102000', '191909.104000', '191909.107000', '191909.110000', '191909.113000', '191909.115000', '191909.125000', '191909.128000', '191909.130000', '191909.134000', '191909.137000', '191909.140000', '191909.143000', '191909.146000', '191909.149000', '191909.151000', '191909.154000', '191909.157000', '191909.160000', '191909.162000', '191909.165000', '191909.168000', '191909.171000', '191909.174000', '191909.176000', '191909.179000', '191909.182000', '191909.185000', '191909.188000', '191909.191000', '191909.194000', '191909.197000', '191909.199000', '191909.202000', '191909.205000', '191909.208000', '191909.211000', '191909.213000', '191909.216000', '191909.219000', '191909.222000', '191929.096000', '191929.099000', '191929.102000', '191929.105000', '191929.107000', '191929.110000', '191929.113000', '191929.116000', '191929.118000', '191929.121000', '191929.124000', '191929.127000', '191929.129000', '191929.132000', '191929.135000', '191929.138000', '191929.141000', '191929.144000', '191929.146000', '191929.149000', '191929.152000', '191929.160000', '191929.163000', '191929.165000', '191929.168000', '191929.171000', '191929.174000', '191929.177000', '191929.179000', '191929.182000', '191929.185000', '191929.188000', '191929.191000', '191929.193000', '191929.196000', '191929.199000', '191929.202000', '191929.204000', '191929.207000', '191929.210000', '191929.213000', '191929.215000', '191929.218000', '191929.221000', '191949.096000', '191949.099000', '191949.101000', '191949.104000', '191949.107000', '191949.110000', '191949.113000', '191949.115000', '191949.118000', '191949.121000', '191949.124000', '191949.126000', '191949.129000', '191949.132000', '191949.135000', '191949.138000', '191949.140000', '191949.143000', '191949.146000', '191949.149000', '191949.152000', '191949.154000', '191949.157000', '191949.160000', '191949.163000', '191949.166000', '191949.168000', '191949.171000', '191949.174000', '191949.177000', '191949.180000', '191949.183000', '191949.185000', '191949.188000', '191949.191000', '191949.194000', '191949.197000', '191949.199000', '191949.202000', '191949.205000', '191949.208000', '191949.211000', '191949.214000', '192009.095000', '192009.098000', '192009.101000', '192009.103000', '192009.106000', '192009.109000', '192009.112000', '192009.114000', '192009.117000', '192009.120000', '192009.123000', '192009.125000', '192009.128000', '192009.131000', '192009.134000', '192009.137000', '192009.139000', '192009.142000', '192009.145000', '192009.148000', '192009.150000', '192009.153000', '192009.156000', '192009.159000', '192009.162000', '192009.164000', '192009.167000', '192009.170000', '192009.173000', '192009.176000', '192009.178000', '192009.181000', '192009.184000', '192009.187000', '192009.190000', '192009.192000', '192009.195000', '192009.198000', '192009.201000', '192009.203000', '192009.206000', '192009.209000', '192009.212000', '192009.215000', '192029.095000', '192029.098000', '192029.101000', '192029.103000', '192029.106000', '192029.109000', '192029.112000', '192029.115000', '192029.117000', '192029.120000', '192029.123000', '192029.126000', '192029.129000', '192029.131000', '192029.134000', '192029.137000', '192029.140000', '192029.143000', '192029.145000', '192029.148000', '192029.151000', '192029.154000', '192029.157000', '192029.159000', '192029.162000', '192029.165000', '192029.168000', '192029.171000', '192029.175000', '192029.177000', '192029.180000', '192029.183000', '192029.186000', '192029.189000', '192029.191000', '192029.194000', '192029.197000', '192029.200000', '192029.203000', '192029.206000', '192029.208000', '192029.211000', '192029.214000', '192049.096000', '192049.099000', '192049.102000', '192049.104000', '192049.107000', '192049.110000', '192049.113000', '192049.116000', '192049.118000', '192049.121000', '192049.124000', '192049.127000', '192049.130000', '192049.133000', '192049.135000', '192049.138000', '192049.141000', '192049.144000', '192049.147000', '192049.150000', '192049.152000', '192049.155000', '192049.158000', '192049.161000', '192049.164000', '192049.167000', '192049.169000', '192049.172000', '192049.175000', '192049.178000', '192049.181000', '192049.183000', '192049.186000', '192049.189000', '192049.192000', '192049.195000', '192049.197000', '192049.200000', '192049.203000', '192049.206000', '192049.209000', '192049.212000', '192049.214000', '192049.217000', '192109.096000', '192109.099000', '192109.102000', '192109.104000', '192109.107000', '192109.110000', '192109.113000', '192109.116000', '192109.119000', '192109.122000', '192109.125000', '192109.127000', '192109.130000', '192109.133000', '192109.136000', '192109.139000', '192109.142000', '192109.145000', '192109.147000', '192109.150000', '192109.153000', '192109.156000', '192109.159000', '192109.162000', '192109.165000', '192109.168000', '192109.170000', '192109.173000', '192109.176000', '192109.179000', '192109.182000', '192109.185000', '192109.187000', '192109.190000', '192109.193000', '192109.196000', '192109.198000', '192109.201000', '192109.204000', '192109.207000', '192109.210000', '192109.212000', '192109.215000', '192129.096000', '192129.099000', '192129.102000', '192129.104000', '192129.107000', '192129.110000', '192129.113000', '192129.116000', '192129.118000', '192129.121000', '192129.124000', '192129.127000', '192129.130000', '192129.132000', '192129.135000', '192129.138000', '192129.141000', '192129.144000', '192129.147000', '192129.150000', '192129.152000', '192129.155000', '192129.158000', '192129.161000', '192129.164000', '192129.166000', '192129.169000', '192129.172000', '192129.175000', '192129.178000', '192129.181000', '192129.183000', '192129.186000', '192129.189000', '192129.192000', '192129.195000', '192129.197000', '192129.200000', '192129.203000', '192129.206000', '192129.209000', '192129.211000', '192129.214000', '192129.217000', '192149.096000', '192149.099000', '192149.102000', '192149.104000', '192149.107000', '192149.110000', '192149.113000', '192149.116000', '192149.118000', '192149.121000', '192149.124000', '192149.127000', '192149.130000', '192149.133000', '192149.136000', '192149.139000', '192149.142000', '192149.144000', '192149.147000', '192149.150000', '192149.153000', '192149.156000', '192149.159000', '192149.162000', '192149.165000', '192149.167000', '192149.170000', '192149.173000', '192149.176000', '192149.179000', '192149.181000', '192149.184000', '192149.187000', '192149.190000', '192149.193000', '192149.210000', '192149.213000', '192149.216000', '192149.219000', '192149.222000', '192149.224000', '192149.227000', '192149.230000', '192209.096000', '192209.099000', '192209.102000', '192209.104000', '192209.107000', '192209.110000', '192209.113000', '192209.116000', '192209.118000', '192209.121000', '192209.124000', '192209.127000', '192209.130000', '192209.132000', '192209.135000', '192209.138000', '192209.141000', '192209.144000', '192209.147000', '192209.149000', '192209.152000', '192209.155000', '192209.158000', '192209.161000', '192209.164000', '192209.166000', '192209.169000', '192209.172000', '192209.175000', '192209.178000', '192209.181000', '192209.183000', '192209.186000', '192209.189000', '192209.192000', '192209.195000', '192209.198000', '192209.200000', '192209.203000', '192209.206000', '192209.209000', '192209.212000', '192209.214000', '192209.217000', '192229.095000', '192229.098000', '192229.101000', '192229.104000', '192229.107000', '192229.110000', '192229.113000', '192229.115000', '192229.118000', '192229.121000', '192229.124000', '192229.127000', '192229.130000', '192229.132000', '192229.135000', '192229.138000', '192229.141000', '192229.144000', '192229.147000', '192229.150000', '192229.152000', '192229.155000', '192229.158000', '192229.161000', '192229.164000', '192229.167000', '192229.170000', '192229.173000', '192229.175000', '192229.178000', '192229.181000', '192229.184000', '192229.187000', '192229.190000', '192229.193000', '192229.195000', '192229.198000', '192229.201000', '192229.204000', '192229.207000', '192229.210000', '192229.212000', '192229.215000', '192249.095000', '192249.098000', '192249.101000', '192249.104000', '192249.106000', '192249.109000', '192249.112000', '192249.115000', '192249.118000', '192249.121000', '192249.123000', '192249.126000', '192249.129000', '192249.132000', '192249.135000', '192249.138000', '192249.141000', '192249.143000', '192249.146000', '192249.149000', '192249.152000', '192249.155000', '192249.158000', '192249.160000', '192249.163000', '192249.166000', '192249.169000', '192249.172000', '192249.175000', '192249.178000', '192249.180000', '192249.183000', '192249.186000', '192249.189000', '192249.192000', '192249.194000', '192249.197000', '192249.200000', '192249.203000', '192249.206000', '192249.208000', '192249.211000', '192249.214000', '192249.217000', '192309.096000', '192309.099000', '192309.102000', '192309.105000', '192309.108000', '192309.111000', '192309.113000', '192309.116000', '192309.119000', '192309.122000', '192309.125000', '192309.128000', '192309.131000', '192309.134000', '192309.136000', '192309.139000', '192309.142000', '192309.145000', '192309.148000', '192309.151000', '192309.154000', '192309.157000', '192309.159000', '192309.162000', '192309.165000', '192309.168000', '192309.171000', '192309.174000', '192309.177000', '192309.180000', '192309.182000', '192309.185000', '192309.188000', '192309.191000', '192309.194000', '192309.197000', '192309.199000', '192309.202000', '192309.205000', '192309.208000', '192309.211000', '192309.214000', '192309.217000', '192329.096000', '192329.099000', '192329.102000', '192329.105000', '192329.107000', '192329.110000', '192329.113000', '192329.116000', '192329.119000', '192329.121000', '192329.124000', '192329.127000', '192329.132000', '192329.134000', '192329.138000', '192329.141000', '192329.143000', '192329.160000', '192329.163000', '192329.166000', '192329.169000', '192329.172000', '192329.175000', '192329.178000', '192329.180000', '192329.183000', '192329.186000', '192329.189000', '192329.192000', '192329.195000', '192329.197000', '192329.200000', '192329.203000', '192329.206000', '192329.209000', '192329.212000', '192329.215000', '192329.217000', '192329.220000', '192329.223000', '192329.226000', '192329.228000', '192329.231000', '192349.096000', '192349.099000', '192349.102000', '192349.105000', '192349.108000', '192349.110000', '192349.113000', '192349.116000', '192349.119000', '192349.122000', '192349.124000', '192349.127000', '192349.130000', '192349.140000', '192349.143000', '192349.146000', '192349.149000', '192349.152000', '192349.154000', '192349.157000', '192349.160000', '192349.163000', '192349.166000', '192349.169000', '192349.171000', '192349.175000', '192349.177000', '192349.180000', '192349.183000', '192349.186000', '192349.189000', '192349.192000', '192349.194000', '192349.197000', '192349.200000', '192349.203000', '192349.206000', '192349.209000', '192349.211000', '192349.214000', '192349.217000', '192349.220000', '192349.223000', '192349.225000', '192409.096000', '192409.100000', '192409.106000', '192409.109000', '192409.112000', '192409.114000', '192409.117000', '192409.131000', '192409.134000', '192409.137000', '192409.140000', '192409.143000', '192409.145000', '192409.148000', '192409.151000', '192409.154000', '192409.157000', '192409.160000', '192409.162000', '192409.165000', '192409.168000', '192409.171000', '192409.174000', '192409.177000', '192409.179000', '192409.182000', '192409.185000', '192409.188000', '192409.191000', '192409.193000', '192409.196000', '192409.199000', '192409.202000', '192409.205000', '192409.208000', '192409.210000', '192409.213000', '192409.216000', '192409.219000', '192409.222000', '192409.224000', '192409.227000', '192409.230000', '192429.096000', '192429.099000', '192429.102000', '192429.105000', '192429.108000', '192429.110000', '192429.113000', '192429.116000', '192429.119000', '192429.122000', '192429.124000', '192429.127000', '192429.130000', '192429.135000', '192429.137000', '192429.140000', '192429.143000', '192429.146000', '192429.149000', '192429.152000', '192429.154000', '192429.157000', '192429.160000', '192429.163000', '192429.166000', '192429.169000', '192429.172000', '192429.174000', '192429.177000', '192429.180000', '192429.183000', '192429.186000', '192429.189000', '192429.192000', '192429.194000', '192429.197000', '192429.200000', '192429.203000', '192429.206000', '192429.209000', '192429.211000', '192429.214000', '192429.217000', '192429.220000', '192449.095000', '192449.098000', '192449.101000', '192449.104000', '192449.106000', '192449.109000', '192449.112000', '192449.115000', '192449.118000', '192449.120000', '192449.123000', '192449.126000', '192449.129000', '192449.132000', '192449.135000', '192449.138000', '192449.141000', '192449.144000', '192449.146000', '192449.149000', '192449.152000', '192449.155000', '192449.157000', '192449.160000', '192449.163000', '192449.166000', '192449.169000', '192449.171000', '192449.183000', '192449.186000', '192449.189000', '192449.192000', '192449.194000', '192449.197000', '192449.200000', '192449.203000', '192449.206000', '192449.208000', '192449.211000', '192449.214000', '192449.217000', '192449.219000', '192449.222000', '192509.095000', '192509.098000', '192509.102000', '192509.104000', '192509.107000', '192509.110000', '192509.113000', '192509.116000', '192509.118000', '192509.121000', '192509.124000', '192509.127000', '192509.130000', '192509.133000', '192509.136000', '192509.138000', '192509.141000', '192509.144000', '192509.147000', '192509.150000', '192509.152000', '192509.155000', '192509.158000', '192509.161000', '192509.164000', '192509.166000', '192509.169000', '192509.172000', '192509.175000', '192509.178000', '192509.181000', '192509.184000', '192509.191000', '192509.194000', '192509.197000', '192509.200000', '192509.202000', '192509.205000', '192509.208000', '192509.211000', '192509.214000', '192509.216000', '192509.219000', '192509.222000', '192517.697000', '192517.700000', '192517.703000', '192517.706000', '192517.709000', '192517.713000', '192517.716000', '192517.719000', '192517.722000', '192517.725000', '192517.728000', '192517.731000', '192517.734000', '192517.737000', '192517.740000', '192517.743000', '192517.746000', '192517.748000', '192517.751000'], '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': [14330, 14027, 14553, 15554, 13987, 14537, 12801, 14272, 12017, 14099, 13695, 13466, 14398, 15296, 14361, 12402, 14345, 11248, 13991, 14795, 14066, 14242, 11494, 13479, 14797, 14214, 14778, 12262, 14453, 14240, 13415, 14660, 15002, 13800, 14355, 12284, 14043, 13894, 12279, 13832, 15096, 14175, 13879, 14724, 13932, 14339, 13696, 14549, 14160, 13202, 14711, 12529, 14453, 14174, 14911, 14627, 16508, 14595, 13888, 14368, 14591, 11992, 14755, 14378, 14320, 14166, 12736, 14326, 14747, 13617, 14684, 14274, 14667, 11899, 14064, 14619, 13988, 14773, 12985, 14602, 13938, 14072, 14586, 14400, 14873, 13580, 14785, 14608, 14386, 14387, 13567, 14806, 15886, 14393, 14697, 14757, 14651, 10475, 13944, 14860, 13534, 15137, 15945, 13700, 14524, 11965, 14678, 14569, 15739, 14145, 14562, 13698, 14457, 14276, 14704, 14368, 10537, 13905, 14488, 11923, 14416, 14713, 14082, 11820, 13149, 14395, 13456, 13469, 14463, 14877, 14043, 14582, 12385, 14515, 14724, 14476, 14567, 12428, 14971, 14658, 13277, 14636, 14529, 14531, 14965, 11782, 14820, 14572, 14382, 14785, 14595, 13081, 14390, 11094, 13323, 14714, 11873, 13901, 14452, 12590, 14653, 14123, 13145, 14727, 14948, 13395, 14939, 12860, 14936, 14269, 13967, 14817, 11694, 13758, 14708, 12618, 14978, 14648, 13374, 14672, 14679, 13505, 14570, 11794, 14366, 14115, 12714, 14414, 13778, 13031, 14676, 12938, 14429, 12144, 14539, 14616, 12866, 14593, 12464, 14740, 11802, 13362, 14795, 13144, 14888, 14444, 14044, 14638, 14188, 14492, 14328, 14450, 14285, 13524, 14631, 12491, 14375, 14491, 12462, 14707, 12506, 14366, 14466, 12934, 14996, 14609, 13193, 14770, 14299, 14039, 14709, 12576, 14352, 14152, 13614, 14764, 12069, 14330, 14229, 12075, 14736, 12023, 14527, 10698, 13056, 14413, 12758, 13740, 14165, 13551, 14830, 13683, 14319, 13517, 13706, 14615, 12678, 14971, 12062, 14760, 14590, 13144, 14779, 13423, 14960, 14792, 13350, 14767, 14175, 14004, 14314, 14209, 14622, 10397, 13208, 14624, 12191, 13895, 14365, 12902, 14710, 12028, 14497, 12453, 13119, 14742, 13969, 14799, 11877, 14559, 11043, 12907, 14991, 14108, 14560, 11806, 14221, 14831, 11826, 14306, 12567, 12717, 14088, 14136, 14359, 11716, 14224, 14375, 13059, 14781, 14634, 12970, 15149, 13721, 15039, 14142, 14801, 15343, 13294, 14560, 14091, 14174, 14482, 12427, 14802, 14565, 13211, 14888, 14163, 12730, 14666, 14172, 14164, 14562, 13637, 14961, 14389, 14166, 14787, 14446, 12072, 14838, 11884, 14641, 14429, 12776, 14764, 14100, 12125, 14250, 12118, 14528, 14369, 13508, 14580, 14327, 12394, 14109, 12756, 14719, 12323, 14405, 14692, 11872, 14503, 14330, 12916, 14388, 12504, 14477, 11036, 13553, 14817, 12133, 14668, 13244, 13885, 13420, 13628, 14580, 12404, 14300, 13215, 14115, 14735, 14209, 14581, 13141, 14878, 14557, 13953, 14521, 12944, 14391, 14394, 13131, 14302, 11080, 13967, 14330, 12648, 14021, 11428, 12655, 14126, 12120, 14213, 13995, 12490, 14430, 12384, 13946, 14346, 12077, 14166, 12788, 12951, 14799, 13243, 14163, 10849, 12586, 14319, 13060, 13704, 13247, 13158, 14607, 12706, 13514, 13090, 12971, 12481, 12184, 14425, 11580, 14083, 11316, 13155, 14199, 12887, 13641, 13982, 12103, 14438, 11622, 13565, 14153, 13322, 12975, 13666, 12199, 14200, 11394, 12501, 13897, 12804, 13459, 14204, 12618, 14182, 12481, 13591, 14121, 13240, 14284, 12438, 14155, 14583, 12144, 14260, 12268, 12817, 14000, 12298, 14591, 12333, 13937, 14201, 13952, 13745, 13373, 13871, 11786, 12844, 14009, 13569, 12729, 13814, 12792, 14154, 12931, 13842, 13375, 12978, 12944, 12568, 14345, 13296, 14518, 13958, 13016, 14145, 13537, 14867, 14513, 13470, 14687, 13801, 14218, 14358, 13093, 14432, 13515, 13965, 14391, 13248, 13777, 13428, 12599, 14066, 12947, 14307, 12943, 13530, 13954, 13219, 14104, 14082, 14767, 13123, 13526, 14082, 13898, 13942, 13771, 13686, 14773, 13373, 13792, 13674, 13168, 13822, 13219, 13779, 12911, 12906, 13966, 13441, 13191, 13933, 12943, 13968, 12576, 12753, 14097, 13619, 13458, 13943, 12478, 14422, 14126, 13862, 11726, 13826, 14168, 13020, 14156, 12797, 12740, 13939, 13814, 12597, 13711, 12944, 13850, 12731, 12834, 13124, 13567, 12602, 13539, 13084, 13388, 12887, 13028, 13583, 13444, 12922, 11606, 13069, 13821, 13007, 13245, 13144, 14019, 13654, 14916, 14318, 14375, 13181, 13813, 13146, 13105, 12898, 12057, 13311, 13568, 14237, 12899, 14100, 14358, 12087, 14468, 14385, 12458, 14102, 14149, 12345, 14377, 14186, 13415, 14465, 13020, 14608, 14256, 12887, 14295, 14328, 13295, 14221, 13907, 13383, 14630, 11875, 14107, 14173, 12304, 13336, 14425, 12951, 12837, 13953, 13620, 13169, 13836, 13328, 13427, 12251, 12505, 13798, 13319, 13023, 13332, 13797, 13070, 13212, 13610, 13208, 13444, 13884, 13678, 13371, 14017, 13523, 12591, 12900, 14076, 13515, 13219, 13456, 13722, 13102, 13112, 13206, 12636, 13214, 12882, 13981, 12434, 13196, 12582, 12150, 12627, 13302, 13561, 13395, 14925, 12879, 13503, 13046, 12981, 13708, 13911, 13086, 13356, 13143, 13790, 12458, 13908, 12851, 13312, 13297, 13353, 13236, 13989, 12640, 14180, 13214, 12980, 13438, 13611, 13634, 14125, 12708, 13807, 12749, 13037, 13041, 13463, 12619, 12521, 13039, 13082, 12893, 12934, 12864, 13362, 12582, 13097, 12805, 13307, 12806, 13007, 13481, 13761, 11602, 12804, 12740, 12681, 12654, 11830, 13420, 12829, 14009, 12452, 12900, 13534, 10695, 15021, 13192, 12883, 13888, 13792, 13268, 12497, 13633, 12607, 13564, 12757, 12783, 15154, 13916, 15684, 13260, 13274, 12938, 12723, 13202, 13358, 13816, 15174, 12963, 13533, 12807, 13177, 11102, 13435, 12854, 13661, 13203, 13519, 12997, 13084, 11950, 13420, 13224, 13635, 13719, 13239, 14992, 13139, 14030, 13068, 13454, 13873, 14145, 13585, 13198, 13587, 13400, 13799, 13391, 13511, 13749, 13498, 12953, 13508, 11027, 13512, 13291, 12790, 13752, 13105, 14180, 13392, 13013, 12731, 13865, 14136, 13368, 13384, 14451, 13494, 12004, 13101, 13932, 11955, 13584, 13267, 13705, 13541, 11357, 13489, 13488, 11722, 13665, 12841, 14088, 12988, 13585, 13480, 13619, 13944, 13306, 13373, 14864, 13442, 13413, 13558, 13423, 10921, 13224, 13484, 14352, 13015, 13886, 13557, 13709, 13327, 13145, 13746, 13663, 12981, 13625, 13700, 13900, 13317, 13537, 12764, 13958, 12975], 'WindowCenter': [4453.0, 4437.0, 4435.0, 4421.0, 4411.0, 4408.0, 4397.0, 4406.0, 4384.0, 4406.0, 4395.0, 4396.0, 4408.0, 4417.0, 4407.0, 4396.0, 4421.0, 4390.0, 4409.0, 4407.0, 4396.0, 4409.0, 4388.0, 4408.0, 4421.0, 4409.0, 4419.0, 4400.0, 4422.0, 4409.0, 4397.0, 4408.0, 4409.0, 4398.0, 4409.0, 4387.0, 4396.0, 4396.0, 4374.0, 4409.0, 4410.0, 4397.0, 4397.0, 4394.0, 4395.0, 4397.0, 4384.0, 4383.0, 4383.0, 4382.0, 4394.0, 4372.0, 4394.0, 4396.0, 4392.0, 4395.0, 4405.0, 4395.0, 4384.0, 4395.0, 4406.0, 4374.0, 4396.0, 4396.0, 4399.0, 4396.0, 4384.0, 4397.0, 4396.0, 4395.0, 4395.0, 4396.0, 4405.0, 4372.0, 4407.0, 4406.0, 4395.0, 4408.0, 4399.0, 4409.0, 4410.0, 4409.0, 4408.0, 4407.0, 4408.0, 4396.0, 4411.0, 4409.0, 4398.0, 4398.0, 4396.0, 4396.0, 4397.0, 4397.0, 4394.0, 4394.0, 4397.0, 4364.0, 4385.0, 4394.0, 4372.0, 4394.0, 4393.0, 4383.0, 4392.0, 4371.0, 4382.0, 4381.0, 4379.0, 4379.0, 4380.0, 4370.0, 4378.0, 4382.0, 4391.0, 4383.0, 4351.0, 4379.0, 4383.0, 4359.0, 4380.0, 4396.0, 4381.0, 4373.0, 4383.0, 4396.0, 4373.0, 4372.0, 4382.0, 4383.0, 4383.0, 4391.0, 4372.0, 4395.0, 4393.0, 4391.0, 4394.0, 4372.0, 4396.0, 4397.0, 4383.0, 4391.0, 4382.0, 4380.0, 4381.0, 4361.0, 4383.0, 4393.0, 4382.0, 4382.0, 4381.0, 4372.0, 4383.0, 4360.0, 4383.0, 4392.0, 4373.0, 4384.0, 4383.0, 4373.0, 4394.0, 4384.0, 4374.0, 4383.0, 4380.0, 4370.0, 4379.0, 4371.0, 4393.0, 4380.0, 4381.0, 4383.0, 4360.0, 4383.0, 4392.0, 4370.0, 4392.0, 4392.0, 4383.0, 4391.0, 4382.0, 4381.0, 4383.0, 4372.0, 4393.0, 4395.0, 4384.0, 4393.0, 4382.0, 4382.0, 4391.0, 4382.0, 4393.0, 4373.0, 4396.0, 4394.0, 4385.0, 4398.0, 4385.0, 4395.0, 4376.0, 4395.0, 4393.0, 4384.0, 4406.0, 4397.0, 4395.0, 4395.0, 4395.0, 4397.0, 4395.0, 4396.0, 4397.0, 4397.0, 4395.0, 4375.0, 4396.0, 4394.0, 4372.0, 4394.0, 4372.0, 4394.0, 4394.0, 4373.0, 4393.0, 4383.0, 4372.0, 4383.0, 4381.0, 4380.0, 4393.0, 4371.0, 4393.0, 4382.0, 4394.0, 4393.0, 4371.0, 4396.0, 4396.0, 4375.0, 4396.0, 4374.0, 4395.0, 4365.0, 4396.0, 4396.0, 4384.0, 4397.0, 4397.0, 4398.0, 4394.0, 4395.0, 4396.0, 4386.0, 4397.0, 4396.0, 4388.0, 4406.0, 4386.0, 4408.0, 4395.0, 4384.0, 4395.0, 4383.0, 4394.0, 4396.0, 4385.0, 4394.0, 4382.0, 4385.0, 4394.0, 4382.0, 4391.0, 4354.0, 4382.0, 4394.0, 4371.0, 4381.0, 4396.0, 4383.0, 4394.0, 4372.0, 4393.0, 4382.0, 4382.0, 4394.0, 4395.0, 4398.0, 4374.0, 4396.0, 4376.0, 4387.0, 4410.0, 4395.0, 4408.0, 4387.0, 4400.0, 4407.0, 4376.0, 4395.0, 4386.0, 4384.0, 4397.0, 4397.0, 4411.0, 4389.0, 4409.0, 4411.0, 4386.0, 4396.0, 4396.0, 4386.0, 4406.0, 4396.0, 4409.0, 4398.0, 4409.0, 4399.0, 4385.0, 4382.0, 4372.0, 4371.0, 4380.0, 4372.0, 4397.0, 4396.0, 4384.0, 4396.0, 4384.0, 4373.0, 4384.0, 4372.0, 4370.0, 4380.0, 4371.0, 4391.0, 4381.0, 4369.0, 4380.0, 4381.0, 4373.0, 4382.0, 4362.0, 4393.0, 4385.0, 4370.0, 4393.0, 4382.0, 4360.0, 4384.0, 4373.0, 4395.0, 4382.0, 4371.0, 4394.0, 4383.0, 4372.0, 4384.0, 4371.0, 4394.0, 4386.0, 4395.0, 4397.0, 4362.0, 4383.0, 4383.0, 4374.0, 4396.0, 4385.0, 4407.0, 4377.0, 4397.0, 4408.0, 4402.0, 4410.0, 4397.0, 4400.0, 4400.0, 4410.0, 4408.0, 4387.0, 4408.0, 4388.0, 4400.0, 4410.0, 4399.0, 4408.0, 4388.0, 4397.0, 4395.0, 4385.0, 4385.0, 4372.0, 4383.0, 4386.0, 4383.0, 4395.0, 4361.0, 4382.0, 4383.0, 4370.0, 4385.0, 4361.0, 4382.0, 4382.0, 4372.0, 4382.0, 4383.0, 4373.0, 4396.0, 4372.0, 4394.0, 4393.0, 4374.0, 4397.0, 4377.0, 4375.0, 4395.0, 4384.0, 4397.0, 4365.0, 4388.0, 4409.0, 4398.0, 4399.0, 4387.0, 4401.0, 4409.0, 4398.0, 4411.0, 4399.0, 4398.0, 4389.0, 4390.0, 4410.0, 4390.0, 4412.0, 4380.0, 4401.0, 4401.0, 4391.0, 4399.0, 4399.0, 4388.0, 4399.0, 4375.0, 4387.0, 4397.0, 4385.0, 4384.0, 4388.0, 4375.0, 4396.0, 4375.0, 4385.0, 4399.0, 4384.0, 4385.0, 4396.0, 4386.0, 4396.0, 4375.0, 4386.0, 4398.0, 4396.0, 4401.0, 4376.0, 4397.0, 4397.0, 4377.0, 4395.0, 4376.0, 4413.0, 4410.0, 4400.0, 4410.0, 4386.0, 4408.0, 4395.0, 4395.0, 4397.0, 4397.0, 4397.0, 4374.0, 4382.0, 4394.0, 4382.0, 4383.0, 4386.0, 4384.0, 4398.0, 4396.0, 4399.0, 4396.0, 4396.0, 4398.0, 4400.0, 4397.0, 4398.0, 4398.0, 4395.0, 4386.0, 4396.0, 4387.0, 4398.0, 4395.0, 4385.0, 4394.0, 4382.0, 4395.0, 4383.0, 4383.0, 4394.0, 4385.0, 4394.0, 4395.0, 4385.0, 4394.0, 4382.0, 4372.0, 4393.0, 4384.0, 4396.0, 4386.0, 4395.0, 4393.0, 4384.0, 4395.0, 4394.0, 4396.0, 4385.0, 4394.0, 4394.0, 4382.0, 4395.0, 4396.0, 4395.0, 4397.0, 4396.0, 4398.0, 4394.0, 4397.0, 4397.0, 4398.0, 4399.0, 4385.0, 4387.0, 4398.0, 4385.0, 4384.0, 4385.0, 4387.0, 4397.0, 4375.0, 4386.0, 4396.0, 4385.0, 4396.0, 4398.0, 4386.0, 4396.0, 4396.0, 4397.0, 4375.0, 4394.0, 4396.0, 4399.0, 4410.0, 4387.0, 4387.0, 4398.0, 4396.0, 4387.0, 4398.0, 4385.0, 4398.0, 4386.0, 4387.0, 4397.0, 4385.0, 4384.0, 4385.0, 4385.0, 4397.0, 4388.0, 4399.0, 4397.0, 4396.0, 4398.0, 4389.0, 4402.0, 4411.0, 4399.0, 4412.0, 4400.0, 4410.0, 4411.0, 4423.0, 4411.0, 4399.0, 4400.0, 4409.0, 4396.0, 4398.0, 4403.0, 4388.0, 4401.0, 4410.0, 4411.0, 4389.0, 4407.0, 4398.0, 4386.0, 4397.0, 4382.0, 4371.0, 4382.0, 4382.0, 4374.0, 4385.0, 4384.0, 4382.0, 4383.0, 4371.0, 4381.0, 4368.0, 4354.0, 4366.0, 4367.0, 4356.0, 4365.0, 4366.0, 4366.0, 4376.0, 4357.0, 4367.0, 4370.0, 4347.0, 4357.0, 4366.0, 4356.0, 4355.0, 4367.0, 4366.0, 4370.0, 4379.0, 4369.0, 4370.0, 4371.0, 4371.0, 4382.0, 4380.0, 4383.0, 4383.0, 4383.0, 4385.0, 4387.0, 4397.0, 4399.0, 4402.0, 4399.0, 4394.0, 4398.0, 4396.0, 4399.0, 4388.0, 4400.0, 4409.0, 4411.0, 4400.0, 4398.0, 4410.0, 4402.0, 4410.0, 4402.0, 4400.0, 4412.0, 4401.0, 4408.0, 4401.0, 4401.0, 4403.0, 4401.0, 4402.0, 4412.0, 4399.0, 4402.0, 4412.0, 4401.0, 4411.0, 4400.0, 4400.0, 4397.0, 4397.0, 4388.0, 4398.0, 4398.0, 4399.0, 4388.0, 4399.0, 4389.0, 4396.0, 4399.0, 4395.0, 4385.0, 4387.0, 4384.0, 4386.0, 4383.0, 4383.0, 4385.0, 4383.0, 4383.0, 4382.0, 4383.0, 4395.0, 4374.0, 4382.0, 4383.0, 4382.0, 4387.0, 4384.0, 4384.0, 4387.0, 4384.0, 4386.0, 4386.0, 4394.0, 4387.0, 4396.0, 4386.0, 4399.0, 4397.0, 4399.0, 4397.0, 4410.0, 4389.0, 4414.0, 4412.0, 4400.0, 4412.0, 4401.0, 4411.0, 4404.0, 4414.0, 4415.0, 4417.0, 4415.0, 4394.0, 4424.0, 4411.0, 4416.0, 4415.0, 4426.0, 4405.0, 4404.0, 4412.0, 4402.0, 4413.0, 4399.0, 4401.0, 4410.0, 4400.0, 4413.0, 4413.0, 4403.0, 4391.0, 4388.0, 4386.0, 4387.0, 4395.0, 4397.0, 4388.0, 4397.0, 4390.0, 4400.0, 4377.0, 4385.0, 4388.0, 4386.0, 4388.0, 4387.0, 4387.0, 4387.0, 4377.0, 4387.0, 4387.0, 4386.0, 4385.0, 4386.0, 4396.0, 4384.0, 4397.0, 4385.0, 4387.0, 4384.0, 4385.0, 4386.0, 4375.0, 4386.0, 4386.0, 4396.0, 4398.0, 4388.0, 4384.0, 4384.0, 4374.0, 4385.0, 4364.0, 4398.0, 4399.0, 4386.0, 4399.0, 4389.0, 4396.0, 4398.0, 4399.0, 4402.0, 4410.0, 4400.0, 4387.0, 4386.0, 4386.0, 4385.0, 4376.0, 4398.0, 4400.0, 4378.0, 4388.0, 4387.0, 4384.0, 4387.0, 4376.0, 4397.0, 4398.0, 4378.0, 4398.0, 4389.0, 4387.0, 4388.0, 4388.0, 4385.0, 4396.0, 4398.0, 4386.0, 4387.0, 4386.0, 4384.0, 4383.0, 4386.0, 4387.0, 4364.0, 4385.0, 4386.0, 4384.0, 4387.0, 4385.0, 4386.0, 4396.0, 4384.0, 4386.0, 4397.0, 4385.0, 4386.0, 4384.0, 4397.0, 4396.0, 4395.0, 4397.0, 4398.0, 4409.0, 4402.0], 'WindowWidth': [9795.0, 9759.0, 9752.0, 9728.0, 9707.0, 9703.0, 9684.0, 9694.0, 9662.0, 9694.0, 9679.0, 9681.0, 9699.0, 9711.0, 9698.0, 9682.0, 9724.0, 9682.0, 9703.0, 9697.0, 9678.0, 9703.0, 9677.0, 9703.0, 9721.0, 9703.0, 9717.0, 9692.0, 9723.0, 9704.0, 9684.0, 9700.0, 9705.0, 9684.0, 9703.0, 9668.0, 9679.0, 9680.0, 9646.0, 9702.0, 9707.0, 9680.0, 9680.0, 9674.0, 9673.0, 9680.0, 9660.0, 9655.0, 9656.0, 9654.0, 9671.0, 9641.0, 9673.0, 9677.0, 9668.0, 9676.0, 9693.0, 9675.0, 9658.0, 9673.0, 9693.0, 9649.0, 9676.0, 9679.0, 9684.0, 9679.0, 9660.0, 9681.0, 9680.0, 9676.0, 9679.0, 9675.0, 9690.0, 9642.0, 9697.0, 9693.0, 9677.0, 9699.0, 9689.0, 9701.0, 9706.0, 9700.0, 9697.0, 9695.0, 9697.0, 9678.0, 9706.0, 9701.0, 9681.0, 9685.0, 9679.0, 9679.0, 9685.0, 9679.0, 9673.0, 9672.0, 9679.0, 9634.0, 9659.0, 9672.0, 9640.0, 9670.0, 9674.0, 9654.0, 9668.0, 9638.0, 9652.0, 9649.0, 9648.0, 9643.0, 9645.0, 9631.0, 9642.0, 9650.0, 9664.0, 9655.0, 9609.0, 9645.0, 9655.0, 9619.0, 9646.0, 9679.0, 9652.0, 9644.0, 9657.0, 9677.0, 9646.0, 9638.0, 9651.0, 9655.0, 9655.0, 9664.0, 9639.0, 9674.0, 9670.0, 9666.0, 9670.0, 9641.0, 9676.0, 9681.0, 9655.0, 9663.0, 9655.0, 9645.0, 9649.0, 9623.0, 9653.0, 9669.0, 9656.0, 9652.0, 9650.0, 9638.0, 9653.0, 9622.0, 9656.0, 9670.0, 9644.0, 9656.0, 9656.0, 9643.0, 9674.0, 9661.0, 9642.0, 9653.0, 9651.0, 9632.0, 9643.0, 9638.0, 9670.0, 9650.0, 9650.0, 9653.0, 9620.0, 9653.0, 9665.0, 9635.0, 9669.0, 9671.0, 9654.0, 9665.0, 9655.0, 9648.0, 9654.0, 9638.0, 9670.0, 9676.0, 9657.0, 9670.0, 9656.0, 9653.0, 9664.0, 9654.0, 9673.0, 9645.0, 9679.0, 9675.0, 9660.0, 9684.0, 9660.0, 9673.0, 9652.0, 9676.0, 9669.0, 9658.0, 9693.0, 9683.0, 9677.0, 9676.0, 9676.0, 9682.0, 9679.0, 9679.0, 9685.0, 9680.0, 9676.0, 9647.0, 9676.0, 9674.0, 9641.0, 9674.0, 9642.0, 9671.0, 9674.0, 9641.0, 9668.0, 9659.0, 9637.0, 9654.0, 9652.0, 9648.0, 9668.0, 9637.0, 9669.0, 9656.0, 9673.0, 9670.0, 9639.0, 9677.0, 9676.0, 9647.0, 9679.0, 9646.0, 9677.0, 9636.0, 9679.0, 9678.0, 9659.0, 9681.0, 9687.0, 9682.0, 9676.0, 9674.0, 9677.0, 9667.0, 9680.0, 9682.0, 9667.0, 9693.0, 9665.0, 9697.0, 9682.0, 9660.0, 9678.0, 9656.0, 9674.0, 9680.0, 9660.0, 9674.0, 9657.0, 9659.0, 9676.0, 9652.0, 9665.0, 9617.0, 9652.0, 9671.0, 9635.0, 9649.0, 9682.0, 9658.0, 9671.0, 9640.0, 9672.0, 9656.0, 9655.0, 9674.0, 9676.0, 9683.0, 9647.0, 9677.0, 9654.0, 9667.0, 9704.0, 9678.0, 9699.0, 9667.0, 9688.0, 9697.0, 9651.0, 9678.0, 9667.0, 9662.0, 9681.0, 9680.0, 9704.0, 9673.0, 9701.0, 9707.0, 9666.0, 9678.0, 9677.0, 9664.0, 9691.0, 9677.0, 9701.0, 9684.0, 9702.0, 9691.0, 9662.0, 9650.0, 9637.0, 9633.0, 9647.0, 9637.0, 9678.0, 9676.0, 9660.0, 9677.0, 9660.0, 9640.0, 9656.0, 9643.0, 9634.0, 9645.0, 9633.0, 9663.0, 9649.0, 9628.0, 9646.0, 9648.0, 9640.0, 9653.0, 9624.0, 9668.0, 9661.0, 9632.0, 9667.0, 9656.0, 9621.0, 9655.0, 9639.0, 9672.0, 9655.0, 9636.0, 9670.0, 9655.0, 9639.0, 9659.0, 9637.0, 9671.0, 9662.0, 9676.0, 9681.0, 9627.0, 9653.0, 9655.0, 9641.0, 9674.0, 9660.0, 9694.0, 9656.0, 9683.0, 9698.0, 9697.0, 9705.0, 9681.0, 9690.0, 9691.0, 9702.0, 9700.0, 9669.0, 9698.0, 9668.0, 9688.0, 9710.0, 9686.0, 9701.0, 9669.0, 9681.0, 9681.0, 9660.0, 9663.0, 9640.0, 9653.0, 9664.0, 9655.0, 9672.0, 9626.0, 9652.0, 9655.0, 9632.0, 9657.0, 9626.0, 9654.0, 9654.0, 9638.0, 9655.0, 9657.0, 9641.0, 9677.0, 9641.0, 9672.0, 9670.0, 9646.0, 9680.0, 9653.0, 9645.0, 9673.0, 9658.0, 9680.0, 9637.0, 9670.0, 9700.0, 9684.0, 9685.0, 9673.0, 9691.0, 9700.0, 9685.0, 9705.0, 9684.0, 9684.0, 9677.0, 9676.0, 9703.0, 9677.0, 9707.0, 9662.0, 9691.0, 9697.0, 9678.0, 9686.0, 9692.0, 9669.0, 9684.0, 9650.0, 9666.0, 9680.0, 9658.0, 9659.0, 9671.0, 9649.0, 9678.0, 9651.0, 9663.0, 9686.0, 9658.0, 9660.0, 9680.0, 9662.0, 9677.0, 9646.0, 9663.0, 9688.0, 9679.0, 9691.0, 9653.0, 9681.0, 9679.0, 9652.0, 9675.0, 9650.0, 9714.0, 9709.0, 9692.0, 9701.0, 9666.0, 9697.0, 9679.0, 9675.0, 9681.0, 9680.0, 9679.0, 9649.0, 9656.0, 9675.0, 9654.0, 9657.0, 9667.0, 9660.0, 9683.0, 9681.0, 9689.0, 9678.0, 9680.0, 9688.0, 9690.0, 9683.0, 9682.0, 9683.0, 9680.0, 9666.0, 9682.0, 9665.0, 9681.0, 9680.0, 9661.0, 9675.0, 9654.0, 9674.0, 9662.0, 9655.0, 9675.0, 9659.0, 9671.0, 9675.0, 9660.0, 9675.0, 9658.0, 9641.0, 9672.0, 9661.0, 9680.0, 9664.0, 9677.0, 9674.0, 9660.0, 9677.0, 9674.0, 9680.0, 9664.0, 9675.0, 9676.0, 9653.0, 9676.0, 9678.0, 9675.0, 9681.0, 9679.0, 9684.0, 9675.0, 9681.0, 9684.0, 9684.0, 9687.0, 9663.0, 9668.0, 9684.0, 9660.0, 9659.0, 9666.0, 9665.0, 9680.0, 9650.0, 9664.0, 9680.0, 9660.0, 9680.0, 9688.0, 9665.0, 9677.0, 9678.0, 9682.0, 9651.0, 9676.0, 9680.0, 9686.0, 9704.0, 9672.0, 9669.0, 9686.0, 9678.0, 9667.0, 9685.0, 9662.0, 9682.0, 9668.0, 9667.0, 9681.0, 9663.0, 9659.0, 9664.0, 9663.0, 9680.0, 9671.0, 9689.0, 9685.0, 9678.0, 9684.0, 9676.0, 9696.0, 9707.0, 9689.0, 9709.0, 9690.0, 9705.0, 9713.0, 9727.0, 9713.0, 9686.0, 9691.0, 9702.0, 9682.0, 9687.0, 9700.0, 9678.0, 9694.0, 9706.0, 9714.0, 9675.0, 9698.0, 9690.0, 9667.0, 9680.0, 9659.0, 9637.0, 9651.0, 9656.0, 9644.0, 9659.0, 9666.0, 9655.0, 9656.0, 9634.0, 9648.0, 9631.0, 9602.0, 9619.0, 9623.0, 9605.0, 9618.0, 9621.0, 9622.0, 9637.0, 9611.0, 9625.0, 9633.0, 9600.0, 9609.0, 9621.0, 9608.0, 9607.0, 9625.0, 9622.0, 9631.0, 9645.0, 9630.0, 9633.0, 9636.0, 9637.0, 9654.0, 9648.0, 9656.0, 9657.0, 9656.0, 9661.0, 9668.0, 9682.0, 9687.0, 9696.0, 9689.0, 9674.0, 9684.0, 9677.0, 9686.0, 9672.0, 9691.0, 9703.0, 9706.0, 9692.0, 9686.0, 9704.0, 9699.0, 9706.0, 9696.0, 9690.0, 9713.0, 9699.0, 9700.0, 9695.0, 9693.0, 9698.0, 9696.0, 9695.0, 9711.0, 9689.0, 9695.0, 9718.0, 9693.0, 9711.0, 9691.0, 9693.0, 9688.0, 9683.0, 9674.0, 9684.0, 9686.0, 9692.0, 9671.0, 9690.0, 9675.0, 9681.0, 9690.0, 9676.0, 9662.0, 9667.0, 9659.0, 9663.0, 9655.0, 9656.0, 9661.0, 9654.0, 9656.0, 9657.0, 9656.0, 9674.0, 9645.0, 9654.0, 9657.0, 9654.0, 9665.0, 9661.0, 9660.0, 9667.0, 9660.0, 9667.0, 9666.0, 9674.0, 9668.0, 9679.0, 9667.0, 9687.0, 9683.0, 9688.0, 9684.0, 9702.0, 9676.0, 9717.0, 9711.0, 9693.0, 9711.0, 9694.0, 9711.0, 9704.0, 9715.0, 9723.0, 9724.0, 9716.0, 9692.0, 9731.0, 9709.0, 9724.0, 9723.0, 9736.0, 9704.0, 9700.0, 9708.0, 9695.0, 9710.0, 9688.0, 9691.0, 9710.0, 9691.0, 9717.0, 9713.0, 9697.0, 9679.0, 9668.0, 9663.0, 9662.0, 9674.0, 9686.0, 9667.0, 9681.0, 9674.0, 9688.0, 9653.0, 9663.0, 9668.0, 9668.0, 9667.0, 9667.0, 9664.0, 9666.0, 9654.0, 9662.0, 9664.0, 9666.0, 9661.0, 9663.0, 9677.0, 9657.0, 9676.0, 9661.0, 9665.0, 9659.0, 9659.0, 9662.0, 9648.0, 9663.0, 9662.0, 9676.0, 9682.0, 9668.0, 9656.0, 9656.0, 9646.0, 9659.0, 9630.0, 9682.0, 9686.0, 9667.0, 9683.0, 9671.0, 9676.0, 9684.0, 9689.0, 9693.0, 9704.0, 9694.0, 9666.0, 9663.0, 9664.0, 9660.0, 9651.0, 9681.0, 9690.0, 9658.0, 9668.0, 9668.0, 9657.0, 9664.0, 9651.0, 9680.0, 9686.0, 9659.0, 9683.0, 9672.0, 9671.0, 9667.0, 9666.0, 9661.0, 9678.0, 9685.0, 9662.0, 9665.0, 9664.0, 9655.0, 9653.0, 9661.0, 9666.0, 9634.0, 9663.0, 9664.0, 9662.0, 9663.0, 9660.0, 9662.0, 9677.0, 9661.0, 9663.0, 9680.0, 9662.0, 9662.0, 9658.0, 9681.0, 9680.0, 9676.0, 9681.0, 9687.0, 9701.0, 9693.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.000399367088607595</td></tr>
<tr><td colspan=3>aqi</td><td>0.02605517353279632</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.2552665984678</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.288779036831797</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9935524179953922</td></tr>
<tr><td colspan=3>efc</td><td>0.513</td></tr>
<tr><td colspan=3>fber</td><td>3915.4512</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10053830878497189</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.983889528193326</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3401734493067647</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.249248764555549</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5679790296836997</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2032925536810457</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125749</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0029606404714286327</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031253233551979065</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.206668517312622</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>23.6986</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.3009</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.932</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291529.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1074.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.7885</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.034</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.1863</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3538.995</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.5507</td></tr>
<tr><td colspan=3>tsnr</td><td>37.78212337126024</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>