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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-01_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-01_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-0043/ses-03/func/sub-0043_ses-03_task-social_acq-mb8_run-01_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>c397f59e7261f16a938cebc83a05257c</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>13:31:13.495000</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.997165, 0.0638333, 0.0398459, -0.0662316, 0.99587, 0.0620914]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.082307</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7794, -7286, 599, -44, -290, 42, 32]</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>232.783</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>344cb6c2-9507-4247-9b09-32c7985aa3ad||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.6753201484680176, -0.17769458889961243, 0.09643825888633728, 118.69110870361328], [-0.17126022279262543, 2.6718478202819824, 0.17429685592651367, -97.86394500732422], [0.10690368711948395, -0.16658662259578705, 2.6926417350769043, -70.07633209228516], [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': ['133113.495000', '133113.955000', '133114.415000', '133114.875000', '133115.335000', '133115.795000', '133116.255000', '133116.715000', '133117.175000', '133117.635000', '133118.095000', '133118.555000', '133119.015000', '133119.475000', '133119.935000', '133120.395000', '133120.855000', '133121.315000', '133121.775000', '133122.235000', '133122.695000', '133123.155000', '133123.615000', '133124.075000', '133124.535000', '133124.995000', '133125.455000', '133125.915000', '133126.375000', '133126.835000', '133127.295000', '133127.755000', '133128.215000', '133128.675000', '133129.135000', '133129.595000', '133130.055000', '133130.515000', '133130.975000', '133131.435000', '133131.895000', '133132.355000', '133132.815000', '133133.275000', '133133.735000', '133134.195000', '133134.655000', '133135.115000', '133135.575000', '133136.035000', '133136.495000', '133136.955000', '133137.415000', '133137.875000', '133138.335000', '133138.795000', '133139.255000', '133139.715000', '133140.175000', '133140.635000', '133141.095000', '133141.555000', '133142.015000', '133142.475000', '133142.935000', '133143.395000', '133143.855000', '133144.315000', '133144.775000', '133145.235000', '133145.695000', '133146.155000', '133146.615000', '133147.075000', '133147.535000', '133147.995000', '133148.455000', '133148.915000', '133149.375000', '133149.835000', '133150.295000', '133150.755000', '133151.215000', '133151.675000', '133152.135000', '133152.595000', '133153.055000', '133153.515000', '133153.975000', '133154.435000', '133154.895000', '133155.355000', '133155.815000', '133156.275000', '133156.735000', '133157.195000', '133157.655000', '133158.115000', '133158.575000', '133159.035000', '133159.495000', '133159.955000', '133200.415000', '133200.875000', '133201.335000', '133201.795000', '133202.255000', '133202.715000', '133203.175000', '133203.635000', '133204.095000', '133204.555000', '133205.015000', '133205.475000', '133205.935000', '133206.395000', '133206.855000', '133207.315000', '133207.775000', '133208.235000', '133208.695000', '133209.155000', '133209.615000', '133210.075000', '133210.535000', '133210.995000', '133211.455000', '133211.915000', '133212.375000', '133212.835000', '133213.295000', '133213.755000', '133214.215000', '133214.675000', '133215.135000', '133215.595000', '133216.055000', '133216.515000', '133216.975000', '133217.435000', '133217.895000', '133218.355000', '133218.815000', '133219.275000', '133219.735000', '133220.195000', '133220.655000', '133221.115000', '133221.575000', '133222.035000', '133222.495000', '133222.955000', '133223.415000', '133223.875000', '133224.335000', '133224.795000', '133225.255000', '133225.715000', '133226.175000', '133226.635000', '133227.095000', '133227.555000', '133228.015000', '133228.475000', '133228.935000', '133229.395000', '133229.855000', '133230.315000', '133230.775000', '133231.235000', '133231.695000', '133232.155000', '133232.615000', '133233.075000', '133233.535000', '133233.995000', '133234.455000', '133234.915000', '133235.375000', '133235.835000', '133236.295000', '133236.755000', '133237.215000', '133237.675000', '133238.135000', '133238.595000', '133239.055000', '133239.515000', '133239.975000', '133240.435000', '133240.895000', '133241.355000', '133241.815000', '133242.275000', '133242.735000', '133243.195000', '133243.655000', '133244.115000', '133244.575000', '133245.035000', '133245.495000', '133245.955000', '133246.415000', '133246.875000', '133247.335000', '133247.795000', '133248.255000', '133248.715000', '133249.175000', '133249.635000', '133250.095000', '133250.555000', '133251.015000', '133251.475000', '133251.935000', '133252.395000', '133252.855000', '133253.315000', '133253.775000', '133254.235000', '133254.695000', '133255.155000', '133255.615000', '133256.075000', '133256.535000', '133256.995000', '133257.455000', '133257.915000', '133258.375000', '133258.835000', '133259.295000', '133259.755000', '133300.215000', '133300.675000', '133301.135000', '133301.595000', '133302.055000', '133302.515000', '133302.975000', '133303.435000', '133303.895000', '133304.355000', '133304.815000', '133305.275000', '133305.735000', '133306.195000', '133306.655000', '133307.115000', '133307.575000', '133308.035000', '133308.495000', '133308.955000', '133309.415000', '133309.875000', '133310.335000', '133310.795000', '133311.255000', '133311.715000', '133312.175000', '133312.635000', '133313.095000', '133313.555000', '133314.015000', '133314.475000', '133314.935000', '133315.395000', '133315.855000', '133316.315000', '133316.775000', '133317.235000', '133317.695000', '133318.155000', '133318.615000', '133319.075000', '133319.535000', '133319.995000', '133320.455000', '133320.915000', '133321.375000', '133321.835000', '133322.295000', '133322.755000', '133323.215000', '133323.675000', '133324.135000', '133324.595000', '133325.055000', '133325.515000', '133325.975000', '133326.435000', '133326.895000', '133327.355000', '133327.815000', '133328.275000', '133328.735000', '133329.195000', '133329.655000', '133330.115000', '133330.575000', '133331.035000', '133331.495000', '133331.955000', '133332.415000', '133332.875000', '133333.335000', '133333.795000', '133334.255000', '133334.715000', '133335.175000', '133335.635000', '133336.095000', '133336.555000', '133337.015000', '133337.475000', '133337.935000', '133338.395000', '133338.855000', '133339.315000', '133339.775000', '133340.235000', '133340.695000', '133341.155000', '133341.615000', '133342.075000', '133342.535000', '133342.995000', '133343.455000', '133343.915000', '133344.375000', '133344.835000', '133345.295000', '133345.755000', '133346.215000', '133346.675000', '133347.135000', '133347.595000', '133348.055000', '133348.515000', '133348.975000', '133349.435000', '133349.895000', '133350.355000', '133350.815000', '133351.275000', '133351.735000', '133352.195000', '133352.655000', '133353.115000', '133353.575000', '133354.035000', '133354.495000', '133354.955000', '133355.415000', '133355.875000', '133356.335000', '133356.795000', '133357.255000', '133357.715000', '133358.175000', '133358.635000', '133359.095000', '133359.555000', '133400.015000', '133400.475000', '133400.935000', '133401.395000', '133401.855000', '133402.315000', '133402.775000', '133403.235000', '133403.695000', '133404.155000', '133404.615000', '133405.075000', '133405.535000', '133405.995000', '133406.455000', '133406.915000', '133407.375000', '133407.835000', '133408.295000', '133408.755000', '133409.215000', '133409.675000', '133410.135000', '133410.595000', '133411.055000', '133411.515000', '133411.975000', '133412.435000', '133412.895000', '133413.355000', '133413.815000', '133414.275000', '133414.735000', '133415.195000', '133415.655000', '133416.115000', '133416.575000', '133417.035000', '133417.495000', '133417.955000', '133418.415000', '133418.875000', '133419.335000', '133419.795000', '133420.255000', '133420.715000', '133421.175000', '133421.635000', '133422.095000', '133422.555000', '133423.015000', '133423.475000', '133423.935000', '133424.395000', '133424.855000', '133425.315000', '133425.775000', '133426.235000', '133426.695000', '133427.155000', '133427.615000', '133428.075000', '133428.535000', '133428.995000', '133429.455000', '133429.915000', '133430.375000', '133430.835000', '133431.295000', '133431.755000', '133432.215000', '133432.675000', '133433.135000', '133433.595000', '133434.055000', '133434.515000', '133434.975000', '133435.435000', '133435.895000', '133436.355000', '133436.815000', '133437.275000', '133437.735000', '133438.195000', '133438.655000', '133439.115000', '133439.575000', '133440.035000', '133440.495000', '133440.955000', '133441.415000', '133441.875000', '133442.335000', '133442.795000', '133443.255000', '133443.715000', '133444.175000', '133444.635000', '133445.095000', '133445.555000', '133446.015000', '133446.475000', '133446.935000', '133447.395000', '133447.855000', '133448.315000', '133448.775000', '133449.235000', '133449.695000', '133450.155000', '133450.615000', '133451.075000', '133451.535000', '133451.995000', '133452.455000', '133452.915000', '133453.375000', '133453.835000', '133454.295000', '133454.755000', '133455.215000', '133455.675000', '133456.135000', '133456.595000', '133457.055000', '133457.515000', '133457.975000', '133458.435000', '133458.895000', '133459.355000', '133459.815000', '133500.275000', '133500.735000', '133501.195000', '133501.655000', '133502.115000', '133502.575000', '133503.035000', '133503.495000', '133503.955000', '133504.415000', '133504.875000', '133505.335000', '133505.795000', '133506.255000', '133506.715000', '133507.175000', '133507.635000', '133508.095000', '133508.555000', '133509.015000', '133509.475000', '133509.935000', '133510.395000', '133510.855000', '133511.315000', '133511.775000', '133512.235000', '133512.695000', '133513.155000', '133513.615000', '133514.075000', '133514.535000', '133514.995000', '133515.455000', '133515.915000', '133516.375000', '133516.835000', '133517.295000', '133517.755000', '133518.215000', '133518.675000', '133519.135000', '133519.595000', '133520.055000', '133520.515000', '133520.975000', '133521.435000', '133521.895000', '133522.355000', '133522.815000', '133523.275000', '133523.735000', '133524.195000', '133524.655000', '133525.115000', '133525.575000', '133526.035000', '133526.495000', '133526.955000', '133527.415000', '133527.875000', '133528.335000', '133528.795000', '133529.255000', '133529.715000', '133530.175000', '133530.635000', '133531.095000', '133531.555000', '133532.015000', '133532.475000', '133532.935000', '133533.395000', '133533.855000', '133534.315000', '133534.775000', '133535.235000', '133535.695000', '133536.155000', '133536.615000', '133537.075000', '133537.535000', '133537.995000', '133538.455000', '133538.915000', '133539.375000', '133539.835000', '133540.295000', '133540.755000', '133541.215000', '133541.675000', '133542.135000', '133542.595000', '133543.055000', '133543.515000', '133543.975000', '133544.435000', '133544.895000', '133545.355000', '133545.815000', '133546.275000', '133546.735000', '133547.195000', '133547.655000', '133548.115000', '133548.575000', '133549.035000', '133549.495000', '133549.955000', '133550.415000', '133550.875000', '133551.335000', '133551.795000', '133552.255000', '133552.715000', '133553.175000', '133553.635000', '133554.095000', '133554.555000', '133555.015000', '133555.475000', '133555.935000', '133556.395000', '133556.855000', '133557.315000', '133557.775000', '133558.235000', '133558.695000', '133559.155000', '133559.615000', '133600.075000', '133600.535000', '133600.995000', '133601.455000', '133601.915000', '133602.375000', '133602.835000', '133603.295000', '133603.755000', '133604.215000', '133604.675000', '133605.135000', '133605.595000', '133606.055000', '133606.515000', '133606.975000', '133607.435000', '133607.895000', '133608.355000', '133608.815000', '133609.275000', '133609.735000', '133610.195000', '133610.655000', '133611.115000', '133611.575000', '133612.035000', '133612.495000', '133612.955000', '133613.415000', '133613.875000', '133614.335000', '133614.795000', '133615.255000', '133615.715000', '133616.175000', '133616.635000', '133617.095000', '133617.555000', '133618.015000', '133618.475000', '133618.935000', '133619.395000', '133619.855000', '133620.315000', '133620.775000', '133621.235000', '133621.695000', '133622.155000', '133622.615000', '133623.075000', '133623.535000', '133623.995000', '133624.455000', '133624.915000', '133625.375000', '133625.835000', '133626.295000', '133626.755000', '133627.215000', '133627.675000', '133628.135000', '133628.595000', '133629.055000', '133629.515000', '133629.975000', '133630.435000', '133630.895000', '133631.355000', '133631.815000', '133632.275000', '133632.735000', '133633.195000', '133633.655000', '133634.115000', '133634.575000', '133635.035000', '133635.495000', '133635.955000', '133636.415000', '133636.875000', '133637.335000', '133637.795000', '133638.255000', '133638.715000', '133639.175000', '133639.635000', '133640.095000', '133640.555000', '133641.015000', '133641.475000', '133641.935000', '133642.395000', '133642.855000', '133643.315000', '133643.775000', '133644.235000', '133644.695000', '133645.155000', '133645.615000', '133646.075000', '133646.535000', '133646.995000', '133647.455000', '133647.915000', '133648.375000', '133648.835000', '133649.295000', '133649.755000', '133650.215000', '133650.675000', '133651.135000', '133651.595000', '133652.055000', '133652.515000', '133652.975000', '133653.435000', '133653.895000', '133654.355000', '133654.815000', '133655.275000', '133655.735000', '133656.195000', '133656.655000', '133657.115000', '133657.575000', '133658.035000', '133658.495000', '133658.955000', '133659.415000', '133659.875000', '133700.335000', '133700.795000', '133701.255000', '133701.715000', '133702.175000', '133702.635000', '133703.095000', '133703.555000', '133704.015000', '133704.475000', '133704.935000', '133705.395000', '133705.855000', '133706.315000', '133706.775000', '133707.235000', '133707.695000', '133708.155000', '133708.615000', '133709.075000', '133709.535000', '133709.995000', '133710.455000', '133710.915000', '133711.375000', '133711.835000', '133712.295000', '133712.755000', '133713.215000', '133713.675000', '133714.135000', '133714.595000', '133715.055000', '133715.515000', '133715.975000', '133716.435000', '133716.895000', '133717.355000', '133717.815000', '133718.275000', '133718.735000', '133719.195000', '133719.655000', '133720.115000', '133720.575000', '133721.035000', '133721.495000', '133721.955000', '133722.415000', '133722.875000', '133723.335000', '133723.795000', '133724.255000', '133724.715000', '133725.175000', '133725.635000', '133726.095000', '133726.555000', '133727.015000', '133727.475000', '133727.935000', '133728.395000', '133728.855000', '133729.315000', '133729.775000', '133730.235000', '133730.695000', '133731.155000', '133731.615000', '133732.075000', '133732.535000', '133732.995000', '133733.455000', '133733.915000', '133734.375000', '133734.835000', '133735.295000', '133735.755000', '133736.215000', '133736.675000', '133737.135000', '133737.595000', '133738.055000', '133738.515000', '133738.975000', '133739.435000', '133739.895000', '133740.355000', '133740.815000', '133741.275000', '133741.735000', '133742.195000', '133742.655000', '133743.115000', '133743.575000', '133744.035000', '133744.495000', '133744.955000', '133745.415000', '133745.875000', '133746.335000', '133746.795000', '133747.255000', '133747.715000', '133748.175000', '133748.635000', '133749.095000', '133749.555000', '133750.015000', '133750.475000', '133750.935000', '133751.395000', '133751.855000', '133752.315000', '133752.775000', '133753.235000', '133753.695000', '133754.155000'], 'ContentTime': ['133140.481000', '133140.484000', '133140.487000', '133140.490000', '133140.493000', '133140.496000', '133140.498000', '133140.501000', '133140.504000', '133140.507000', '133140.510000', '133140.512000', '133140.522000', '133140.525000', '133140.528000', '133140.530000', '133140.533000', '133140.536000', '133140.539000', '133140.542000', '133140.544000', '133140.547000', '133140.550000', '133140.553000', '133140.556000', '133140.558000', '133140.561000', '133140.564000', '133140.567000', '133140.569000', '133140.572000', '133140.575000', '133140.578000', '133140.581000', '133140.583000', '133140.586000', '133140.589000', '133140.592000', '133140.595000', '133140.597000', '133140.600000', '133140.603000', '133140.606000', '133140.609000', '133140.611000', '133140.616000', '133140.619000', '133140.622000', '133140.625000', '133140.627000', '133140.630000', '133140.633000', '133140.636000', '133140.639000', '133140.641000', '133140.644000', '133140.647000', '133140.650000', '133200.446000', '133200.449000', '133200.452000', '133200.454000', '133200.457000', '133200.460000', '133200.463000', '133200.465000', '133200.468000', '133200.475000', '133200.477000', '133200.480000', '133200.483000', '133200.486000', '133200.489000', '133200.491000', '133200.494000', '133200.497000', '133200.500000', '133200.503000', '133200.505000', '133200.508000', '133200.511000', '133200.514000', '133200.516000', '133200.519000', '133200.522000', '133200.525000', '133200.528000', '133200.531000', '133200.533000', '133200.536000', '133200.539000', '133200.542000', '133200.544000', '133200.547000', '133200.550000', '133200.553000', '133200.556000', '133200.558000', '133200.561000', '133200.564000', '133200.567000', '133220.447000', '133220.450000', '133220.453000', '133220.457000', '133220.462000', '133220.465000', '133220.468000', '133220.470000', '133220.473000', '133220.476000', '133220.479000', '133220.489000', '133220.492000', '133220.495000', '133220.498000', '133220.501000', '133220.503000', '133220.506000', '133220.509000', '133220.512000', '133220.515000', '133220.517000', '133220.520000', '133220.523000', '133220.526000', '133220.529000', '133220.531000', '133220.534000', '133220.537000', '133220.540000', '133220.543000', '133220.546000', '133220.548000', '133220.551000', '133220.554000', '133220.557000', '133220.559000', '133220.562000', '133220.565000', '133220.568000', '133220.571000', '133220.574000', '133220.576000', '133240.447000', '133240.450000', '133240.453000', '133240.455000', '133240.458000', '133240.461000', '133240.464000', '133240.467000', '133240.469000', '133240.472000', '133240.475000', '133240.478000', '133240.481000', '133240.483000', '133240.486000', '133240.489000', '133240.492000', '133240.495000', '133240.498000', '133240.500000', '133240.503000', '133240.506000', '133240.509000', '133240.512000', '133240.514000', '133240.517000', '133240.520000', '133240.523000', '133240.526000', '133240.529000', '133240.532000', '133240.535000', '133240.537000', '133240.540000', '133240.544000', '133240.547000', '133240.550000', '133240.553000', '133240.568000', '133240.571000', '133240.574000', '133240.577000', '133240.580000', '133240.583000', '133300.447000', '133300.450000', '133300.453000', '133300.455000', '133300.458000', '133300.461000', '133300.464000', '133300.467000', '133300.469000', '133300.472000', '133300.475000', '133300.481000', '133300.484000', '133300.487000', '133300.490000', '133300.493000', '133300.496000', '133300.498000', '133300.501000', '133300.504000', '133300.507000', '133300.510000', '133300.512000', '133300.515000', '133300.523000', '133300.526000', '133300.529000', '133300.532000', '133300.535000', '133300.537000', '133300.540000', '133300.543000', '133300.546000', '133300.549000', '133300.552000', '133300.554000', '133300.557000', '133300.560000', '133300.563000', '133300.566000', '133300.569000', '133300.572000', '133300.574000', '133320.446000', '133320.454000', '133320.457000', '133320.460000', '133320.463000', '133320.465000', '133320.468000', '133320.471000', '133320.474000', '133320.477000', '133320.480000', '133320.482000', '133320.485000', '133320.488000', '133320.491000', '133320.494000', '133320.496000', '133320.499000', '133320.502000', '133320.505000', '133320.508000', '133320.510000', '133320.513000', '133320.516000', '133320.519000', '133320.522000', '133320.525000', '133320.527000', '133320.530000', '133320.533000', '133320.536000', '133320.539000', '133320.541000', '133320.544000', '133320.547000', '133320.550000', '133320.553000', '133320.556000', '133320.558000', '133320.561000', '133320.564000', '133320.567000', '133320.570000', '133320.573000', '133340.446000', '133340.449000', '133340.452000', '133340.455000', '133340.457000', '133340.460000', '133340.463000', '133340.466000', '133340.469000', '133340.471000', '133340.474000', '133340.477000', '133340.480000', '133340.483000', '133340.486000', '133340.489000', '133340.492000', '133340.494000', '133340.497000', '133340.500000', '133340.503000', '133340.506000', '133340.509000', '133340.512000', '133340.515000', '133340.518000', '133340.520000', '133340.523000', '133340.526000', '133340.529000', '133340.532000', '133340.534000', '133340.537000', '133340.540000', '133340.543000', '133340.546000', '133340.549000', '133340.552000', '133340.555000', '133340.558000', '133340.560000', '133340.563000', '133340.566000', '133400.446000', '133400.449000', '133400.452000', '133400.454000', '133400.464000', '133400.466000', '133400.469000', '133400.472000', '133400.475000', '133400.478000', '133400.480000', '133400.483000', '133400.486000', '133400.489000', '133400.492000', '133400.494000', '133400.497000', '133400.500000', '133400.503000', '133400.506000', '133400.509000', '133400.511000', '133400.514000', '133400.517000', '133400.520000', '133400.523000', '133400.525000', '133400.528000', '133400.531000', '133400.534000', '133400.537000', '133400.539000', '133400.542000', '133400.545000', '133400.548000', '133400.551000', '133400.553000', '133400.556000', '133400.559000', '133400.562000', '133400.565000', '133400.567000', '133400.576000', '133400.579000', '133420.446000', '133420.449000', '133420.452000', '133420.454000', '133420.457000', '133420.460000', '133420.463000', '133420.466000', '133420.469000', '133420.471000', '133420.474000', '133420.477000', '133420.480000', '133420.483000', '133420.486000', '133420.488000', '133420.491000', '133420.494000', '133420.497000', '133420.500000', '133420.502000', '133420.505000', '133420.508000', '133420.511000', '133420.514000', '133420.517000', '133420.520000', '133420.523000', '133420.526000', '133420.528000', '133420.531000', '133420.534000', '133420.537000', '133420.540000', '133420.543000', '133420.546000', '133420.548000', '133420.551000', '133420.554000', '133420.557000', '133420.559000', '133420.562000', '133420.565000', '133440.447000', '133440.450000', '133440.453000', '133440.455000', '133440.458000', '133440.461000', '133440.464000', '133440.467000', '133440.478000', '133440.481000', '133440.484000', '133440.494000', '133440.497000', '133440.500000', '133440.502000', '133440.505000', '133440.508000', '133440.511000', '133440.514000', '133440.517000', '133440.519000', '133440.522000', '133440.525000', '133440.528000', '133440.531000', '133440.534000', '133440.537000', '133440.539000', '133440.542000', '133440.545000', '133440.548000', '133440.551000', '133440.554000', '133440.556000', '133440.559000', '133440.562000', '133440.565000', '133440.568000', '133440.570000', '133440.573000', '133440.576000', '133440.579000', '133440.582000', '133440.585000', '133500.447000', '133500.450000', '133500.453000', '133500.455000', '133500.458000', '133500.461000', '133500.464000', '133500.468000', '133500.471000', '133500.474000', '133500.477000', '133500.479000', '133500.482000', '133500.485000', '133500.488000', '133500.491000', '133500.493000', '133500.496000', '133500.499000', '133500.502000', '133500.505000', '133500.508000', '133500.511000', '133500.514000', '133500.517000', '133500.520000', '133500.523000', '133500.526000', '133500.529000', '133500.532000', '133500.554000', '133500.557000', '133500.560000', '133500.563000', '133500.566000', '133500.569000', '133500.571000', '133500.574000', '133500.577000', '133500.580000', '133500.583000', '133500.586000', '133500.588000', '133520.447000', '133520.450000', '133520.453000', '133520.456000', '133520.459000', '133520.469000', '133520.472000', '133520.474000', '133520.477000', '133520.480000', '133520.483000', '133520.486000', '133520.489000', '133520.492000', '133520.495000', '133520.498000', '133520.501000', '133520.504000', '133520.521000', '133520.524000', '133520.527000', '133520.530000', '133520.533000', '133520.536000', '133520.538000', '133520.541000', '133520.544000', '133520.547000', '133520.550000', '133520.553000', '133520.555000', '133520.558000', '133520.561000', '133520.564000', '133520.567000', '133520.570000', '133520.572000', '133520.575000', '133520.578000', '133520.581000', '133520.584000', '133520.586000', '133520.589000', '133520.592000', '133540.446000', '133540.449000', '133540.452000', '133540.455000', '133540.458000', '133540.461000', '133540.464000', '133540.467000', '133540.470000', '133540.472000', '133540.475000', '133540.478000', '133540.481000', '133540.484000', '133540.487000', '133540.490000', '133540.493000', '133540.495000', '133540.498000', '133540.501000', '133540.504000', '133540.507000', '133540.510000', '133540.513000', '133540.516000', '133540.519000', '133540.522000', '133540.525000', '133540.528000', '133540.531000', '133540.534000', '133540.536000', '133540.540000', '133540.542000', '133540.545000', '133540.548000', '133540.551000', '133540.554000', '133540.557000', '133540.560000', '133540.563000', '133540.566000', '133540.568000', '133600.446000', '133600.449000', '133600.452000', '133600.456000', '133600.459000', '133600.462000', '133600.465000', '133600.468000', '133600.471000', '133600.474000', '133600.476000', '133600.484000', '133600.487000', '133600.490000', '133600.493000', '133600.496000', '133600.499000', '133600.502000', '133600.505000', '133600.508000', '133600.511000', '133600.513000', '133600.516000', '133600.519000', '133600.522000', '133600.525000', '133600.528000', '133600.531000', '133600.534000', '133600.537000', '133600.540000', '133600.543000', '133600.546000', '133600.549000', '133600.552000', '133600.555000', '133600.558000', '133600.561000', '133600.564000', '133600.567000', '133600.570000', '133600.573000', '133600.576000', '133600.579000', '133620.446000', '133620.450000', '133620.453000', '133620.457000', '133620.460000', '133620.464000', '133620.467000', '133620.470000', '133620.474000', '133620.477000', '133620.481000', '133620.484000', '133620.488000', '133620.491000', '133620.494000', '133620.498000', '133620.501000', '133620.504000', '133620.508000', '133620.511000', '133620.513000', '133620.516000', '133620.519000', '133620.522000', '133620.525000', '133620.528000', '133620.531000', '133620.534000', '133620.537000', '133620.540000', '133620.543000', '133620.545000', '133620.548000', '133620.551000', '133620.554000', '133620.557000', '133620.560000', '133620.563000', '133620.566000', '133620.569000', '133620.575000', '133620.579000', '133620.582000', '133640.446000', '133640.449000', '133640.452000', '133640.455000', '133640.458000', '133640.460000', '133640.463000', '133640.466000', '133640.469000', '133640.472000', '133640.475000', '133640.478000', '133640.481000', '133640.484000', '133640.487000', '133640.490000', '133640.492000', '133640.495000', '133640.498000', '133640.501000', '133640.504000', '133640.507000', '133640.509000', '133640.512000', '133640.515000', '133640.518000', '133640.521000', '133640.524000', '133640.526000', '133640.620000', '133640.622000', '133640.625000', '133640.628000', '133640.631000', '133640.634000', '133640.636000', '133640.639000', '133640.642000', '133640.645000', '133640.648000', '133640.650000', '133640.653000', '133640.656000', '133640.659000', '133700.447000', '133700.450000', '133700.453000', '133700.456000', '133700.458000', '133700.461000', '133700.464000', '133700.467000', '133700.470000', '133700.472000', '133700.475000', '133700.478000', '133700.481000', '133700.484000', '133700.487000', '133700.489000', '133700.492000', '133700.495000', '133700.498000', '133700.501000', '133700.504000', '133700.506000', '133700.509000', '133700.512000', '133700.515000', '133700.518000', '133700.521000', '133700.523000', '133700.526000', '133700.529000', '133700.532000', '133700.535000', '133700.537000', '133700.540000', '133700.543000', '133700.546000', '133700.549000', '133700.551000', '133700.554000', '133700.557000', '133700.560000', '133700.563000', '133700.566000', '133720.447000', '133720.450000', '133720.453000', '133720.456000', '133720.458000', '133720.461000', '133720.464000', '133720.467000', '133720.470000', '133720.472000', '133720.475000', '133720.478000', '133720.481000', '133720.484000', '133720.487000', '133720.489000', '133720.492000', '133720.495000', '133720.498000', '133720.501000', '133720.503000', '133720.506000', '133720.509000', '133720.512000', '133720.515000', '133720.518000', '133720.520000', '133720.523000', '133720.526000', '133720.529000', '133720.532000', '133720.535000', '133720.537000', '133720.540000', '133720.543000', '133720.546000', '133720.549000', '133720.552000', '133720.554000', '133720.557000', '133720.560000', '133720.563000', '133720.566000', '133720.569000', '133740.447000', '133740.450000', '133740.453000', '133740.456000', '133740.459000', '133740.461000', '133740.464000', '133740.467000', '133740.470000', '133740.473000', '133740.475000', '133740.478000', '133740.481000', '133740.484000', '133740.487000', '133740.490000', '133740.493000', '133740.495000', '133740.498000', '133740.501000', '133740.504000', '133740.507000', '133740.510000', '133740.512000', '133740.515000', '133740.518000', '133740.521000', '133740.524000', '133740.527000', '133740.529000', '133740.532000', '133740.535000', '133740.538000', '133740.541000', '133740.545000', '133740.548000', '133740.551000', '133740.553000', '133740.556000', '133740.559000', '133740.562000', '133740.565000', '133740.568000', '133754.932000', '133754.936000', '133754.939000', '133754.942000', '133754.945000', '133754.949000', '133754.952000', '133754.955000', '133754.958000', '133754.961000', '133754.964000', '133754.966000', '133754.969000', '133754.972000', '133754.975000', '133754.978000', '133754.981000', '133754.984000', '133754.987000', '133754.990000', '133754.993000', '133754.996000', '133755.000000', '133755.003000', '133755.006000', '133755.009000', '133755.012000', '133755.015000', '133755.018000', '133755.020000', '133755.023000', '133755.026000'], 'InstanceCreationTime': ['133140.481000', '133140.484000', '133140.487000', '133140.490000', '133140.493000', '133140.496000', '133140.498000', '133140.501000', '133140.504000', '133140.507000', '133140.510000', '133140.512000', '133140.522000', '133140.525000', '133140.528000', '133140.530000', '133140.533000', '133140.536000', '133140.539000', '133140.542000', '133140.544000', '133140.547000', '133140.550000', '133140.553000', '133140.556000', '133140.558000', '133140.561000', '133140.564000', '133140.567000', '133140.569000', '133140.572000', '133140.575000', '133140.578000', '133140.581000', '133140.583000', '133140.586000', '133140.589000', '133140.592000', '133140.595000', '133140.597000', '133140.600000', '133140.603000', '133140.606000', '133140.609000', '133140.611000', '133140.616000', '133140.619000', '133140.622000', '133140.625000', '133140.627000', '133140.630000', '133140.633000', '133140.636000', '133140.639000', '133140.641000', '133140.644000', '133140.647000', '133140.650000', '133200.446000', '133200.449000', '133200.452000', '133200.454000', '133200.457000', '133200.460000', '133200.463000', '133200.465000', '133200.468000', '133200.475000', '133200.477000', '133200.480000', '133200.483000', '133200.486000', '133200.489000', '133200.491000', '133200.494000', '133200.497000', '133200.500000', '133200.503000', '133200.505000', '133200.508000', '133200.511000', '133200.514000', '133200.516000', '133200.519000', '133200.522000', '133200.525000', '133200.528000', '133200.531000', '133200.533000', '133200.536000', '133200.539000', '133200.542000', '133200.544000', '133200.547000', '133200.550000', '133200.553000', '133200.556000', '133200.558000', '133200.561000', '133200.564000', '133200.567000', '133220.447000', '133220.450000', '133220.453000', '133220.457000', '133220.462000', '133220.465000', '133220.468000', '133220.470000', '133220.473000', '133220.476000', '133220.479000', '133220.489000', '133220.492000', '133220.495000', '133220.498000', '133220.501000', '133220.503000', '133220.506000', '133220.509000', '133220.512000', '133220.515000', '133220.517000', '133220.520000', '133220.523000', '133220.526000', '133220.529000', '133220.531000', '133220.534000', '133220.537000', '133220.540000', '133220.543000', '133220.546000', '133220.548000', '133220.551000', '133220.554000', '133220.557000', '133220.559000', '133220.562000', '133220.565000', '133220.568000', '133220.571000', '133220.574000', '133220.576000', '133240.447000', '133240.450000', '133240.453000', '133240.455000', '133240.458000', '133240.461000', '133240.464000', '133240.467000', '133240.469000', '133240.472000', '133240.475000', '133240.478000', '133240.481000', '133240.483000', '133240.486000', '133240.489000', '133240.492000', '133240.495000', '133240.498000', '133240.500000', '133240.503000', '133240.506000', '133240.509000', '133240.512000', '133240.514000', '133240.517000', '133240.520000', '133240.523000', '133240.526000', '133240.529000', '133240.532000', '133240.535000', '133240.537000', '133240.540000', '133240.544000', '133240.547000', '133240.550000', '133240.553000', '133240.568000', '133240.571000', '133240.574000', '133240.577000', '133240.580000', '133240.583000', '133300.447000', '133300.450000', '133300.453000', '133300.455000', '133300.458000', '133300.461000', '133300.464000', '133300.467000', '133300.469000', '133300.472000', '133300.475000', '133300.481000', '133300.484000', '133300.487000', '133300.490000', '133300.493000', '133300.496000', '133300.498000', '133300.501000', '133300.504000', '133300.507000', '133300.510000', '133300.512000', '133300.515000', '133300.523000', '133300.526000', '133300.529000', '133300.532000', '133300.535000', '133300.537000', '133300.540000', '133300.543000', '133300.546000', '133300.549000', '133300.552000', '133300.554000', '133300.557000', '133300.560000', '133300.563000', '133300.566000', '133300.569000', '133300.572000', '133300.574000', '133320.446000', '133320.454000', '133320.457000', '133320.460000', '133320.463000', '133320.465000', '133320.468000', '133320.471000', '133320.474000', '133320.477000', '133320.480000', '133320.482000', '133320.485000', '133320.488000', '133320.491000', '133320.494000', '133320.496000', '133320.499000', '133320.502000', '133320.505000', '133320.508000', '133320.510000', '133320.513000', '133320.516000', '133320.519000', '133320.522000', '133320.525000', '133320.527000', '133320.530000', '133320.533000', '133320.536000', '133320.539000', '133320.541000', '133320.544000', '133320.547000', '133320.550000', '133320.553000', '133320.556000', '133320.558000', '133320.561000', '133320.564000', '133320.567000', '133320.570000', '133320.573000', '133340.446000', '133340.449000', '133340.452000', '133340.455000', '133340.457000', '133340.460000', '133340.463000', '133340.466000', '133340.469000', '133340.471000', '133340.474000', '133340.477000', '133340.480000', '133340.483000', '133340.486000', '133340.489000', '133340.492000', '133340.494000', '133340.497000', '133340.500000', '133340.503000', '133340.506000', '133340.509000', '133340.512000', '133340.515000', '133340.518000', '133340.520000', '133340.523000', '133340.526000', '133340.529000', '133340.532000', '133340.534000', '133340.537000', '133340.540000', '133340.543000', '133340.546000', '133340.549000', '133340.552000', '133340.555000', '133340.558000', '133340.560000', '133340.563000', '133340.566000', '133400.446000', '133400.449000', '133400.452000', '133400.454000', '133400.464000', '133400.466000', '133400.469000', '133400.472000', '133400.475000', '133400.478000', '133400.480000', '133400.483000', '133400.486000', '133400.489000', '133400.492000', '133400.494000', '133400.497000', '133400.500000', '133400.503000', '133400.506000', '133400.509000', '133400.511000', '133400.514000', '133400.517000', '133400.520000', '133400.523000', '133400.525000', '133400.528000', '133400.531000', '133400.534000', '133400.537000', '133400.539000', '133400.542000', '133400.545000', '133400.548000', '133400.551000', '133400.553000', '133400.556000', '133400.559000', '133400.562000', '133400.565000', '133400.567000', '133400.576000', '133400.579000', '133420.446000', '133420.449000', '133420.452000', '133420.454000', '133420.457000', '133420.460000', '133420.463000', '133420.466000', '133420.469000', '133420.471000', '133420.474000', '133420.477000', '133420.480000', '133420.483000', '133420.486000', '133420.488000', '133420.491000', '133420.494000', '133420.497000', '133420.500000', '133420.502000', '133420.505000', '133420.508000', '133420.511000', '133420.514000', '133420.517000', '133420.520000', '133420.523000', '133420.526000', '133420.528000', '133420.531000', '133420.534000', '133420.537000', '133420.540000', '133420.543000', '133420.546000', '133420.548000', '133420.551000', '133420.554000', '133420.557000', '133420.559000', '133420.562000', '133420.565000', '133440.447000', '133440.450000', '133440.453000', '133440.455000', '133440.458000', '133440.461000', '133440.464000', '133440.467000', '133440.478000', '133440.481000', '133440.484000', '133440.494000', '133440.497000', '133440.500000', '133440.502000', '133440.505000', '133440.508000', '133440.511000', '133440.514000', '133440.517000', '133440.519000', '133440.522000', '133440.525000', '133440.528000', '133440.531000', '133440.534000', '133440.537000', '133440.539000', '133440.542000', '133440.545000', '133440.548000', '133440.551000', '133440.554000', '133440.556000', '133440.559000', '133440.562000', '133440.565000', '133440.568000', '133440.570000', '133440.573000', '133440.576000', '133440.579000', '133440.582000', '133440.585000', '133500.447000', '133500.450000', '133500.453000', '133500.455000', '133500.458000', '133500.461000', '133500.464000', '133500.468000', '133500.471000', '133500.474000', '133500.477000', '133500.479000', '133500.482000', '133500.485000', '133500.488000', '133500.491000', '133500.493000', '133500.496000', '133500.499000', '133500.502000', '133500.505000', '133500.508000', '133500.511000', '133500.514000', '133500.517000', '133500.520000', '133500.523000', '133500.526000', '133500.529000', '133500.532000', '133500.554000', '133500.557000', '133500.560000', '133500.563000', '133500.566000', '133500.569000', '133500.571000', '133500.574000', '133500.577000', '133500.580000', '133500.583000', '133500.586000', '133500.588000', '133520.447000', '133520.450000', '133520.453000', '133520.456000', '133520.459000', '133520.469000', '133520.472000', '133520.474000', '133520.477000', '133520.480000', '133520.483000', '133520.486000', '133520.489000', '133520.492000', '133520.495000', '133520.498000', '133520.501000', '133520.504000', '133520.521000', '133520.524000', '133520.527000', '133520.530000', '133520.533000', '133520.536000', '133520.538000', '133520.541000', '133520.544000', '133520.547000', '133520.550000', '133520.553000', '133520.555000', '133520.558000', '133520.561000', '133520.564000', '133520.567000', '133520.570000', '133520.572000', '133520.575000', '133520.578000', '133520.581000', '133520.584000', '133520.586000', '133520.589000', '133520.592000', '133540.446000', '133540.449000', '133540.452000', '133540.455000', '133540.458000', '133540.461000', '133540.464000', '133540.467000', '133540.470000', '133540.472000', '133540.475000', '133540.478000', '133540.481000', '133540.484000', '133540.487000', '133540.490000', '133540.493000', '133540.495000', '133540.498000', '133540.501000', '133540.504000', '133540.507000', '133540.510000', '133540.513000', '133540.516000', '133540.519000', '133540.522000', '133540.525000', '133540.528000', '133540.531000', '133540.534000', '133540.536000', '133540.540000', '133540.542000', '133540.545000', '133540.548000', '133540.551000', '133540.554000', '133540.557000', '133540.560000', '133540.563000', '133540.566000', '133540.568000', '133600.446000', '133600.449000', '133600.452000', '133600.456000', '133600.459000', '133600.462000', '133600.465000', '133600.468000', '133600.471000', '133600.474000', '133600.476000', '133600.484000', '133600.487000', '133600.490000', '133600.493000', '133600.496000', '133600.499000', '133600.502000', '133600.505000', '133600.508000', '133600.511000', '133600.513000', '133600.516000', '133600.519000', '133600.522000', '133600.525000', '133600.528000', '133600.531000', '133600.534000', '133600.537000', '133600.540000', '133600.543000', '133600.546000', '133600.549000', '133600.552000', '133600.555000', '133600.558000', '133600.561000', '133600.564000', '133600.567000', '133600.570000', '133600.573000', '133600.576000', '133600.579000', '133620.446000', '133620.450000', '133620.453000', '133620.457000', '133620.460000', '133620.464000', '133620.467000', '133620.470000', '133620.474000', '133620.477000', '133620.481000', '133620.484000', '133620.488000', '133620.491000', '133620.494000', '133620.498000', '133620.501000', '133620.504000', '133620.508000', '133620.511000', '133620.513000', '133620.516000', '133620.519000', '133620.522000', '133620.525000', '133620.528000', '133620.531000', '133620.534000', '133620.537000', '133620.540000', '133620.543000', '133620.545000', '133620.548000', '133620.551000', '133620.554000', '133620.557000', '133620.560000', '133620.563000', '133620.566000', '133620.569000', '133620.575000', '133620.579000', '133620.582000', '133640.446000', '133640.449000', '133640.452000', '133640.455000', '133640.458000', '133640.460000', '133640.463000', '133640.466000', '133640.469000', '133640.472000', '133640.475000', '133640.478000', '133640.481000', '133640.484000', '133640.487000', '133640.490000', '133640.492000', '133640.495000', '133640.498000', '133640.501000', '133640.504000', '133640.507000', '133640.509000', '133640.512000', '133640.515000', '133640.518000', '133640.521000', '133640.524000', '133640.526000', '133640.620000', '133640.622000', '133640.625000', '133640.628000', '133640.631000', '133640.634000', '133640.636000', '133640.639000', '133640.642000', '133640.645000', '133640.648000', '133640.650000', '133640.653000', '133640.656000', '133640.659000', '133700.447000', '133700.450000', '133700.453000', '133700.456000', '133700.458000', '133700.461000', '133700.464000', '133700.467000', '133700.470000', '133700.472000', '133700.475000', '133700.478000', '133700.481000', '133700.484000', '133700.487000', '133700.489000', '133700.492000', '133700.495000', '133700.498000', '133700.501000', '133700.504000', '133700.506000', '133700.509000', '133700.512000', '133700.515000', '133700.518000', '133700.521000', '133700.523000', '133700.526000', '133700.529000', '133700.532000', '133700.535000', '133700.537000', '133700.540000', '133700.543000', '133700.546000', '133700.549000', '133700.551000', '133700.554000', '133700.557000', '133700.560000', '133700.563000', '133700.566000', '133720.447000', '133720.450000', '133720.453000', '133720.456000', '133720.458000', '133720.461000', '133720.464000', '133720.467000', '133720.470000', '133720.472000', '133720.475000', '133720.478000', '133720.481000', '133720.484000', '133720.487000', '133720.489000', '133720.492000', '133720.495000', '133720.498000', '133720.501000', '133720.503000', '133720.506000', '133720.509000', '133720.512000', '133720.515000', '133720.518000', '133720.520000', '133720.523000', '133720.526000', '133720.529000', '133720.532000', '133720.535000', '133720.537000', '133720.540000', '133720.543000', '133720.546000', '133720.549000', '133720.552000', '133720.554000', '133720.557000', '133720.560000', '133720.563000', '133720.566000', '133720.569000', '133740.447000', '133740.450000', '133740.453000', '133740.456000', '133740.459000', '133740.461000', '133740.464000', '133740.467000', '133740.470000', '133740.473000', '133740.475000', '133740.478000', '133740.481000', '133740.484000', '133740.487000', '133740.490000', '133740.493000', '133740.495000', '133740.498000', '133740.501000', '133740.504000', '133740.507000', '133740.510000', '133740.512000', '133740.515000', '133740.518000', '133740.521000', '133740.524000', '133740.527000', '133740.529000', '133740.532000', '133740.535000', '133740.538000', '133740.541000', '133740.545000', '133740.548000', '133740.551000', '133740.553000', '133740.556000', '133740.559000', '133740.562000', '133740.565000', '133740.568000', '133754.932000', '133754.936000', '133754.939000', '133754.942000', '133754.945000', '133754.949000', '133754.952000', '133754.955000', '133754.958000', '133754.961000', '133754.964000', '133754.966000', '133754.969000', '133754.972000', '133754.975000', '133754.978000', '133754.981000', '133754.984000', '133754.987000', '133754.990000', '133754.993000', '133754.996000', '133755.000000', '133755.003000', '133755.006000', '133755.009000', '133755.012000', '133755.015000', '133755.018000', '133755.020000', '133755.023000', '133755.026000'], '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': [11285, 14803, 11621, 13867, 11744, 9579, 12650, 8918, 13719, 9970, 14222, 10947, 12704, 10826, 8414, 10916, 8602, 13087, 9769, 9329, 9730, 8161, 11611, 9290, 11690, 10060, 8805, 11363, 8984, 13045, 8930, 12683, 9623, 8594, 10810, 8568, 13131, 9757, 8016, 10841, 8698, 13178, 10581, 12759, 9986, 8712, 12662, 9892, 8140, 12659, 9543, 12328, 11731, 9620, 14699, 10954, 9731, 11697, 8875, 11717, 9234, 7986, 11030, 9236, 11034, 9877, 7820, 11502, 8986, 13548, 10368, 8795, 10999, 8869, 11949, 9562, 11983, 9900, 8338, 10267, 8277, 11751, 9161, 12478, 10116, 14415, 10957, 10154, 10014, 8305, 11019, 8877, 12085, 9697, 12843, 9600, 9299, 9652, 7778, 12000, 8700, 13869, 9700, 11383, 10055, 8211, 12209, 8959, 12887, 9493, 13583, 10283, 8739, 10428, 8338, 12130, 9095, 12837, 9772, 11717, 9394, 7957, 10171, 7835, 12566, 9295, 7913, 11623, 8872, 9092, 11311, 8245, 13086, 9893, 12138, 10245, 8612, 11536, 9284, 13967, 9608, 11061, 9533, 7757, 11628, 8626, 13346, 9254, 10637, 9489, 7978, 12026, 8780, 12332, 9456, 8740, 11356, 8480, 13420, 9440, 11289, 9268, 10192, 10270, 9792, 12043, 8590, 12218, 9049, 13589, 9746, 10404, 9895, 7815, 11425, 8045, 13045, 9619, 10442, 9818, 7943, 11816, 8512, 13248, 9936, 11580, 9709, 8286, 11945, 8548, 12909, 9571, 13372, 9461, 9831, 10812, 8268, 12854, 9035, 12267, 9196, 8647, 10528, 7822, 12278, 8592, 12174, 9506, 13708, 9988, 10137, 10377, 8188, 12658, 9670, 7837, 12619, 9604, 9380, 10957, 8977, 14522, 11143, 9407, 11386, 9293, 14495, 10043, 8745, 10217, 7969, 12067, 9340, 11369, 9418, 7795, 10705, 8923, 11443, 9095, 7401, 11124, 8627, 13397, 9519, 8437, 10448, 8010, 12068, 9250, 13063, 9998, 8479, 10422, 8380, 12198, 9430, 10771, 9500, 7944, 11154, 8543, 12505, 9999, 11839, 9472, 8946, 10347, 8446, 12346, 9429, 10151, 9177, 7890, 10436, 8354, 12485, 9147, 12378, 9534, 9955, 9992, 7835, 11315, 9074, 10789, 9200, 7860, 11706, 9030, 11595, 9449, 9009, 10857, 8919, 12501, 9423, 12981, 10113, 9067, 10878, 9003, 13148, 9564, 11730, 11358, 8445, 11091, 8878, 13386, 9516, 9757, 10061, 7756, 11402, 8957, 12294, 9846, 13521, 10483, 11651, 10353, 10343, 10921, 8718, 11574, 9445, 12073, 9955, 7999, 11565, 9548, 7989, 11339, 9299, 12674, 10232, 10104, 10592, 8568, 12280, 9921, 13573, 10599, 12195, 10174, 10179, 10341, 8528, 11632, 9345, 13098, 9902, 11697, 10281, 8444, 11348, 8980, 12031, 9561, 12968, 10100, 8927, 9688, 7926, 10850, 8835, 12444, 9580, 12480, 10162, 12724, 10326, 11916, 10199, 8737, 10232, 8562, 10789, 8272, 11454, 9000, 11878, 9199, 12714, 10247, 10056, 10111, 8491, 10723, 8971, 12314, 9633, 12338, 10116, 12587, 9986, 10918, 10178, 8761, 10572, 8631, 11582, 9419, 12433, 10067, 12638, 9948, 13998, 11079, 9157, 10296, 8210, 11035, 8701, 12303, 10265, 11663, 10280, 8677, 10690, 9194, 11809, 9424, 12023, 9279, 12174, 9351, 12320, 9433, 12856, 9444, 12157, 9673, 12170, 9725, 12581, 9858, 12758, 10362, 11993, 9984, 12325, 10301, 8626, 9896, 8588, 12268, 9777, 13012, 10265, 7954, 11676, 10221, 13252, 11405, 9437, 12161, 9745, 13928, 10834, 15039, 11847, 14244, 11568, 8790, 12240, 8684, 12803, 9619, 12962, 10634, 10235, 10679, 8322, 11817, 9020, 12995, 10291, 13999, 10996, 13538, 10954, 12604, 10746, 9186, 11551, 9115, 12388, 10051, 11470, 10240, 9148, 12089, 9351, 12533, 10661, 10982, 10708, 8770, 12881, 10078, 12939, 10921, 9092, 11754, 9214, 13340, 10849, 9614, 10841, 8528, 12552, 10108, 13695, 11420, 9533, 11692, 9083, 13969, 11295, 11485, 11648, 8856, 13442, 10097, 13988, 11543, 10270, 11722, 9344, 13774, 11185, 13929, 11662, 9408, 12315, 9655, 13837, 11222, 14148, 11855, 9932, 11752, 8874, 12852, 10075, 13332, 11234, 9001, 11148, 9180, 12889, 10702, 12878, 11129, 8666, 13565, 10849, 8642, 11794, 10291, 10172, 12210, 9892, 12808, 11125, 8865, 13273, 11092, 14145, 11876, 9318, 13459, 10818, 11004, 10895, 8807, 12462, 9993, 10367, 10272, 9135, 11697, 8968, 12842, 10255, 13025, 11098, 9143, 10710, 9456, 9780, 11068, 9495, 11558, 10740, 9536, 13729, 10686, 13673, 11159, 9686, 12346, 9333, 13759, 10329, 14260, 11148, 8310, 12251, 9888, 7939, 10820, 8802, 13323, 10477, 13144, 11540, 9339, 13105, 10747, 15709, 11427, 14190, 11873, 13243, 11925, 9423, 12708, 9716, 13519, 10064, 13403, 10707, 11804, 10300, 8104, 11181, 8974, 12707, 10003, 12816, 10214, 8936, 10314, 8684, 11684, 9210, 13179, 10433, 13688, 10372, 12053, 10249, 11100, 10667, 8785, 11440, 9157, 13780, 9564, 12214, 10103, 8797, 10822, 9025, 10769, 10245, 8319, 12350, 10002, 14239, 11304, 14178, 11544, 13798, 10956, 12854, 10558, 11982, 11713, 10594, 12941, 10647, 11571, 11186, 10643, 12960, 11522, 13225, 9850, 12813, 9608, 13051, 9606, 13205, 9996, 13411, 9901, 9086, 9586, 7708, 10053, 8112, 11808, 9007, 12816, 9653, 13713, 9952, 13205, 10344, 11390, 9904, 8569, 10238, 7822, 10742, 8242, 11811, 9580, 12886, 9603, 9685, 9840, 8411, 10733, 9090, 12477, 10286, 14434, 10438, 12895, 10432, 12480, 10929, 9048, 11734, 9039, 12592, 9346, 12662, 9462, 12990, 9664, 13157, 9475, 13557, 9596, 13450, 10210, 11719, 10035, 7840, 11228, 8484, 13157, 9772, 13202, 9810, 9379, 10179, 9265, 10731, 9136, 11712, 9297, 13310, 10007, 14080, 10043, 13251, 10141, 8020, 9976, 8009, 12156, 9167, 9463, 9109, 7887, 12089, 9023, 14262, 10510, 9258, 11159, 8983, 13756, 10253, 14809, 11848, 9574, 11978, 9388, 15182, 10758, 11721, 11098, 9066, 14118, 10487, 11961, 10152, 8160, 12166, 9622, 15311, 10922, 14232, 11678, 10225, 11733, 9125, 13284, 10358, 14562, 10925, 8830, 10496, 8805, 13502, 10270, 10830, 10297, 8448, 12383, 10138, 12940, 10545, 8149, 11932, 8937, 14402, 10215, 8286, 11182, 8723, 13824, 10180, 13152, 10548, 8404, 11488, 9334, 14684, 10669, 9182, 10470, 8643, 13045, 10139, 11223, 9891, 8080, 11780, 8942, 13270, 9739, 10209, 9648, 7894, 11960, 9091, 10890, 9659, 8297, 12409, 9326, 13963, 10544], 'WindowCenter': [4556.0, 4559.0, 4527.0, 4534.0, 4509.0, 4478.0, 4518.0, 4479.0, 4516.0, 4474.0, 4514.0, 4483.0, 4505.0, 4482.0, 4455.0, 4485.0, 4465.0, 4505.0, 4487.0, 4478.0, 4488.0, 4468.0, 4497.0, 4479.0, 4507.0, 4489.0, 4494.0, 4521.0, 4480.0, 4521.0, 4495.0, 4521.0, 4489.0, 4468.0, 4497.0, 4467.0, 4516.0, 4478.0, 4458.0, 4499.0, 4479.0, 4520.0, 4513.0, 4521.0, 4489.0, 4478.0, 4519.0, 4490.0, 4456.0, 4520.0, 4489.0, 4508.0, 4521.0, 4490.0, 4519.0, 4498.0, 4477.0, 4507.0, 4475.0, 4496.0, 4475.0, 4458.0, 4509.0, 4489.0, 4508.0, 4487.0, 4458.0, 4508.0, 4479.0, 4516.0, 4500.0, 4469.0, 4498.0, 4478.0, 4507.0, 4489.0, 4520.0, 4487.0, 4468.0, 4498.0, 4468.0, 4509.0, 4479.0, 4519.0, 4490.0, 4517.0, 4500.0, 4488.0, 4476.0, 4468.0, 4486.0, 4466.0, 4496.0, 4474.0, 4507.0, 4475.0, 4475.0, 4487.0, 4460.0, 4520.0, 4479.0, 4518.0, 4489.0, 4497.0, 4489.0, 4467.0, 4508.0, 4466.0, 4507.0, 4477.0, 4507.0, 4477.0, 4455.0, 4485.0, 4455.0, 4495.0, 4464.0, 4503.0, 4475.0, 4497.0, 4465.0, 4457.0, 4487.0, 4458.0, 4508.0, 4478.0, 4459.0, 4509.0, 4478.0, 4479.0, 4509.0, 4468.0, 4520.0, 4489.0, 4510.0, 4489.0, 4469.0, 4499.0, 4477.0, 4519.0, 4476.0, 4497.0, 4477.0, 4446.0, 4495.0, 4469.0, 4517.0, 4478.0, 4498.0, 4490.0, 4457.0, 4510.0, 4469.0, 4508.0, 4478.0, 4470.0, 4498.0, 4469.0, 4518.0, 4479.0, 4498.0, 4478.0, 4488.0, 4488.0, 4489.0, 4511.0, 4469.0, 4509.0, 4467.0, 4507.0, 4477.0, 4485.0, 4477.0, 4447.0, 4495.0, 4455.0, 4508.0, 4477.0, 4499.0, 4488.0, 4456.0, 4497.0, 4467.0, 4508.0, 4478.0, 4498.0, 4476.0, 4456.0, 4497.0, 4456.0, 4496.0, 4464.0, 4504.0, 4467.0, 4474.0, 4486.0, 4453.0, 4495.0, 4464.0, 4496.0, 4466.0, 4465.0, 4488.0, 4447.0, 4507.0, 4469.0, 4509.0, 4478.0, 4518.0, 4478.0, 4489.0, 4486.0, 4456.0, 4507.0, 4479.0, 4459.0, 4509.0, 4488.0, 4476.0, 4499.0, 4479.0, 4530.0, 4499.0, 4476.0, 4510.0, 4478.0, 4517.0, 4476.0, 4466.0, 4474.0, 4456.0, 4496.0, 4465.0, 4497.0, 4476.0, 4457.0, 4498.0, 4480.0, 4507.0, 4467.0, 4448.0, 4498.0, 4480.0, 4518.0, 4476.0, 4468.0, 4488.0, 4469.0, 4508.0, 4478.0, 4505.0, 4477.0, 4458.0, 4487.0, 4456.0, 4506.0, 4477.0, 4499.0, 4478.0, 4459.0, 4498.0, 4468.0, 4505.0, 4476.0, 4497.0, 4475.0, 4468.0, 4486.0, 4457.0, 4505.0, 4478.0, 4490.0, 4478.0, 4457.0, 4487.0, 4468.0, 4509.0, 4476.0, 4518.0, 4489.0, 4488.0, 4491.0, 4458.0, 4498.0, 4479.0, 4500.0, 4478.0, 4470.0, 4511.0, 4482.0, 4521.0, 4492.0, 4481.0, 4511.0, 4480.0, 4519.0, 4482.0, 4519.0, 4490.0, 4480.0, 4500.0, 4480.0, 4518.0, 4488.0, 4522.0, 4509.0, 4468.0, 4499.0, 4469.0, 4516.0, 4491.0, 4504.0, 4501.0, 4457.0, 4512.0, 4480.0, 4509.0, 4488.0, 4518.0, 4486.0, 4496.0, 4488.0, 4476.0, 4484.0, 4454.0, 4495.0, 4465.0, 4497.0, 4475.0, 4454.0, 4508.0, 4503.0, 4473.0, 4512.0, 4490.0, 4520.0, 4488.0, 4488.0, 4490.0, 4470.0, 4508.0, 4476.0, 4507.0, 4489.0, 4507.0, 4485.0, 4487.0, 4486.0, 4466.0, 4497.0, 4479.0, 4518.0, 4488.0, 4509.0, 4487.0, 4458.0, 4498.0, 4467.0, 4507.0, 4488.0, 4518.0, 4487.0, 4478.0, 4486.0, 4469.0, 4499.0, 4477.0, 4509.0, 4491.0, 4508.0, 4489.0, 4508.0, 4489.0, 4498.0, 4486.0, 4467.0, 4487.0, 4468.0, 4486.0, 4457.0, 4495.0, 4466.0, 4496.0, 4477.0, 4508.0, 4487.0, 4477.0, 4486.0, 4468.0, 4488.0, 4465.0, 4495.0, 4476.0, 4507.0, 4487.0, 4509.0, 4487.0, 4498.0, 4487.0, 4468.0, 4487.0, 4466.0, 4500.0, 4475.0, 4507.0, 4476.0, 4508.0, 4488.0, 4518.0, 4488.0, 4476.0, 4486.0, 4455.0, 4496.0, 4470.0, 4509.0, 4487.0, 4496.0, 4487.0, 4469.0, 4487.0, 4478.0, 4495.0, 4466.0, 4497.0, 4464.0, 4495.0, 4467.0, 4495.0, 4465.0, 4495.0, 4475.0, 4493.0, 4475.0, 4506.0, 4478.0, 4507.0, 4490.0, 4520.0, 4488.0, 4496.0, 4491.0, 4508.0, 4477.0, 4456.0, 4474.0, 4454.0, 4493.0, 4464.0, 4492.0, 4486.0, 4458.0, 4509.0, 4502.0, 4521.0, 4498.0, 4478.0, 4496.0, 4476.0, 4507.0, 4485.0, 4503.0, 4484.0, 4507.0, 4485.0, 4455.0, 4494.0, 4453.0, 4494.0, 4463.0, 4503.0, 4484.0, 4477.0, 4485.0, 4456.0, 4497.0, 4468.0, 4518.0, 4488.0, 4517.0, 4486.0, 4506.0, 4489.0, 4507.0, 4486.0, 4467.0, 4496.0, 4467.0, 4507.0, 4478.0, 4498.0, 4488.0, 4478.0, 4509.0, 4480.0, 4508.0, 4501.0, 4513.0, 4500.0, 4481.0, 4521.0, 4493.0, 4521.0, 4500.0, 4483.0, 4511.0, 4479.0, 4521.0, 4501.0, 4489.0, 4500.0, 4482.0, 4525.0, 4501.0, 4531.0, 4511.0, 4490.0, 4510.0, 4480.0, 4532.0, 4500.0, 4511.0, 4509.0, 4479.0, 4521.0, 4500.0, 4534.0, 4499.0, 4489.0, 4511.0, 4478.0, 4518.0, 4502.0, 4521.0, 4498.0, 4478.0, 4510.0, 4476.0, 4518.0, 4500.0, 4518.0, 4498.0, 4477.0, 4495.0, 4464.0, 4506.0, 4487.0, 4507.0, 4486.0, 4466.0, 4497.0, 4477.0, 4508.0, 4499.0, 4507.0, 4499.0, 4468.0, 4508.0, 4496.0, 4468.0, 4509.0, 4501.0, 4502.0, 4510.0, 4490.0, 4521.0, 4497.0, 4466.0, 4509.0, 4499.0, 4519.0, 4498.0, 4477.0, 4517.0, 4487.0, 4497.0, 4487.0, 4467.0, 4504.0, 4488.0, 4488.0, 4505.0, 4490.0, 4524.0, 4482.0, 4508.0, 4491.0, 4520.0, 4496.0, 4477.0, 4497.0, 4490.0, 4490.0, 4511.0, 4493.0, 4512.0, 4512.0, 4504.0, 4534.0, 4500.0, 4520.0, 4499.0, 4478.0, 4508.0, 4479.0, 4534.0, 4501.0, 4520.0, 4499.0, 4472.0, 4509.0, 4476.0, 4457.0, 4498.0, 4479.0, 4519.0, 4500.0, 4520.0, 4510.0, 4479.0, 4519.0, 4487.0, 4530.0, 4488.0, 4507.0, 4495.0, 4506.0, 4485.0, 4455.0, 4496.0, 4464.0, 4504.0, 4465.0, 4505.0, 4474.0, 4485.0, 4474.0, 4444.0, 4486.0, 4466.0, 4508.0, 4477.0, 4508.0, 4487.0, 4467.0, 4488.0, 4468.0, 4511.0, 4480.0, 4508.0, 4487.0, 4516.0, 4487.0, 4497.0, 4487.0, 4499.0, 4487.0, 4457.0, 4497.0, 4476.0, 4517.0, 4478.0, 4520.0, 4502.0, 4484.0, 4513.0, 4493.0, 4514.0, 4513.0, 4494.0, 4534.0, 4491.0, 4530.0, 4499.0, 4518.0, 4499.0, 4518.0, 4489.0, 4506.0, 4487.0, 4495.0, 4496.0, 4475.0, 4494.0, 4472.0, 4482.0, 4472.0, 4474.0, 4496.0, 4471.0, 4482.0, 4449.0, 4480.0, 4449.0, 4478.0, 4448.0, 4477.0, 4449.0, 4489.0, 4458.0, 4440.0, 4451.0, 4433.0, 4462.0, 4443.0, 4483.0, 4455.0, 4494.0, 4465.0, 4505.0, 4477.0, 4507.0, 4476.0, 4485.0, 4475.0, 4455.0, 4475.0, 4444.0, 4485.0, 4457.0, 4496.0, 4478.0, 4507.0, 4479.0, 4489.0, 4490.0, 4468.0, 4500.0, 4480.0, 4520.0, 4500.0, 4531.0, 4501.0, 4521.0, 4499.0, 4510.0, 4499.0, 4468.0, 4510.0, 4468.0, 4509.0, 4468.0, 4508.0, 4477.0, 4506.0, 4475.0, 4505.0, 4477.0, 4506.0, 4475.0, 4516.0, 4487.0, 4497.0, 4477.0, 4457.0, 4497.0, 4469.0, 4519.0, 4488.0, 4520.0, 4490.0, 4479.0, 4490.0, 4480.0, 4501.0, 4479.0, 4510.0, 4479.0, 4519.0, 4488.0, 4528.0, 4490.0, 4519.0, 4489.0, 4458.0, 4491.0, 4471.0, 4521.0, 4492.0, 4500.0, 4493.0, 4483.0, 4533.0, 4495.0, 4556.0, 4515.0, 4507.0, 4525.0, 4494.0, 4535.0, 4505.0, 4544.0, 4513.0, 4491.0, 4514.0, 4494.0, 4543.0, 4514.0, 4523.0, 4512.0, 4481.0, 4533.0, 4502.0, 4522.0, 4501.0, 4472.0, 4522.0, 4492.0, 4540.0, 4511.0, 4545.0, 4512.0, 4489.0, 4511.0, 4479.0, 4518.0, 4489.0, 4517.0, 4486.0, 4468.0, 4488.0, 4479.0, 4518.0, 4487.0, 4498.0, 4487.0, 4469.0, 4520.0, 4488.0, 4508.0, 4488.0, 4457.0, 4507.0, 4478.0, 4528.0, 4489.0, 4469.0, 4510.0, 4471.0, 4529.0, 4489.0, 4519.0, 4490.0, 4457.0, 4499.0, 4480.0, 4528.0, 4488.0, 4478.0, 4488.0, 4468.0, 4507.0, 4487.0, 4498.0, 4477.0, 4456.0, 4497.0, 4467.0, 4517.0, 4478.0, 4490.0, 4489.0, 4458.0, 4511.0, 4482.0, 4500.0, 4490.0, 4470.0, 4521.0, 4492.0, 4532.0, 4500.0], 'WindowWidth': [10008.0, 10004.0, 9950.0, 9954.0, 9909.0, 9861.0, 9916.0, 9864.0, 9910.0, 9850.0, 9905.0, 9860.0, 9893.0, 9856.0, 9826.0, 9865.0, 9840.0, 9893.0, 9872.0, 9861.0, 9873.0, 9847.0, 9885.0, 9864.0, 9902.0, 9877.0, 9893.0, 9928.0, 9867.0, 9924.0, 9897.0, 9928.0, 9880.0, 9848.0, 9886.0, 9846.0, 9912.0, 9861.0, 9836.0, 9892.0, 9865.0, 9925.0, 9921.0, 9926.0, 9877.0, 9865.0, 9921.0, 9882.0, 9831.0, 9922.0, 9878.0, 9904.0, 9928.0, 9881.0, 9922.0, 9887.0, 9859.0, 9899.0, 9855.0, 9883.0, 9855.0, 9835.0, 9907.0, 9879.0, 9905.0, 9875.0, 9836.0, 9904.0, 9865.0, 9914.0, 9896.0, 9852.0, 9889.0, 9862.0, 9901.0, 9880.0, 9924.0, 9875.0, 9850.0, 9890.0, 9848.0, 9905.0, 9864.0, 9923.0, 9881.0, 9918.0, 9892.0, 9873.0, 9855.0, 9847.0, 9869.0, 9842.0, 9884.0, 9850.0, 9899.0, 9853.0, 9855.0, 9873.0, 9842.0, 9923.0, 9866.0, 9918.0, 9878.0, 9888.0, 9876.0, 9845.0, 9901.0, 9841.0, 9898.0, 9855.0, 9900.0, 9857.0, 9826.0, 9865.0, 9825.0, 9878.0, 9835.0, 9890.0, 9854.0, 9884.0, 9840.0, 9831.0, 9871.0, 9834.0, 9900.0, 9862.0, 9836.0, 9906.0, 9865.0, 9867.0, 9905.0, 9851.0, 9923.0, 9879.0, 9907.0, 9876.0, 9849.0, 9891.0, 9859.0, 9920.0, 9855.0, 9885.0, 9858.0, 9816.0, 9882.0, 9850.0, 9914.0, 9862.0, 9890.0, 9879.0, 9834.0, 9906.0, 9850.0, 9902.0, 9861.0, 9853.0, 9889.0, 9849.0, 9918.0, 9862.0, 9889.0, 9860.0, 9876.0, 9875.0, 9878.0, 9911.0, 9848.0, 9902.0, 9846.0, 9899.0, 9858.0, 9868.0, 9856.0, 9816.0, 9880.0, 9827.0, 9901.0, 9859.0, 9889.0, 9873.0, 9829.0, 9885.0, 9844.0, 9902.0, 9859.0, 9887.0, 9854.0, 9829.0, 9884.0, 9826.0, 9882.0, 9835.0, 9892.0, 9842.0, 9848.0, 9866.0, 9819.0, 9879.0, 9835.0, 9882.0, 9840.0, 9841.0, 9875.0, 9817.0, 9898.0, 9848.0, 9903.0, 9860.0, 9916.0, 9861.0, 9876.0, 9869.0, 9827.0, 9899.0, 9862.0, 9838.0, 9905.0, 9876.0, 9858.0, 9891.0, 9863.0, 9937.0, 9891.0, 9858.0, 9909.0, 9863.0, 9917.0, 9855.0, 9842.0, 9849.0, 9826.0, 9880.0, 9837.0, 9885.0, 9854.0, 9829.0, 9891.0, 9868.0, 9900.0, 9845.0, 9822.0, 9889.0, 9867.0, 9916.0, 9857.0, 9848.0, 9874.0, 9851.0, 9902.0, 9860.0, 9897.0, 9857.0, 9834.0, 9872.0, 9828.0, 9899.0, 9858.0, 9889.0, 9860.0, 9836.0, 9889.0, 9845.0, 9898.0, 9855.0, 9886.0, 9854.0, 9847.0, 9869.0, 9830.0, 9896.0, 9859.0, 9879.0, 9863.0, 9833.0, 9873.0, 9848.0, 9905.0, 9858.0, 9919.0, 9878.0, 9876.0, 9883.0, 9835.0, 9889.0, 9865.0, 9894.0, 9864.0, 9854.0, 9912.0, 9873.0, 9926.0, 9886.0, 9872.0, 9913.0, 9867.0, 9921.0, 9871.0, 9921.0, 9882.0, 9866.0, 9895.0, 9867.0, 9920.0, 9877.0, 9928.0, 9907.0, 9848.0, 9891.0, 9850.0, 9913.0, 9882.0, 9907.0, 9898.0, 9833.0, 9915.0, 9869.0, 9906.0, 9875.0, 9918.0, 9871.0, 9885.0, 9873.0, 9852.0, 9862.0, 9820.0, 9879.0, 9835.0, 9884.0, 9851.0, 9823.0, 9901.0, 9903.0, 9866.0, 9916.0, 9882.0, 9924.0, 9875.0, 9875.0, 9878.0, 9852.0, 9904.0, 9856.0, 9902.0, 9875.0, 9900.0, 9866.0, 9870.0, 9868.0, 9841.0, 9884.0, 9862.0, 9916.0, 9876.0, 9906.0, 9873.0, 9834.0, 9889.0, 9844.0, 9900.0, 9875.0, 9918.0, 9874.0, 9863.0, 9871.0, 9853.0, 9892.0, 9859.0, 9906.0, 9882.0, 9904.0, 9876.0, 9903.0, 9877.0, 9887.0, 9867.0, 9842.0, 9869.0, 9848.0, 9870.0, 9829.0, 9881.0, 9842.0, 9884.0, 9860.0, 9902.0, 9872.0, 9858.0, 9869.0, 9848.0, 9873.0, 9838.0, 9882.0, 9855.0, 9898.0, 9872.0, 9908.0, 9873.0, 9889.0, 9872.0, 9845.0, 9873.0, 9845.0, 9892.0, 9852.0, 9901.0, 9855.0, 9902.0, 9875.0, 9917.0, 9873.0, 9854.0, 9868.0, 9824.0, 9883.0, 9851.0, 9903.0, 9871.0, 9884.0, 9872.0, 9847.0, 9870.0, 9860.0, 9881.0, 9839.0, 9886.0, 9834.0, 9878.0, 9840.0, 9879.0, 9838.0, 9879.0, 9851.0, 9875.0, 9852.0, 9897.0, 9861.0, 9901.0, 9879.0, 9925.0, 9874.0, 9885.0, 9884.0, 9901.0, 9855.0, 9826.0, 9847.0, 9821.0, 9871.0, 9832.0, 9869.0, 9867.0, 9834.0, 9905.0, 9899.0, 9928.0, 9888.0, 9858.0, 9883.0, 9853.0, 9899.0, 9862.0, 9890.0, 9862.0, 9895.0, 9863.0, 9821.0, 9874.0, 9818.0, 9873.0, 9833.0, 9886.0, 9863.0, 9856.0, 9866.0, 9828.0, 9884.0, 9848.0, 9915.0, 9872.0, 9912.0, 9868.0, 9898.0, 9873.0, 9897.0, 9867.0, 9842.0, 9881.0, 9842.0, 9897.0, 9860.0, 9888.0, 9875.0, 9861.0, 9906.0, 9866.0, 9904.0, 9895.0, 9916.0, 9895.0, 9869.0, 9924.0, 9887.0, 9925.0, 9893.0, 9875.0, 9911.0, 9865.0, 9925.0, 9896.0, 9880.0, 9896.0, 9874.0, 9933.0, 9899.0, 9940.0, 9911.0, 9881.0, 9909.0, 9868.0, 9941.0, 9893.0, 9910.0, 9907.0, 9865.0, 9924.0, 9895.0, 9947.0, 9891.0, 9877.0, 9909.0, 9861.0, 9917.0, 9896.0, 9925.0, 9889.0, 9860.0, 9905.0, 9856.0, 9916.0, 9892.0, 9918.0, 9886.0, 9856.0, 9880.0, 9837.0, 9895.0, 9872.0, 9900.0, 9868.0, 9840.0, 9886.0, 9859.0, 9904.0, 9889.0, 9901.0, 9888.0, 9845.0, 9900.0, 9882.0, 9846.0, 9905.0, 9897.0, 9898.0, 9908.0, 9879.0, 9921.0, 9887.0, 9842.0, 9905.0, 9889.0, 9918.0, 9886.0, 9858.0, 9914.0, 9871.0, 9886.0, 9869.0, 9843.0, 9891.0, 9874.0, 9875.0, 9907.0, 9884.0, 9935.0, 9871.0, 9902.0, 9881.0, 9920.0, 9882.0, 9856.0, 9888.0, 9880.0, 9880.0, 9913.0, 9889.0, 9915.0, 9913.0, 9908.0, 9946.0, 9893.0, 9921.0, 9891.0, 9860.0, 9904.0, 9862.0, 9948.0, 9897.0, 9921.0, 9891.0, 9857.0, 9902.0, 9855.0, 9831.0, 9888.0, 9863.0, 9919.0, 9894.0, 9922.0, 9908.0, 9863.0, 9919.0, 9871.0, 9935.0, 9872.0, 9899.0, 9879.0, 9895.0, 9863.0, 9820.0, 9878.0, 9833.0, 9890.0, 9833.0, 9891.0, 9847.0, 9864.0, 9847.0, 9806.0, 9866.0, 9840.0, 9901.0, 9859.0, 9901.0, 9871.0, 9844.0, 9874.0, 9848.0, 9907.0, 9864.0, 9901.0, 9869.0, 9912.0, 9869.0, 9883.0, 9871.0, 9887.0, 9869.0, 9828.0, 9883.0, 9855.0, 9911.0, 9859.0, 9922.0, 9900.0, 9881.0, 9917.0, 9890.0, 9919.0, 9917.0, 9897.0, 9948.0, 9885.0, 9937.0, 9890.0, 9918.0, 9889.0, 9917.0, 9874.0, 9896.0, 9868.0, 9881.0, 9880.0, 9847.0, 9876.0, 9844.0, 9856.0, 9842.0, 9843.0, 9879.0, 9838.0, 9855.0, 9804.0, 9847.0, 9804.0, 9843.0, 9803.0, 9842.0, 9803.0, 9859.0, 9816.0, 9794.0, 9809.0, 9792.0, 9830.0, 9804.0, 9859.0, 9823.0, 9875.0, 9838.0, 9893.0, 9856.0, 9899.0, 9852.0, 9864.0, 9849.0, 9821.0, 9850.0, 9807.0, 9865.0, 9830.0, 9882.0, 9859.0, 9899.0, 9864.0, 9878.0, 9880.0, 9849.0, 9895.0, 9868.0, 9922.0, 9894.0, 9939.0, 9896.0, 9924.0, 9893.0, 9907.0, 9889.0, 9847.0, 9906.0, 9846.0, 9903.0, 9845.0, 9902.0, 9856.0, 9897.0, 9851.0, 9894.0, 9855.0, 9897.0, 9852.0, 9910.0, 9872.0, 9886.0, 9857.0, 9829.0, 9885.0, 9850.0, 9919.0, 9875.0, 9921.0, 9880.0, 9864.0, 9881.0, 9868.0, 9897.0, 9863.0, 9906.0, 9862.0, 9917.0, 9874.0, 9931.0, 9879.0, 9921.0, 9878.0, 9836.0, 9884.0, 9857.0, 9925.0, 9889.0, 9899.0, 9892.0, 9879.0, 9948.0, 9898.0, 9981.0, 9926.0, 9915.0, 9937.0, 9892.0, 9952.0, 9909.0, 9963.0, 9917.0, 9885.0, 9919.0, 9890.0, 9961.0, 9920.0, 9932.0, 9916.0, 9870.0, 9945.0, 9899.0, 9929.0, 9899.0, 9859.0, 9927.0, 9888.0, 9955.0, 9913.0, 9966.0, 9914.0, 9877.0, 9910.0, 9861.0, 9918.0, 9877.0, 9917.0, 9872.0, 9846.0, 9875.0, 9865.0, 9917.0, 9872.0, 9887.0, 9872.0, 9851.0, 9921.0, 9875.0, 9903.0, 9875.0, 9830.0, 9901.0, 9863.0, 9932.0, 9876.0, 9850.0, 9907.0, 9856.0, 9934.0, 9880.0, 9920.0, 9880.0, 9831.0, 9890.0, 9865.0, 9931.0, 9874.0, 9859.0, 9875.0, 9848.0, 9900.0, 9871.0, 9887.0, 9857.0, 9829.0, 9884.0, 9846.0, 9913.0, 9862.0, 9880.0, 9878.0, 9834.0, 9910.0, 9873.0, 9895.0, 9882.0, 9854.0, 9926.0, 9888.0, 9942.0, 9896.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.0013089067894131183</td></tr>
<tr><td colspan=3>aqi</td><td>0.03230127721518987</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.78608825794932</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1429433692626734</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9697287007027642</td></tr>
<tr><td colspan=3>efc</td><td>0.4811</td></tr>
<tr><td colspan=3>fber</td><td>5089.7554</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11650506791111839</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.63060989643268</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7274182694539113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7710818430231696</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.844620932178952</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5665520331596117</td></tr>
<tr><td colspan=3>gcor</td><td>0.00626261</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.000737946480512619</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.013060195371508598</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8501182063642645</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.802</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9532</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.798</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298054.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.556</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3056</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.1266</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3659.7829</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4807.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.0535</td></tr>
<tr><td colspan=3>tsnr</td><td>34.93890521116555</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>