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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:12:10.022500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997992, 0.0627394, 0.00875779, -0.063138, 0.973896, 0.218035]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0936151</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7751, -7293, 770, -52, -37, -26, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>23fdfcff-3a38-4c7e-ad23-d0173ee487ed||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775383949279785, -0.16939468681812286, -0.013905595056712627, 116.53318786621094], [-0.168325275182724, 2.6128928661346436, 0.5890057682991028, -101.15373229980469], [0.02349652349948883, -0.584972620010376, 2.634934186935425, -47.02948760986328], [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': ['171210.022500', '171210.482500', '171210.942500', '171211.402500', '171211.862500', '171212.322500', '171212.782500', '171213.242500', '171213.702500', '171214.162500', '171214.622500', '171215.082500', '171215.542500', '171216.002500', '171216.462500', '171216.922500', '171217.382500', '171217.842500', '171218.302500', '171218.762500', '171219.222500', '171219.682500', '171220.142500', '171220.602500', '171221.062500', '171221.522500', '171221.982500', '171222.442500', '171222.902500', '171223.362500', '171223.822500', '171224.282500', '171224.742500', '171225.202500', '171225.662500', '171226.122500', '171226.582500', '171227.042500', '171227.502500', '171227.962500', '171228.422500', '171228.882500', '171229.342500', '171229.802500', '171230.262500', '171230.722500', '171231.182500', '171231.642500', '171232.102500', '171232.562500', '171233.022500', '171233.482500', '171233.942500', '171234.402500', '171234.862500', '171235.322500', '171235.782500', '171236.242500', '171236.702500', '171237.162500', '171237.622500', '171238.082500', '171238.542500', '171239.002500', '171239.462500', '171239.922500', '171240.382500', '171240.842500', '171241.302500', '171241.762500', '171242.222500', '171242.682500', '171243.142500', '171243.602500', '171244.062500', '171244.522500', '171244.982500', '171245.442500', '171245.902500', '171246.362500', '171246.822500', '171247.282500', '171247.742500', '171248.202500', '171248.662500', '171249.122500', '171249.582500', '171250.042500', '171250.502500', '171250.962500', '171251.422500', '171251.882500', '171252.342500', '171252.802500', '171253.262500', '171253.722500', '171254.182500', '171254.642500', '171255.102500', '171255.562500', '171256.022500', '171256.482500', '171256.942500', '171257.402500', '171257.862500', '171258.322500', '171258.782500', '171259.242500', '171259.702500', '171300.162500', '171300.622500', '171301.082500', '171301.542500', '171302.002500', '171302.462500', '171302.922500', '171303.382500', '171303.842500', '171304.302500', '171304.762500', '171305.222500', '171305.682500', '171306.142500', '171306.602500', '171307.062500', '171307.522500', '171307.982500', '171308.442500', '171308.902500', '171309.362500', '171309.822500', '171310.282500', '171310.742500', '171311.202500', '171311.662500', '171312.122500', '171312.582500', '171313.042500', '171313.502500', '171313.962500', '171314.422500', '171314.882500', '171315.342500', '171315.802500', '171316.262500', '171316.722500', '171317.182500', '171317.642500', '171318.102500', '171318.562500', '171319.022500', '171319.482500', '171319.942500', '171320.402500', '171320.862500', '171321.322500', '171321.782500', '171322.242500', '171322.702500', '171323.162500', '171323.622500', '171324.082500', '171324.542500', '171325.002500', '171325.462500', '171325.922500', '171326.382500', '171326.842500', '171327.302500', '171327.762500', '171328.222500', '171328.682500', '171329.142500', '171329.602500', '171330.062500', '171330.522500', '171330.982500', '171331.442500', '171331.902500', '171332.362500', '171332.822500', '171333.282500', '171333.742500', '171334.202500', '171334.662500', '171335.122500', '171335.582500', '171336.042500', '171336.502500', '171336.962500', '171337.422500', '171337.882500', '171338.342500', '171338.802500', '171339.262500', '171339.722500', '171340.182500', '171340.642500', '171341.102500', '171341.562500', '171342.022500', '171342.482500', '171342.942500', '171343.402500', '171343.862500', '171344.322500', '171344.782500', '171345.242500', '171345.702500', '171346.162500', '171346.622500', '171347.082500', '171347.542500', '171348.002500', '171348.462500', '171348.922500', '171349.382500', '171349.842500', '171350.302500', '171350.762500', '171351.222500', '171351.682500', '171352.142500', '171352.602500', '171353.062500', '171353.522500', '171353.982500', '171354.442500', '171354.902500', '171355.362500', '171355.822500', '171356.282500', '171356.742500', '171357.202500', '171357.662500', '171358.122500', '171358.582500', '171359.042500', '171359.502500', '171359.962500', '171400.422500', '171400.882500', '171401.342500', '171401.802500', '171402.262500', '171402.722500', '171403.182500', '171403.642500', '171404.102500', '171404.562500', '171405.022500', '171405.482500', '171405.942500', '171406.402500', '171406.862500', '171407.322500', '171407.782500', '171408.242500', '171408.702500', '171409.162500', '171409.622500', '171410.082500', '171410.542500', '171411.002500', '171411.462500', '171411.922500', '171412.382500', '171412.842500', '171413.302500', '171413.762500', '171414.222500', '171414.682500', '171415.142500', '171415.602500', '171416.062500', '171416.522500', '171416.982500', '171417.442500', '171417.902500', '171418.362500', '171418.822500', '171419.282500', '171419.742500', '171420.202500', '171420.662500', '171421.122500', '171421.582500', '171422.042500', '171422.502500', '171422.962500', '171423.422500', '171423.882500', '171424.342500', '171424.802500', '171425.262500', '171425.722500', '171426.182500', '171426.642500', '171427.102500', '171427.562500', '171428.022500', '171428.482500', '171428.942500', '171429.402500', '171429.862500', '171430.322500', '171430.782500', '171431.242500', '171431.702500', '171432.162500', '171432.622500', '171433.082500', '171433.542500', '171434.002500', '171434.462500', '171434.922500', '171435.382500', '171435.842500', '171436.302500', '171436.762500', '171437.222500', '171437.682500', '171438.142500', '171438.602500', '171439.062500', '171439.522500', '171439.982500', '171440.442500', '171440.902500', '171441.362500', '171441.822500', '171442.282500', '171442.742500', '171443.202500', '171443.662500', '171444.122500', '171444.582500', '171445.042500', '171445.502500', '171445.962500', '171446.422500', '171446.882500', '171447.342500', '171447.802500', '171448.262500', '171448.722500', '171449.182500', '171449.642500', '171450.102500', '171450.562500', '171451.022500', '171451.482500', '171451.942500', '171452.402500', '171452.862500', '171453.322500', '171453.782500', '171454.242500', '171454.702500', '171455.162500', '171455.622500', '171456.082500', '171456.542500', '171457.002500', '171457.462500', '171457.922500', '171458.382500', '171458.842500', '171459.302500', '171459.762500', '171500.222500', '171500.682500', '171501.142500', '171501.602500', '171502.062500', '171502.522500', '171502.982500', '171503.442500', '171503.902500', '171504.362500', '171504.822500', '171505.282500', '171505.742500', '171506.202500', '171506.662500', '171507.122500', '171507.582500', '171508.042500', '171508.502500', '171508.962500', '171509.422500', '171509.882500', '171510.342500', '171510.802500', '171511.262500', '171511.722500', '171512.182500', '171512.642500', '171513.102500', '171513.562500', '171514.022500', '171514.482500', '171514.942500', '171515.402500', '171515.862500', '171516.322500', '171516.782500', '171517.242500', '171517.702500', '171518.162500', '171518.622500', '171519.082500', '171519.542500', '171520.002500', '171520.462500', '171520.922500', '171521.382500', '171521.842500', '171522.302500', '171522.762500', '171523.222500', '171523.682500', '171524.142500', '171524.602500', '171525.062500', '171525.522500', '171525.982500', '171526.442500', '171526.902500', '171527.362500', '171527.822500', '171528.282500', '171528.742500', '171529.202500', '171529.662500', '171530.122500', '171530.582500', '171531.042500', '171531.502500', '171531.962500', '171532.422500', '171532.882500', '171533.342500', '171533.802500', '171534.262500', '171534.722500', '171535.182500', '171535.642500', '171536.102500', '171536.562500', '171537.022500', '171537.482500', '171537.942500', '171538.402500', '171538.862500', '171539.322500', '171539.782500', '171540.242500', '171540.702500', '171541.162500', '171541.622500', '171542.082500', '171542.542500', '171543.002500', '171543.462500', '171543.922500', '171544.382500', '171544.842500', '171545.302500', '171545.762500', '171546.222500', '171546.682500', '171547.142500', '171547.602500', '171548.062500', '171548.522500', '171548.982500', '171549.442500', '171549.902500', '171550.362500', '171550.822500', '171551.282500', '171551.742500', '171552.202500', '171552.662500', '171553.122500', '171553.582500', '171554.042500', '171554.502500', '171554.962500', '171555.422500', '171555.882500', '171556.342500', '171556.802500', '171557.262500', '171557.722500', '171558.182500', '171558.642500', '171559.102500', '171559.562500', '171600.022500', '171600.482500', '171600.942500', '171601.402500', '171601.862500', '171602.322500', '171602.782500', '171603.242500', '171603.702500', '171604.162500', '171604.622500', '171605.082500', '171605.542500', '171606.002500', '171606.462500', '171606.922500', '171607.382500', '171607.842500', '171608.302500', '171608.762500', '171609.222500', '171609.682500', '171610.142500', '171610.602500', '171611.062500', '171611.522500', '171611.982500', '171612.442500', '171612.902500', '171613.362500', '171613.822500', '171614.282500', '171614.742500', '171615.202500', '171615.662500', '171616.122500', '171616.582500', '171617.042500', '171617.502500', '171617.962500', '171618.422500', '171618.882500', '171619.342500', '171619.802500', '171620.262500', '171620.722500', '171621.182500', '171621.642500', '171622.102500', '171622.562500', '171623.022500', '171623.482500', '171623.942500', '171624.402500', '171624.862500', '171625.322500', '171625.782500', '171626.242500', '171626.702500', '171627.162500', '171627.622500', '171628.082500', '171628.542500', '171629.002500', '171629.462500', '171629.922500', '171630.382500', '171630.842500', '171631.302500', '171631.762500', '171632.222500', '171632.682500', '171633.142500', '171633.602500', '171634.062500', '171634.522500', '171634.982500', '171635.442500', '171635.902500', '171636.362500', '171636.822500', '171637.282500', '171637.742500', '171638.202500', '171638.662500', '171639.122500', '171639.582500', '171640.042500', '171640.502500', '171640.962500', '171641.422500', '171641.882500', '171642.342500', '171642.802500', '171643.262500', '171643.722500', '171644.182500', '171644.642500', '171645.102500', '171645.562500', '171646.022500', '171646.482500', '171646.942500', '171647.402500', '171647.862500', '171648.322500', '171648.782500', '171649.242500', '171649.702500', '171650.162500', '171650.622500', '171651.082500', '171651.542500', '171652.002500', '171652.462500', '171652.922500', '171653.382500', '171653.842500', '171654.302500', '171654.762500', '171655.222500', '171655.682500', '171656.142500', '171656.602500', '171657.062500', '171657.522500', '171657.982500', '171658.442500', '171658.902500', '171659.362500', '171659.822500', '171700.282500', '171700.742500', '171701.202500', '171701.662500', '171702.122500', '171702.582500', '171703.042500', '171703.502500', '171703.962500', '171704.422500', '171704.882500', '171705.342500', '171705.802500', '171706.262500', '171706.722500', '171707.182500', '171707.642500', '171708.102500', '171708.562500', '171709.022500', '171709.482500', '171709.942500', '171710.402500', '171710.862500', '171711.322500', '171711.782500', '171712.242500', '171712.702500', '171713.162500', '171713.622500', '171714.082500', '171714.542500', '171715.002500', '171715.462500', '171715.922500', '171716.382500', '171716.842500', '171717.302500', '171717.762500', '171718.222500', '171718.682500', '171719.142500', '171719.602500', '171720.062500', '171720.522500', '171720.982500', '171721.442500', '171721.902500', '171722.362500', '171722.822500', '171723.282500', '171723.742500', '171724.202500', '171724.662500', '171725.122500', '171725.582500', '171726.042500', '171726.502500', '171726.962500', '171727.422500', '171727.882500', '171728.342500', '171728.802500', '171729.262500', '171729.722500', '171730.182500', '171730.642500', '171731.102500', '171731.562500', '171732.022500', '171732.482500', '171732.942500', '171733.402500', '171733.862500', '171734.322500', '171734.782500', '171735.242500', '171735.702500', '171736.162500', '171736.622500', '171737.082500', '171737.542500', '171738.002500', '171738.462500', '171738.922500', '171739.382500', '171739.842500', '171740.302500', '171740.762500', '171741.222500', '171741.682500', '171742.142500', '171742.602500', '171743.062500', '171743.522500', '171743.982500', '171744.442500', '171744.902500', '171745.362500', '171745.822500', '171746.282500', '171746.742500', '171747.202500', '171747.662500', '171748.122500', '171748.582500', '171749.042500', '171749.502500', '171749.962500', '171750.422500', '171750.882500', '171751.342500', '171751.802500', '171752.262500', '171752.722500', '171753.182500', '171753.642500', '171754.102500', '171754.562500', '171755.022500', '171755.482500', '171755.942500', '171756.402500', '171756.862500', '171757.322500', '171757.782500', '171758.242500', '171758.702500', '171759.162500', '171759.622500', '171800.082500', '171800.542500', '171801.002500', '171801.462500', '171801.922500', '171802.382500', '171802.842500', '171803.302500', '171803.762500', '171804.222500', '171804.682500', '171805.142500', '171805.602500', '171806.062500', '171806.522500', '171806.982500', '171807.442500', '171807.902500', '171808.362500', '171808.822500', '171809.282500', '171809.742500', '171810.202500', '171810.662500', '171811.122500', '171811.582500', '171812.042500', '171812.502500', '171812.962500', '171813.422500', '171813.882500', '171814.342500', '171814.802500', '171815.262500', '171815.722500', '171816.182500', '171816.642500', '171817.102500', '171817.562500', '171818.022500', '171818.482500', '171818.942500', '171819.402500', '171819.862500', '171820.322500', '171820.782500', '171821.242500', '171821.702500', '171822.162500', '171822.622500', '171823.082500', '171823.542500', '171824.002500', '171824.462500', '171824.922500', '171825.382500', '171825.842500', '171826.302500', '171826.762500', '171827.222500', '171827.682500', '171828.142500', '171828.602500', '171829.062500', '171829.522500', '171829.982500', '171830.442500', '171830.902500', '171831.362500', '171831.822500', '171832.282500', '171832.742500', '171833.202500', '171833.662500', '171834.122500', '171834.582500', '171835.042500', '171835.502500', '171835.962500', '171836.422500', '171836.882500', '171837.342500', '171837.802500', '171838.262500', '171838.722500', '171839.182500', '171839.642500', '171840.102500', '171840.562500', '171841.022500', '171841.482500', '171841.942500', '171842.402500', '171842.862500', '171843.322500', '171843.782500', '171844.242500', '171844.702500', '171845.162500', '171845.622500', '171846.082500', '171846.542500', '171847.002500', '171847.462500', '171847.922500', '171848.382500', '171848.842500', '171849.302500', '171849.762500', '171850.222500', '171850.682500'], 'ContentTime': ['171236.820000', '171236.823000', '171236.826000', '171236.829000', '171236.831000', '171236.834000', '171236.837000', '171236.841000', '171236.843000', '171236.846000', '171236.848000', '171236.851000', '171236.854000', '171236.856000', '171236.859000', '171236.861000', '171236.864000', '171236.867000', '171236.869000', '171236.872000', '171236.874000', '171236.877000', '171236.879000', '171236.882000', '171236.884000', '171236.887000', '171236.889000', '171236.892000', '171236.895000', '171236.897000', '171236.900000', '171236.903000', '171236.905000', '171236.908000', '171236.910000', '171236.913000', '171236.915000', '171236.918000', '171236.921000', '171236.923000', '171236.926000', '171236.928000', '171236.931000', '171236.934000', '171236.936000', '171236.939000', '171236.941000', '171236.944000', '171236.947000', '171236.949000', '171236.952000', '171236.955000', '171236.957000', '171236.960000', '171236.962000', '171256.776000', '171256.779000', '171256.782000', '171256.785000', '171256.787000', '171256.790000', '171256.792000', '171256.795000', '171256.797000', '171256.800000', '171256.802000', '171256.805000', '171256.808000', '171256.810000', '171256.813000', '171256.816000', '171256.818000', '171256.821000', '171256.823000', '171256.826000', '171256.834000', '171256.837000', '171256.840000', '171256.842000', '171256.845000', '171256.847000', '171256.850000', '171256.853000', '171256.855000', '171256.858000', '171256.861000', '171256.863000', '171256.866000', '171256.868000', '171256.871000', '171256.873000', '171256.876000', '171256.878000', '171256.881000', '171256.884000', '171256.886000', '171256.889000', '171256.891000', '171256.894000', '171316.777000', '171316.780000', '171316.782000', '171316.785000', '171316.787000', '171316.790000', '171316.792000', '171316.795000', '171316.798000', '171316.801000', '171316.803000', '171316.806000', '171316.808000', '171316.811000', '171316.814000', '171316.816000', '171316.819000', '171316.822000', '171316.824000', '171316.827000', '171316.830000', '171316.832000', '171316.835000', '171316.837000', '171316.840000', '171316.843000', '171316.845000', '171316.848000', '171316.850000', '171316.853000', '171316.856000', '171316.858000', '171316.861000', '171316.863000', '171316.866000', '171316.868000', '171316.871000', '171316.874000', '171316.876000', '171316.879000', '171316.881000', '171316.884000', '171316.887000', '171336.776000', '171336.779000', '171336.782000', '171336.786000', '171336.789000', '171336.791000', '171336.794000', '171336.796000', '171336.799000', '171336.802000', '171336.804000', '171336.807000', '171336.810000', '171336.812000', '171336.815000', '171336.817000', '171336.820000', '171336.823000', '171336.825000', '171336.828000', '171336.831000', '171336.833000', '171336.836000', '171336.839000', '171336.842000', '171336.844000', '171336.847000', '171336.849000', '171336.852000', '171336.855000', '171336.858000', '171336.860000', '171336.863000', '171336.865000', '171336.868000', '171336.871000', '171336.873000', '171336.876000', '171336.879000', '171336.881000', '171336.884000', '171336.886000', '171336.889000', '171356.777000', '171356.780000', '171356.782000', '171356.785000', '171356.788000', '171356.790000', '171356.800000', '171356.802000', '171356.805000', '171356.807000', '171356.810000', '171356.812000', '171356.839000', '171356.842000', '171356.845000', '171356.847000', '171356.850000', '171356.853000', '171356.855000', '171356.858000', '171356.860000', '171356.863000', '171356.866000', '171356.868000', '171356.871000', '171356.873000', '171356.876000', '171356.879000', '171356.881000', '171356.884000', '171356.886000', '171356.889000', '171356.891000', '171356.894000', '171356.897000', '171356.899000', '171356.902000', '171356.904000', '171356.907000', '171356.909000', '171356.912000', '171356.915000', '171356.917000', '171356.920000', '171416.776000', '171416.779000', '171416.782000', '171416.785000', '171416.787000', '171416.790000', '171416.793000', '171416.795000', '171416.798000', '171416.802000', '171416.805000', '171416.808000', '171416.810000', '171416.813000', '171416.815000', '171416.818000', '171416.821000', '171416.823000', '171416.826000', '171416.828000', '171416.831000', '171416.834000', '171416.836000', '171416.839000', '171416.841000', '171416.844000', '171416.847000', '171416.849000', '171416.852000', '171416.855000', '171416.857000', '171416.860000', '171416.862000', '171416.865000', '171416.868000', '171416.870000', '171416.873000', '171416.875000', '171416.878000', '171416.881000', '171416.883000', '171416.886000', '171416.888000', '171436.777000', '171436.779000', '171436.782000', '171436.784000', '171436.787000', '171436.790000', '171436.792000', '171436.795000', '171436.798000', '171436.800000', '171436.803000', '171436.805000', '171436.808000', '171436.811000', '171436.813000', '171436.816000', '171436.818000', '171436.821000', '171436.823000', '171436.826000', '171436.829000', '171436.831000', '171436.834000', '171436.837000', '171436.839000', '171436.842000', '171436.844000', '171436.847000', '171436.850000', '171436.852000', '171436.855000', '171436.857000', '171436.860000', '171436.863000', '171436.865000', '171436.868000', '171436.870000', '171436.873000', '171436.876000', '171436.878000', '171436.881000', '171436.883000', '171436.886000', '171436.889000', '171456.776000', '171456.779000', '171456.782000', '171456.784000', '171456.787000', '171456.790000', '171456.792000', '171456.795000', '171456.798000', '171456.800000', '171456.803000', '171456.805000', '171456.808000', '171456.810000', '171456.813000', '171456.816000', '171456.818000', '171456.821000', '171456.825000', '171456.828000', '171456.830000', '171456.833000', '171456.836000', '171456.838000', '171456.841000', '171456.843000', '171456.846000', '171456.849000', '171456.851000', '171456.854000', '171456.857000', '171456.859000', '171456.862000', '171456.865000', '171456.867000', '171456.870000', '171456.872000', '171456.881000', '171456.884000', '171456.886000', '171456.889000', '171456.891000', '171456.894000', '171516.776000', '171516.779000', '171516.782000', '171516.785000', '171516.787000', '171516.790000', '171516.793000', '171516.795000', '171516.798000', '171516.801000', '171516.803000', '171516.806000', '171516.808000', '171516.811000', '171516.818000', '171516.821000', '171516.824000', '171516.826000', '171516.829000', '171516.831000', '171516.834000', '171516.837000', '171516.839000', '171516.842000', '171516.845000', '171516.847000', '171516.850000', '171516.852000', '171516.855000', '171516.857000', '171516.860000', '171516.863000', '171516.865000', '171516.868000', '171516.870000', '171516.873000', '171516.876000', '171516.890000', '171516.892000', '171516.895000', '171516.898000', '171516.900000', '171516.903000', '171516.906000', '171536.776000', '171536.782000', '171536.785000', '171536.788000', '171536.790000', '171536.793000', '171536.795000', '171536.798000', '171536.801000', '171536.803000', '171536.806000', '171536.809000', '171536.811000', '171536.814000', '171536.817000', '171536.819000', '171536.822000', '171536.824000', '171536.827000', '171536.830000', '171536.832000', '171536.835000', '171536.838000', '171536.840000', '171536.843000', '171536.846000', '171536.848000', '171536.851000', '171536.853000', '171536.856000', '171536.859000', '171536.861000', '171536.864000', '171536.867000', '171536.869000', '171536.872000', '171536.874000', '171536.877000', '171536.879000', '171536.882000', '171536.885000', '171536.887000', '171536.890000', '171556.776000', '171556.779000', '171556.783000', '171556.785000', '171556.788000', '171556.791000', '171556.793000', '171556.796000', '171556.798000', '171556.801000', '171556.804000', '171556.806000', '171556.809000', '171556.811000', '171556.814000', '171556.817000', '171556.819000', '171556.822000', '171556.825000', '171556.827000', '171556.830000', '171556.832000', '171556.835000', '171556.838000', '171556.840000', '171556.843000', '171556.846000', '171556.848000', '171556.851000', '171556.853000', '171556.856000', '171556.858000', '171556.861000', '171556.864000', '171556.866000', '171556.869000', '171556.871000', '171556.874000', '171556.877000', '171556.879000', '171556.882000', '171556.885000', '171556.887000', '171556.890000', '171616.776000', '171616.779000', '171616.782000', '171616.784000', '171616.787000', '171616.790000', '171616.792000', '171616.795000', '171616.798000', '171616.800000', '171616.803000', '171616.805000', '171616.808000', '171616.811000', '171616.813000', '171616.816000', '171616.819000', '171616.821000', '171616.824000', '171616.826000', '171616.829000', '171616.832000', '171616.834000', '171616.837000', '171616.840000', '171616.842000', '171616.845000', '171616.847000', '171616.850000', '171616.853000', '171616.855000', '171616.858000', '171616.861000', '171616.864000', '171616.868000', '171616.871000', '171616.873000', '171616.876000', '171616.878000', '171616.881000', '171616.884000', '171616.886000', '171616.889000', '171636.777000', '171636.780000', '171636.782000', '171636.785000', '171636.787000', '171636.790000', '171636.793000', '171636.795000', '171636.798000', '171636.801000', '171636.803000', '171636.806000', '171636.808000', '171636.811000', '171636.814000', '171636.816000', '171636.819000', '171636.822000', '171636.824000', '171636.827000', '171636.829000', '171636.833000', '171636.836000', '171636.838000', '171636.841000', '171636.843000', '171636.846000', '171636.849000', '171636.851000', '171636.854000', '171636.856000', '171636.859000', '171636.861000', '171636.864000', '171636.867000', '171636.869000', '171636.872000', '171636.874000', '171636.877000', '171636.880000', '171636.882000', '171636.885000', '171636.888000', '171636.890000', '171656.776000', '171656.779000', '171656.782000', '171656.785000', '171656.788000', '171656.791000', '171656.793000', '171656.796000', '171656.798000', '171656.801000', '171656.804000', '171656.806000', '171656.809000', '171656.812000', '171656.814000', '171656.817000', '171656.819000', '171656.822000', '171656.840000', '171656.842000', '171656.845000', '171656.848000', '171656.850000', '171656.853000', '171656.855000', '171656.858000', '171656.861000', '171656.863000', '171656.866000', '171656.869000', '171656.871000', '171656.874000', '171656.878000', '171656.880000', '171656.883000', '171656.886000', '171656.889000', '171656.891000', '171656.894000', '171656.897000', '171656.899000', '171656.902000', '171656.904000', '171716.776000', '171716.779000', '171716.782000', '171716.785000', '171716.787000', '171716.790000', '171716.793000', '171716.795000', '171716.798000', '171716.801000', '171716.803000', '171716.806000', '171716.808000', '171716.811000', '171716.814000', '171716.816000', '171716.824000', '171716.826000', '171716.829000', '171716.832000', '171716.834000', '171716.837000', '171716.839000', '171716.842000', '171716.845000', '171716.847000', '171716.850000', '171716.852000', '171716.855000', '171716.858000', '171716.860000', '171716.863000', '171716.865000', '171716.868000', '171716.871000', '171716.873000', '171716.876000', '171716.878000', '171716.881000', '171716.884000', '171716.886000', '171716.889000', '171716.891000', '171716.894000', '171736.777000', '171736.779000', '171736.782000', '171736.785000', '171736.787000', '171736.790000', '171736.793000', '171736.795000', '171736.798000', '171736.801000', '171736.803000', '171736.806000', '171736.808000', '171736.811000', '171736.814000', '171736.816000', '171736.819000', '171736.821000', '171736.824000', '171736.827000', '171736.829000', '171736.832000', '171736.834000', '171736.837000', '171736.840000', '171736.842000', '171736.845000', '171736.847000', '171736.850000', '171736.853000', '171736.856000', '171736.858000', '171736.861000', '171736.863000', '171736.866000', '171736.869000', '171736.871000', '171736.874000', '171736.877000', '171736.879000', '171736.882000', '171736.885000', '171736.887000', '171756.776000', '171756.779000', '171756.782000', '171756.784000', '171756.787000', '171756.790000', '171756.792000', '171756.795000', '171756.798000', '171756.800000', '171756.803000', '171756.805000', '171756.808000', '171756.811000', '171756.813000', '171756.816000', '171756.819000', '171756.821000', '171756.824000', '171756.826000', '171756.829000', '171756.832000', '171756.834000', '171756.837000', '171756.840000', '171756.842000', '171756.845000', '171756.848000', '171756.850000', '171756.853000', '171756.855000', '171756.858000', '171756.861000', '171756.863000', '171756.866000', '171756.869000', '171756.871000', '171756.874000', '171756.877000', '171756.879000', '171756.882000', '171756.885000', '171756.887000', '171756.890000', '171816.776000', '171816.780000', '171816.782000', '171816.786000', '171816.789000', '171816.792000', '171816.794000', '171816.797000', '171816.799000', '171816.802000', '171816.805000', '171816.807000', '171816.810000', '171816.813000', '171816.815000', '171816.818000', '171816.820000', '171816.823000', '171816.826000', '171816.828000', '171816.831000', '171816.833000', '171816.836000', '171816.839000', '171816.841000', '171816.844000', '171816.847000', '171816.849000', '171816.852000', '171816.866000', '171816.869000', '171816.871000', '171816.874000', '171816.877000', '171816.879000', '171816.882000', '171816.884000', '171816.887000', '171816.889000', '171816.892000', '171816.895000', '171816.897000', '171816.900000', '171836.777000', '171836.779000', '171836.782000', '171836.785000', '171836.787000', '171836.790000', '171836.793000', '171836.795000', '171836.798000', '171836.800000', '171836.803000', '171836.806000', '171836.808000', '171836.811000', '171836.814000', '171836.816000', '171836.819000', '171836.821000', '171836.824000', '171836.827000', '171836.829000', '171836.832000', '171836.834000', '171836.837000', '171836.840000', '171836.842000', '171836.845000', '171836.847000', '171836.850000', '171836.853000', '171836.855000', '171836.858000', '171836.860000', '171836.863000', '171836.866000', '171836.868000', '171836.871000', '171836.873000', '171836.876000', '171836.879000', '171836.881000', '171836.884000', '171836.887000', '171836.889000', '171852.286000', '171852.289000', '171852.292000', '171852.294000', '171852.297000', '171852.300000', '171852.303000', '171852.306000', '171852.308000', '171852.311000', '171852.314000', '171852.317000', '171852.320000', '171852.323000', '171852.326000', '171852.328000', '171852.331000', '171852.334000', '171852.337000', '171852.340000', '171852.342000', '171852.345000', '171852.348000', '171852.351000', '171852.354000', '171852.357000', '171852.360000', '171852.363000', '171852.366000', '171852.369000', '171852.372000', '171852.374000', '171852.377000', '171852.380000'], 'InstanceCreationTime': ['171236.820000', '171236.823000', '171236.826000', '171236.829000', '171236.831000', '171236.834000', '171236.837000', '171236.841000', '171236.843000', '171236.846000', '171236.848000', '171236.851000', '171236.854000', '171236.856000', '171236.859000', '171236.861000', '171236.864000', '171236.867000', '171236.869000', '171236.872000', '171236.874000', '171236.877000', '171236.879000', '171236.882000', '171236.884000', '171236.887000', '171236.889000', '171236.892000', '171236.895000', '171236.897000', '171236.900000', '171236.903000', '171236.905000', '171236.908000', '171236.910000', '171236.913000', '171236.915000', '171236.918000', '171236.921000', '171236.923000', '171236.926000', '171236.928000', '171236.931000', '171236.934000', '171236.936000', '171236.939000', '171236.941000', '171236.944000', '171236.947000', '171236.949000', '171236.952000', '171236.955000', '171236.957000', '171236.960000', '171236.962000', '171256.776000', '171256.779000', '171256.782000', '171256.785000', '171256.787000', '171256.790000', '171256.792000', '171256.795000', '171256.797000', '171256.800000', '171256.802000', '171256.805000', '171256.808000', '171256.810000', '171256.813000', '171256.816000', '171256.818000', '171256.821000', '171256.823000', '171256.826000', '171256.834000', '171256.837000', '171256.840000', '171256.842000', '171256.845000', '171256.847000', '171256.850000', '171256.853000', '171256.855000', '171256.858000', '171256.861000', '171256.863000', '171256.866000', '171256.868000', '171256.871000', '171256.873000', '171256.876000', '171256.878000', '171256.881000', '171256.884000', '171256.886000', '171256.889000', '171256.891000', '171256.894000', '171316.777000', '171316.780000', '171316.782000', '171316.785000', '171316.787000', '171316.790000', '171316.792000', '171316.795000', '171316.798000', '171316.801000', '171316.803000', '171316.806000', '171316.808000', '171316.811000', '171316.814000', '171316.816000', '171316.819000', '171316.822000', '171316.824000', '171316.827000', '171316.830000', '171316.832000', '171316.835000', '171316.837000', '171316.840000', '171316.843000', '171316.845000', '171316.848000', '171316.850000', '171316.853000', '171316.856000', '171316.858000', '171316.861000', '171316.863000', '171316.866000', '171316.868000', '171316.871000', '171316.874000', '171316.876000', '171316.879000', '171316.881000', '171316.884000', '171316.887000', '171336.776000', '171336.779000', '171336.782000', '171336.786000', '171336.789000', '171336.791000', '171336.794000', '171336.796000', '171336.799000', '171336.802000', '171336.804000', '171336.807000', '171336.810000', '171336.812000', '171336.815000', '171336.817000', '171336.820000', '171336.823000', '171336.825000', '171336.828000', '171336.831000', '171336.833000', '171336.836000', '171336.839000', '171336.842000', '171336.844000', '171336.847000', '171336.849000', '171336.852000', '171336.855000', '171336.858000', '171336.860000', '171336.863000', '171336.865000', '171336.868000', '171336.871000', '171336.873000', '171336.876000', '171336.879000', '171336.881000', '171336.884000', '171336.886000', '171336.889000', '171356.777000', '171356.780000', '171356.782000', '171356.785000', '171356.788000', '171356.790000', '171356.800000', '171356.802000', '171356.805000', '171356.807000', '171356.810000', '171356.812000', '171356.839000', '171356.842000', '171356.845000', '171356.847000', '171356.850000', '171356.853000', '171356.855000', '171356.858000', '171356.860000', '171356.863000', '171356.866000', '171356.868000', '171356.871000', '171356.873000', '171356.876000', '171356.879000', '171356.881000', '171356.884000', '171356.886000', '171356.889000', '171356.891000', '171356.894000', '171356.897000', '171356.899000', '171356.902000', '171356.904000', '171356.907000', '171356.909000', '171356.912000', '171356.915000', '171356.917000', '171356.920000', '171416.776000', '171416.779000', '171416.782000', '171416.785000', '171416.787000', '171416.790000', '171416.793000', '171416.795000', '171416.798000', '171416.802000', '171416.805000', '171416.808000', '171416.810000', '171416.813000', '171416.815000', '171416.818000', '171416.821000', '171416.823000', '171416.826000', '171416.828000', '171416.831000', '171416.834000', '171416.836000', '171416.839000', '171416.841000', '171416.844000', '171416.847000', '171416.849000', '171416.852000', '171416.855000', '171416.857000', '171416.860000', '171416.862000', '171416.865000', '171416.868000', '171416.870000', '171416.873000', '171416.875000', '171416.878000', '171416.881000', '171416.883000', '171416.886000', '171416.888000', '171436.777000', '171436.779000', '171436.782000', '171436.784000', '171436.787000', '171436.790000', '171436.792000', '171436.795000', '171436.798000', '171436.800000', '171436.803000', '171436.805000', '171436.808000', '171436.811000', '171436.813000', '171436.816000', '171436.818000', '171436.821000', '171436.823000', '171436.826000', '171436.829000', '171436.831000', '171436.834000', '171436.837000', '171436.839000', '171436.842000', '171436.844000', '171436.847000', '171436.850000', '171436.852000', '171436.855000', '171436.857000', '171436.860000', '171436.863000', '171436.865000', '171436.868000', '171436.870000', '171436.873000', '171436.876000', '171436.878000', '171436.881000', '171436.883000', '171436.886000', '171436.889000', '171456.776000', '171456.779000', '171456.782000', '171456.784000', '171456.787000', '171456.790000', '171456.792000', '171456.795000', '171456.798000', '171456.800000', '171456.803000', '171456.805000', '171456.808000', '171456.810000', '171456.813000', '171456.816000', '171456.818000', '171456.821000', '171456.825000', '171456.828000', '171456.830000', '171456.833000', '171456.836000', '171456.838000', '171456.841000', '171456.843000', '171456.846000', '171456.849000', '171456.851000', '171456.854000', '171456.857000', '171456.859000', '171456.862000', '171456.865000', '171456.867000', '171456.870000', '171456.872000', '171456.881000', '171456.884000', '171456.886000', '171456.889000', '171456.891000', '171456.894000', '171516.776000', '171516.779000', '171516.782000', '171516.785000', '171516.787000', '171516.790000', '171516.793000', '171516.795000', '171516.798000', '171516.801000', '171516.803000', '171516.806000', '171516.808000', '171516.811000', '171516.818000', '171516.821000', '171516.824000', '171516.826000', '171516.829000', '171516.831000', '171516.834000', '171516.837000', '171516.839000', '171516.842000', '171516.845000', '171516.847000', '171516.850000', '171516.852000', '171516.855000', '171516.857000', '171516.860000', '171516.863000', '171516.865000', '171516.868000', '171516.870000', '171516.873000', '171516.876000', '171516.890000', '171516.892000', '171516.895000', '171516.898000', '171516.900000', '171516.903000', '171516.906000', '171536.776000', '171536.782000', '171536.785000', '171536.788000', '171536.790000', '171536.793000', '171536.795000', '171536.798000', '171536.801000', '171536.803000', '171536.806000', '171536.809000', '171536.811000', '171536.814000', '171536.817000', '171536.819000', '171536.822000', '171536.824000', '171536.827000', '171536.830000', '171536.832000', '171536.835000', '171536.838000', '171536.840000', '171536.843000', '171536.846000', '171536.848000', '171536.851000', '171536.853000', '171536.856000', '171536.859000', '171536.861000', '171536.864000', '171536.867000', '171536.869000', '171536.872000', '171536.874000', '171536.877000', '171536.879000', '171536.882000', '171536.885000', '171536.887000', '171536.890000', '171556.776000', '171556.779000', '171556.783000', '171556.785000', '171556.788000', '171556.791000', '171556.793000', '171556.796000', '171556.798000', '171556.801000', '171556.804000', '171556.806000', '171556.809000', '171556.811000', '171556.814000', '171556.817000', '171556.819000', '171556.822000', '171556.825000', '171556.827000', '171556.830000', '171556.832000', '171556.835000', '171556.838000', '171556.840000', '171556.843000', '171556.846000', '171556.848000', '171556.851000', '171556.853000', '171556.856000', '171556.858000', '171556.861000', '171556.864000', '171556.866000', '171556.869000', '171556.871000', '171556.874000', '171556.877000', '171556.879000', '171556.882000', '171556.885000', '171556.887000', '171556.890000', '171616.776000', '171616.779000', '171616.782000', '171616.784000', '171616.787000', '171616.790000', '171616.792000', '171616.795000', '171616.798000', '171616.800000', '171616.803000', '171616.805000', '171616.808000', '171616.811000', '171616.813000', '171616.816000', '171616.819000', '171616.821000', '171616.824000', '171616.826000', '171616.829000', '171616.832000', '171616.834000', '171616.837000', '171616.840000', '171616.842000', '171616.845000', '171616.847000', '171616.850000', '171616.853000', '171616.855000', '171616.858000', '171616.861000', '171616.864000', '171616.868000', '171616.871000', '171616.873000', '171616.876000', '171616.878000', '171616.881000', '171616.884000', '171616.886000', '171616.889000', '171636.777000', '171636.780000', '171636.782000', '171636.785000', '171636.787000', '171636.790000', '171636.793000', '171636.795000', '171636.798000', '171636.801000', '171636.803000', '171636.806000', '171636.808000', '171636.811000', '171636.814000', '171636.816000', '171636.819000', '171636.822000', '171636.824000', '171636.827000', '171636.829000', '171636.833000', '171636.836000', '171636.838000', '171636.841000', '171636.843000', '171636.846000', '171636.849000', '171636.851000', '171636.854000', '171636.856000', '171636.859000', '171636.861000', '171636.864000', '171636.867000', '171636.869000', '171636.872000', '171636.874000', '171636.877000', '171636.880000', '171636.882000', '171636.885000', '171636.888000', '171636.890000', '171656.776000', '171656.779000', '171656.782000', '171656.785000', '171656.788000', '171656.791000', '171656.793000', '171656.796000', '171656.798000', '171656.801000', '171656.804000', '171656.806000', '171656.809000', '171656.812000', '171656.814000', '171656.817000', '171656.819000', '171656.822000', '171656.840000', '171656.842000', '171656.845000', '171656.848000', '171656.850000', '171656.853000', '171656.855000', '171656.858000', '171656.861000', '171656.863000', '171656.866000', '171656.869000', '171656.871000', '171656.874000', '171656.878000', '171656.880000', '171656.883000', '171656.886000', '171656.889000', '171656.891000', '171656.894000', '171656.897000', '171656.899000', '171656.902000', '171656.904000', '171716.776000', '171716.779000', '171716.782000', '171716.785000', '171716.787000', '171716.790000', '171716.793000', '171716.795000', '171716.798000', '171716.801000', '171716.803000', '171716.806000', '171716.808000', '171716.811000', '171716.814000', '171716.816000', '171716.824000', '171716.826000', '171716.829000', '171716.832000', '171716.834000', '171716.837000', '171716.839000', '171716.842000', '171716.845000', '171716.847000', '171716.850000', '171716.852000', '171716.855000', '171716.858000', '171716.860000', '171716.863000', '171716.865000', '171716.868000', '171716.871000', '171716.873000', '171716.876000', '171716.878000', '171716.881000', '171716.884000', '171716.886000', '171716.889000', '171716.891000', '171716.894000', '171736.777000', '171736.779000', '171736.782000', '171736.785000', '171736.787000', '171736.790000', '171736.793000', '171736.795000', '171736.798000', '171736.801000', '171736.803000', '171736.806000', '171736.808000', '171736.811000', '171736.814000', '171736.816000', '171736.819000', '171736.821000', '171736.824000', '171736.827000', '171736.829000', '171736.832000', '171736.834000', '171736.837000', '171736.840000', '171736.842000', '171736.845000', '171736.847000', '171736.850000', '171736.853000', '171736.856000', '171736.858000', '171736.861000', '171736.863000', '171736.866000', '171736.869000', '171736.871000', '171736.874000', '171736.877000', '171736.879000', '171736.882000', '171736.885000', '171736.887000', '171756.776000', '171756.779000', '171756.782000', '171756.784000', '171756.787000', '171756.790000', '171756.792000', '171756.795000', '171756.798000', '171756.800000', '171756.803000', '171756.805000', '171756.808000', '171756.811000', '171756.813000', '171756.816000', '171756.819000', '171756.821000', '171756.824000', '171756.826000', '171756.829000', '171756.832000', '171756.834000', '171756.837000', '171756.840000', '171756.842000', '171756.845000', '171756.848000', '171756.850000', '171756.853000', '171756.855000', '171756.858000', '171756.861000', '171756.863000', '171756.866000', '171756.869000', '171756.871000', '171756.874000', '171756.877000', '171756.879000', '171756.882000', '171756.885000', '171756.887000', '171756.890000', '171816.776000', '171816.780000', '171816.782000', '171816.786000', '171816.789000', '171816.792000', '171816.794000', '171816.797000', '171816.799000', '171816.802000', '171816.805000', '171816.807000', '171816.810000', '171816.813000', '171816.815000', '171816.818000', '171816.820000', '171816.823000', '171816.826000', '171816.828000', '171816.831000', '171816.833000', '171816.836000', '171816.839000', '171816.841000', '171816.844000', '171816.847000', '171816.849000', '171816.852000', '171816.866000', '171816.869000', '171816.871000', '171816.874000', '171816.877000', '171816.879000', '171816.882000', '171816.884000', '171816.887000', '171816.889000', '171816.892000', '171816.895000', '171816.897000', '171816.900000', '171836.777000', '171836.779000', '171836.782000', '171836.785000', '171836.787000', '171836.790000', '171836.793000', '171836.795000', '171836.798000', '171836.800000', '171836.803000', '171836.806000', '171836.808000', '171836.811000', '171836.814000', '171836.816000', '171836.819000', '171836.821000', '171836.824000', '171836.827000', '171836.829000', '171836.832000', '171836.834000', '171836.837000', '171836.840000', '171836.842000', '171836.845000', '171836.847000', '171836.850000', '171836.853000', '171836.855000', '171836.858000', '171836.860000', '171836.863000', '171836.866000', '171836.868000', '171836.871000', '171836.873000', '171836.876000', '171836.879000', '171836.881000', '171836.884000', '171836.887000', '171836.889000', '171852.286000', '171852.289000', '171852.292000', '171852.294000', '171852.297000', '171852.300000', '171852.303000', '171852.306000', '171852.308000', '171852.311000', '171852.314000', '171852.317000', '171852.320000', '171852.323000', '171852.326000', '171852.328000', '171852.331000', '171852.334000', '171852.337000', '171852.340000', '171852.342000', '171852.345000', '171852.348000', '171852.351000', '171852.354000', '171852.357000', '171852.360000', '171852.363000', '171852.366000', '171852.369000', '171852.372000', '171852.374000', '171852.377000', '171852.380000'], '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': [7881, 7990, 7963, 7450, 7917, 8785, 7562, 8157, 7472, 7762, 7671, 7573, 8099, 7156, 7700, 7399, 7581, 9240, 7456, 9420, 7309, 7782, 7943, 7620, 7334, 7565, 7783, 7428, 7974, 7329, 7602, 7862, 7631, 7375, 7304, 7894, 7277, 7725, 7752, 7442, 7725, 7191, 7809, 7255, 7422, 7162, 7603, 7375, 7255, 7670, 7600, 7414, 7526, 7220, 7747, 7292, 8558, 7336, 8016, 7025, 7549, 7719, 7442, 7173, 7588, 7235, 7395, 7822, 7654, 7857, 7175, 7762, 7663, 7558, 7522, 7307, 7581, 7794, 7853, 7862, 7899, 8453, 7981, 8158, 7931, 7950, 7907, 8853, 7765, 8254, 7821, 8200, 7827, 7995, 7620, 7898, 8311, 7894, 8597, 7827, 8246, 7954, 7824, 7232, 7830, 7819, 7830, 8069, 7700, 8666, 7783, 8672, 7725, 8057, 7556, 7933, 8095, 7963, 7493, 7881, 7606, 7628, 8019, 8232, 7874, 8321, 7613, 8735, 7619, 8001, 7487, 7887, 8335, 7817, 7727, 7653, 7711, 7760, 8218, 8219, 7929, 7797, 7722, 7769, 7746, 7831, 7771, 7598, 7513, 7852, 7748, 7732, 7574, 7715, 7939, 7610, 7953, 7962, 7871, 7418, 7722, 7817, 7909, 8045, 7648, 8177, 7675, 7811, 8277, 7969, 8126, 7615, 7958, 7650, 7917, 8163, 7867, 7901, 7654, 8347, 7505, 9535, 7554, 7920, 7946, 7801, 7549, 7798, 7802, 7619, 8073, 7886, 7876, 7779, 7610, 8277, 7743, 7673, 8028, 7678, 9560, 7538, 7954, 8116, 7741, 7875, 7797, 8301, 7691, 10102, 7521, 8022, 7926, 7784, 7522, 7794, 7950, 7735, 7586, 7620, 8115, 7653, 7795, 7685, 7822, 9006, 8219, 7762, 7901, 7653, 7828, 7587, 7918, 8253, 7575, 8433, 7480, 7574, 7512, 7685, 7536, 7860, 7772, 7672, 8197, 7761, 7733, 7731, 7693, 8624, 7604, 8062, 7772, 7635, 9129, 7635, 8144, 7786, 7830, 7727, 7742, 7555, 7633, 7679, 8700, 7518, 7706, 10196, 7595, 7489, 7091, 7447, 7808, 7558, 8282, 7670, 8857, 7401, 9389, 7329, 7572, 10322, 7667, 8868, 7223, 7545, 8412, 7381, 10472, 7141, 10544, 7372, 10121, 7702, 7658, 7799, 7514, 7690, 7440, 7397, 7130, 7547, 7657, 7074, 8174, 7001, 7737, 7796, 7374, 7846, 7323, 7858, 7396, 8403, 7337, 7499, 7367, 7371, 7406, 7821, 7497, 7687, 7576, 7434, 7712, 7329, 7398, 7721, 7438, 9000, 7297, 7834, 7571, 7540, 7360, 7578, 7451, 7323, 8471, 7685, 7539, 7618, 7463, 7830, 7512, 7668, 7799, 7642, 7988, 7343, 9848, 7590, 7654, 7259, 7467, 7667, 7520, 8521, 7442, 9355, 7377, 7622, 7965, 7523, 7328, 7544, 7784, 7511, 7238, 7437, 7435, 7506, 7614, 7778, 7322, 7695, 7921, 7442, 7890, 7369, 9378, 7337, 7698, 7427, 7409, 7801, 7428, 8057, 7447, 7696, 7936, 7480, 7314, 7342, 8465, 7330, 9568, 7544, 7709, 7488, 7570, 7453, 7411, 7625, 7633, 7442, 7744, 7424, 7748, 7897, 7417, 7196, 7490, 7383, 7400, 7705, 7638, 7523, 7519, 7485, 7577, 7387, 7495, 7876, 7621, 7562, 7641, 7897, 7445, 7562, 7539, 7642, 7379, 7366, 7834, 7657, 7437, 7856, 7332, 7598, 7291, 7370, 7870, 7310, 7542, 7775, 7370, 9832, 7325, 7617, 7598, 7378, 7625, 7392, 7300, 7202, 7492, 7713, 7250, 9696, 7047, 7674, 7813, 7446, 7492, 7154, 7266, 7401, 7203, 7793, 7715, 7350, 7747, 7284, 8550, 7172, 9456, 7266, 7564, 7673, 7359, 7046, 7259, 7454, 7836, 7310, 7119, 7218, 7426, 7343, 8318, 7077, 8275, 7285, 7126, 8866, 7158, 7654, 7509, 7398, 7315, 7385, 7383, 7155, 7402, 7518, 7186, 6897, 7122, 7206, 7244, 7279, 7088, 7385, 7257, 7242, 7460, 7740, 7309, 7886, 7225, 7889, 7119, 7332, 7549, 6996, 9653, 7660, 7183, 7437, 7266, 7119, 7255, 7532, 7700, 7332, 7496, 7257, 7477, 7240, 7270, 7644, 7365, 9082, 7244, 7474, 7393, 7139, 7277, 7282, 7008, 7269, 7328, 6961, 7215, 7303, 7224, 7156, 7335, 7500, 7420, 7418, 7312, 7081, 7768, 7842, 7269, 7206, 7068, 8009, 6992, 7389, 8191, 7263, 8820, 7228, 7771, 7775, 7175, 7114, 7231, 7401, 7582, 7213, 7449, 7161, 7077, 7308, 7359, 7995, 7239, 7355, 7385, 6972, 7455, 7531, 7250, 7589, 7189, 7428, 7591, 7237, 7280, 7350, 7057, 7192, 7488, 7349, 7311, 7405, 7335, 7177, 8037, 7304, 7683, 8101, 6966, 8307, 6915, 7404, 7739, 7320, 9604, 8410, 7384, 7162, 6760, 7401, 8174, 7113, 7837, 6951, 9727, 6965, 10411, 7406, 9564, 7038, 6989, 7317, 7001, 7328, 7048, 7460, 7043, 7072, 9912, 7616, 7093, 7103, 6982, 6749, 6772, 7123, 6973, 6825, 7007, 6793, 6877, 6940, 7963, 7039, 8569, 7056, 7197, 7006, 7190, 7074, 7025, 7422, 6866, 7501, 6985, 6979, 7978, 6871, 9701, 7428, 6989, 7213, 7130, 7421, 7038, 7608, 7018, 7862, 7065, 7199, 7077, 6982, 7316, 7012, 7949, 7087, 7158, 7424, 6977, 8046, 7086, 7585, 7022, 8477, 6913, 7270, 7972, 7075, 6899, 7207, 7576, 7420, 7149, 6950, 7072, 7293, 7361, 7541, 7113, 9294, 6941, 10656, 7258, 7147, 7012, 7027, 7174, 7169, 6792, 7161, 7584, 7057, 7314, 7051, 7016, 7892, 7082, 9350, 6963, 7092, 7179, 7146, 7210, 7138, 8211, 6959, 9482, 6882, 9684, 7023, 8577, 6987, 7252, 8026, 7111, 7236, 7325, 6923, 7098, 7165, 7800, 7048, 8176, 6947, 7147, 6889, 7107, 6918, 8329, 7077, 8325, 7070, 7125, 7134, 6899, 6785, 7219, 6916, 7179, 7377, 6994, 6939, 7732, 7121, 8215, 6995, 7258, 7268, 7981, 7172, 10072, 7202, 10722, 8472, 7002, 7565, 7078, 6621, 7097, 7129, 7215, 6900, 7147, 7719, 7188, 6737, 6598, 6874, 6869, 6929, 7528, 6877, 6787, 7000, 6709, 7175, 6688, 6823, 6555, 6676, 7754, 6956, 8427, 6798, 7094, 7718, 6657, 8091, 6798, 7118, 7028, 6951, 7532, 6800, 7445, 6947, 6768, 6740, 6742, 6691, 7092, 6924, 6534, 7026, 7860, 6848, 8827, 6945, 9066, 6735, 6681, 6632, 6907, 7001, 6702, 6800, 6959, 6738, 9484, 6815, 6756, 7966, 6689, 8590, 6855, 10729, 6753, 6574, 7678, 6629, 6732, 6732, 6918, 7018], 'WindowCenter': [3873.0, 3858.0, 3855.0, 3843.0, 3842.0, 3852.0, 3841.0, 3829.0, 3828.0, 3827.0, 3827.0, 3828.0, 3839.0, 3830.0, 3829.0, 3829.0, 3829.0, 3838.0, 3818.0, 3849.0, 3817.0, 3816.0, 3826.0, 3815.0, 3815.0, 3816.0, 3815.0, 3816.0, 3827.0, 3817.0, 3826.0, 3826.0, 3826.0, 3815.0, 3816.0, 3825.0, 3816.0, 3826.0, 3826.0, 3815.0, 3815.0, 3815.0, 3815.0, 3816.0, 3827.0, 3816.0, 3827.0, 3827.0, 3829.0, 3828.0, 3828.0, 3827.0, 3827.0, 3827.0, 3826.0, 3816.0, 3836.0, 3816.0, 3825.0, 3815.0, 3815.0, 3814.0, 3815.0, 3815.0, 3815.0, 3815.0, 3815.0, 3825.0, 3826.0, 3827.0, 3817.0, 3828.0, 3829.0, 3828.0, 3829.0, 3827.0, 3827.0, 3827.0, 3838.0, 3838.0, 3838.0, 3839.0, 3838.0, 3827.0, 3827.0, 3826.0, 3827.0, 3838.0, 3827.0, 3826.0, 3826.0, 3825.0, 3815.0, 3825.0, 3826.0, 3826.0, 3838.0, 3826.0, 3836.0, 3826.0, 3836.0, 3826.0, 3827.0, 3828.0, 3828.0, 3828.0, 3828.0, 3827.0, 3827.0, 3837.0, 3827.0, 3837.0, 3827.0, 3826.0, 3826.0, 3825.0, 3826.0, 3826.0, 3816.0, 3826.0, 3826.0, 3827.0, 3827.0, 3837.0, 3827.0, 3827.0, 3826.0, 3836.0, 3826.0, 3825.0, 3816.0, 3826.0, 3826.0, 3814.0, 3814.0, 3814.0, 3814.0, 3826.0, 3836.0, 3837.0, 3826.0, 3826.0, 3826.0, 3826.0, 3828.0, 3827.0, 3828.0, 3826.0, 3827.0, 3838.0, 3827.0, 3828.0, 3827.0, 3828.0, 3827.0, 3827.0, 3827.0, 3826.0, 3826.0, 3816.0, 3827.0, 3826.0, 3827.0, 3826.0, 3827.0, 3837.0, 3828.0, 3827.0, 3838.0, 3826.0, 3826.0, 3826.0, 3826.0, 3827.0, 3826.0, 3826.0, 3825.0, 3825.0, 3815.0, 3824.0, 3815.0, 3835.0, 3814.0, 3824.0, 3824.0, 3813.0, 3813.0, 3825.0, 3824.0, 3826.0, 3825.0, 3826.0, 3825.0, 3826.0, 3826.0, 3825.0, 3826.0, 3827.0, 3827.0, 3827.0, 3837.0, 3826.0, 3826.0, 3825.0, 3815.0, 3826.0, 3825.0, 3826.0, 3826.0, 3846.0, 3815.0, 3814.0, 3814.0, 3814.0, 3825.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3836.0, 3826.0, 3825.0, 3825.0, 3826.0, 3826.0, 3827.0, 3826.0, 3826.0, 3825.0, 3825.0, 3815.0, 3814.0, 3815.0, 3825.0, 3825.0, 3826.0, 3825.0, 3826.0, 3836.0, 3827.0, 3827.0, 3827.0, 3826.0, 3836.0, 3826.0, 3825.0, 3826.0, 3826.0, 3836.0, 3825.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3827.0, 3828.0, 3827.0, 3838.0, 3827.0, 3826.0, 3847.0, 3826.0, 3827.0, 3816.0, 3827.0, 3827.0, 3828.0, 3837.0, 3828.0, 3837.0, 3816.0, 3836.0, 3815.0, 3825.0, 3846.0, 3814.0, 3823.0, 3802.0, 3812.0, 3812.0, 3801.0, 3832.0, 3789.0, 3820.0, 3799.0, 3819.0, 3798.0, 3797.0, 3797.0, 3798.0, 3799.0, 3800.0, 3800.0, 3802.0, 3812.0, 3813.0, 3802.0, 3812.0, 3802.0, 3812.0, 3812.0, 3812.0, 3823.0, 3812.0, 3823.0, 3813.0, 3823.0, 3813.0, 3812.0, 3812.0, 3812.0, 3813.0, 3813.0, 3814.0, 3824.0, 3824.0, 3815.0, 3825.0, 3826.0, 3826.0, 3826.0, 3815.0, 3836.0, 3815.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3815.0, 3825.0, 3825.0, 3824.0, 3824.0, 3825.0, 3825.0, 3826.0, 3826.0, 3827.0, 3827.0, 3838.0, 3827.0, 3847.0, 3826.0, 3825.0, 3815.0, 3815.0, 3814.0, 3826.0, 3825.0, 3815.0, 3836.0, 3815.0, 3814.0, 3824.0, 3824.0, 3814.0, 3825.0, 3814.0, 3815.0, 3826.0, 3826.0, 3815.0, 3816.0, 3826.0, 3826.0, 3826.0, 3826.0, 3827.0, 3826.0, 3827.0, 3827.0, 3836.0, 3815.0, 3814.0, 3814.0, 3814.0, 3825.0, 3816.0, 3826.0, 3815.0, 3825.0, 3825.0, 3815.0, 3815.0, 3815.0, 3826.0, 3816.0, 3835.0, 3814.0, 3813.0, 3813.0, 3813.0, 3813.0, 3814.0, 3825.0, 3825.0, 3814.0, 3815.0, 3815.0, 3825.0, 3825.0, 3815.0, 3815.0, 3826.0, 3827.0, 3827.0, 3826.0, 3826.0, 3825.0, 3815.0, 3815.0, 3826.0, 3816.0, 3815.0, 3826.0, 3826.0, 3826.0, 3827.0, 3826.0, 3828.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3826.0, 3827.0, 3828.0, 3838.0, 3828.0, 3827.0, 3827.0, 3827.0, 3826.0, 3827.0, 3827.0, 3827.0, 3827.0, 3847.0, 3816.0, 3826.0, 3825.0, 3815.0, 3825.0, 3816.0, 3815.0, 3816.0, 3815.0, 3826.0, 3814.0, 3835.0, 3815.0, 3824.0, 3825.0, 3815.0, 3815.0, 3816.0, 3826.0, 3826.0, 3827.0, 3826.0, 3826.0, 3826.0, 3826.0, 3815.0, 3836.0, 3815.0, 3835.0, 3814.0, 3814.0, 3814.0, 3814.0, 3815.0, 3815.0, 3815.0, 3826.0, 3815.0, 3815.0, 3816.0, 3815.0, 3815.0, 3825.0, 3815.0, 3825.0, 3814.0, 3814.0, 3824.0, 3803.0, 3813.0, 3814.0, 3815.0, 3826.0, 3827.0, 3826.0, 3816.0, 3826.0, 3826.0, 3816.0, 3816.0, 3816.0, 3815.0, 3827.0, 3826.0, 3816.0, 3827.0, 3816.0, 3827.0, 3827.0, 3826.0, 3815.0, 3825.0, 3815.0, 3824.0, 3815.0, 3814.0, 3815.0, 3814.0, 3835.0, 3814.0, 3814.0, 3814.0, 3815.0, 3814.0, 3827.0, 3826.0, 3826.0, 3815.0, 3815.0, 3816.0, 3815.0, 3816.0, 3816.0, 3826.0, 3815.0, 3836.0, 3815.0, 3815.0, 3815.0, 3815.0, 3815.0, 3827.0, 3815.0, 3826.0, 3816.0, 3816.0, 3815.0, 3815.0, 3815.0, 3814.0, 3815.0, 3826.0, 3827.0, 3827.0, 3828.0, 3828.0, 3827.0, 3827.0, 3816.0, 3815.0, 3815.0, 3825.0, 3815.0, 3815.0, 3825.0, 3814.0, 3824.0, 3813.0, 3814.0, 3825.0, 3815.0, 3815.0, 3826.0, 3815.0, 3826.0, 3825.0, 3814.0, 3815.0, 3814.0, 3815.0, 3815.0, 3825.0, 3814.0, 3814.0, 3815.0, 3815.0, 3816.0, 3825.0, 3815.0, 3814.0, 3815.0, 3814.0, 3814.0, 3813.0, 3814.0, 3815.0, 3814.0, 3814.0, 3814.0, 3814.0, 3826.0, 3815.0, 3826.0, 3830.0, 3827.0, 3828.0, 3827.0, 3826.0, 3815.0, 3825.0, 3815.0, 3815.0, 3825.0, 3814.0, 3834.0, 3825.0, 3814.0, 3814.0, 3805.0, 3814.0, 3825.0, 3814.0, 3815.0, 3804.0, 3834.0, 3803.0, 3845.0, 3802.0, 3822.0, 3801.0, 3800.0, 3800.0, 3801.0, 3801.0, 3802.0, 3801.0, 3813.0, 3813.0, 3833.0, 3812.0, 3801.0, 3800.0, 3801.0, 3790.0, 3801.0, 3801.0, 3802.0, 3790.0, 3801.0, 3790.0, 3790.0, 3801.0, 3811.0, 3800.0, 3821.0, 3801.0, 3801.0, 3802.0, 3813.0, 3813.0, 3814.0, 3814.0, 3804.0, 3813.0, 3803.0, 3814.0, 3813.0, 3802.0, 3833.0, 3802.0, 3802.0, 3813.0, 3814.0, 3814.0, 3815.0, 3814.0, 3815.0, 3813.0, 3803.0, 3803.0, 3803.0, 3803.0, 3814.0, 3803.0, 3813.0, 3803.0, 3803.0, 3814.0, 3813.0, 3824.0, 3814.0, 3825.0, 3814.0, 3823.0, 3803.0, 3813.0, 3824.0, 3814.0, 3815.0, 3815.0, 3826.0, 3816.0, 3816.0, 3815.0, 3816.0, 3815.0, 3816.0, 3825.0, 3815.0, 3836.0, 3815.0, 3845.0, 3813.0, 3803.0, 3803.0, 3814.0, 3813.0, 3815.0, 3804.0, 3815.0, 3814.0, 3815.0, 3814.0, 3804.0, 3804.0, 3825.0, 3814.0, 3834.0, 3803.0, 3803.0, 3814.0, 3815.0, 3815.0, 3816.0, 3825.0, 3816.0, 3835.0, 3804.0, 3834.0, 3803.0, 3823.0, 3803.0, 3812.0, 3824.0, 3813.0, 3814.0, 3815.0, 3815.0, 3817.0, 3817.0, 3827.0, 3816.0, 3837.0, 3816.0, 3816.0, 3816.0, 3816.0, 3816.0, 3825.0, 3816.0, 3825.0, 3816.0, 3814.0, 3804.0, 3804.0, 3804.0, 3814.0, 3815.0, 3816.0, 3827.0, 3828.0, 3829.0, 3839.0, 3829.0, 3839.0, 3818.0, 3828.0, 3828.0, 3827.0, 3817.0, 3848.0, 3817.0, 3847.0, 3826.0, 3805.0, 3815.0, 3804.0, 3804.0, 3815.0, 3815.0, 3815.0, 3815.0, 3817.0, 3826.0, 3816.0, 3816.0, 3816.0, 3816.0, 3805.0, 3817.0, 3826.0, 3816.0, 3805.0, 3816.0, 3806.0, 3816.0, 3817.0, 3816.0, 3807.0, 3817.0, 3815.0, 3815.0, 3825.0, 3805.0, 3815.0, 3815.0, 3804.0, 3825.0, 3804.0, 3803.0, 3804.0, 3804.0, 3826.0, 3805.0, 3815.0, 3815.0, 3805.0, 3805.0, 3816.0, 3816.0, 3816.0, 3817.0, 3806.0, 3817.0, 3827.0, 3817.0, 3837.0, 3817.0, 3838.0, 3817.0, 3805.0, 3805.0, 3815.0, 3830.0, 3817.0, 3816.0, 3816.0, 3806.0, 3836.0, 3805.0, 3804.0, 3825.0, 3804.0, 3825.0, 3805.0, 3845.0, 3804.0, 3803.0, 3813.0, 3803.0, 3804.0, 3805.0, 3814.0, 3814.0], 'WindowWidth': [8687.0, 8657.0, 8646.0, 8624.0, 8622.0, 8634.0, 8617.0, 8595.0, 8591.0, 8591.0, 8589.0, 8593.0, 8608.0, 8600.0, 8595.0, 8594.0, 8595.0, 8605.0, 8579.0, 8621.0, 8577.0, 8571.0, 8584.0, 8569.0, 8571.0, 8572.0, 8570.0, 8574.0, 8589.0, 8575.0, 8585.0, 8585.0, 8584.0, 8569.0, 8572.0, 8584.0, 8572.0, 8587.0, 8587.0, 8570.0, 8570.0, 8572.0, 8569.0, 8573.0, 8590.0, 8575.0, 8589.0, 8589.0, 8595.0, 8593.0, 8591.0, 8589.0, 8588.0, 8589.0, 8586.0, 8575.0, 8599.0, 8575.0, 8583.0, 8571.0, 8569.0, 8568.0, 8569.0, 8571.0, 8570.0, 8569.0, 8571.0, 8585.0, 8588.0, 8589.0, 8576.0, 8595.0, 8596.0, 8593.0, 8598.0, 8592.0, 8588.0, 8590.0, 8606.0, 8606.0, 8607.0, 8609.0, 8607.0, 8591.0, 8591.0, 8588.0, 8592.0, 8606.0, 8590.0, 8585.0, 8585.0, 8583.0, 8570.0, 8584.0, 8587.0, 8589.0, 8605.0, 8587.0, 8600.0, 8588.0, 8601.0, 8589.0, 8592.0, 8595.0, 8595.0, 8593.0, 8594.0, 8590.0, 8591.0, 8602.0, 8591.0, 8601.0, 8590.0, 8585.0, 8586.0, 8585.0, 8587.0, 8587.0, 8574.0, 8587.0, 8587.0, 8590.0, 8589.0, 8603.0, 8590.0, 8589.0, 8587.0, 8601.0, 8586.0, 8584.0, 8573.0, 8586.0, 8586.0, 8569.0, 8569.0, 8568.0, 8567.0, 8586.0, 8600.0, 8602.0, 8586.0, 8588.0, 8588.0, 8588.0, 8593.0, 8591.0, 8592.0, 8587.0, 8592.0, 8605.0, 8590.0, 8594.0, 8590.0, 8594.0, 8592.0, 8592.0, 8589.0, 8588.0, 8587.0, 8574.0, 8590.0, 8588.0, 8591.0, 8589.0, 8591.0, 8605.0, 8594.0, 8590.0, 8605.0, 8587.0, 8586.0, 8587.0, 8588.0, 8589.0, 8587.0, 8587.0, 8584.0, 8585.0, 8570.0, 8581.0, 8572.0, 8596.0, 8568.0, 8579.0, 8580.0, 8565.0, 8566.0, 8584.0, 8582.0, 8588.0, 8586.0, 8587.0, 8586.0, 8586.0, 8587.0, 8586.0, 8587.0, 8590.0, 8591.0, 8589.0, 8602.0, 8587.0, 8585.0, 8585.0, 8571.0, 8585.0, 8585.0, 8586.0, 8587.0, 8613.0, 8571.0, 8566.0, 8566.0, 8568.0, 8584.0, 8587.0, 8587.0, 8588.0, 8586.0, 8587.0, 8584.0, 8585.0, 8586.0, 8586.0, 8586.0, 8599.0, 8585.0, 8584.0, 8584.0, 8588.0, 8587.0, 8592.0, 8588.0, 8589.0, 8584.0, 8583.0, 8571.0, 8569.0, 8571.0, 8585.0, 8585.0, 8587.0, 8585.0, 8589.0, 8602.0, 8592.0, 8590.0, 8591.0, 8589.0, 8599.0, 8586.0, 8584.0, 8587.0, 8586.0, 8600.0, 8585.0, 8582.0, 8584.0, 8587.0, 8586.0, 8589.0, 8590.0, 8594.0, 8593.0, 8607.0, 8591.0, 8586.0, 8616.0, 8587.0, 8589.0, 8576.0, 8592.0, 8590.0, 8594.0, 8603.0, 8593.0, 8604.0, 8574.0, 8599.0, 8572.0, 8583.0, 8612.0, 8566.0, 8577.0, 8547.0, 8560.0, 8561.0, 8544.0, 8586.0, 8525.0, 8567.0, 8538.0, 8563.0, 8533.0, 8530.0, 8532.0, 8534.0, 8537.0, 8543.0, 8541.0, 8548.0, 8563.0, 8564.0, 8549.0, 8561.0, 8547.0, 8560.0, 8561.0, 8561.0, 8577.0, 8562.0, 8578.0, 8564.0, 8577.0, 8563.0, 8561.0, 8563.0, 8561.0, 8565.0, 8565.0, 8568.0, 8582.0, 8583.0, 8572.0, 8585.0, 8587.0, 8588.0, 8589.0, 8573.0, 8598.0, 8570.0, 8567.0, 8566.0, 8566.0, 8567.0, 8568.0, 8569.0, 8571.0, 8583.0, 8584.0, 8582.0, 8582.0, 8585.0, 8585.0, 8588.0, 8588.0, 8590.0, 8590.0, 8607.0, 8592.0, 8615.0, 8587.0, 8584.0, 8569.0, 8571.0, 8569.0, 8586.0, 8583.0, 8572.0, 8600.0, 8570.0, 8567.0, 8580.0, 8581.0, 8567.0, 8583.0, 8567.0, 8571.0, 8587.0, 8589.0, 8573.0, 8574.0, 8588.0, 8587.0, 8588.0, 8588.0, 8589.0, 8588.0, 8592.0, 8590.0, 8600.0, 8571.0, 8568.0, 8568.0, 8568.0, 8584.0, 8574.0, 8587.0, 8572.0, 8585.0, 8585.0, 8570.0, 8571.0, 8571.0, 8586.0, 8573.0, 8595.0, 8568.0, 8564.0, 8563.0, 8564.0, 8564.0, 8569.0, 8586.0, 8585.0, 8569.0, 8570.0, 8570.0, 8583.0, 8584.0, 8570.0, 8572.0, 8589.0, 8590.0, 8590.0, 8586.0, 8587.0, 8585.0, 8572.0, 8573.0, 8588.0, 8576.0, 8573.0, 8587.0, 8587.0, 8587.0, 8590.0, 8589.0, 8593.0, 8593.0, 8592.0, 8591.0, 8590.0, 8592.0, 8589.0, 8593.0, 8594.0, 8607.0, 8594.0, 8591.0, 8590.0, 8590.0, 8587.0, 8590.0, 8589.0, 8592.0, 8590.0, 8616.0, 8574.0, 8586.0, 8585.0, 8572.0, 8585.0, 8574.0, 8572.0, 8574.0, 8573.0, 8586.0, 8569.0, 8597.0, 8570.0, 8582.0, 8583.0, 8571.0, 8572.0, 8574.0, 8588.0, 8589.0, 8589.0, 8589.0, 8588.0, 8588.0, 8588.0, 8572.0, 8600.0, 8570.0, 8595.0, 8568.0, 8567.0, 8567.0, 8567.0, 8572.0, 8573.0, 8572.0, 8588.0, 8572.0, 8571.0, 8574.0, 8570.0, 8573.0, 8583.0, 8570.0, 8582.0, 8569.0, 8567.0, 8581.0, 8553.0, 8566.0, 8568.0, 8571.0, 8588.0, 8591.0, 8587.0, 8575.0, 8587.0, 8588.0, 8574.0, 8576.0, 8576.0, 8573.0, 8590.0, 8589.0, 8575.0, 8589.0, 8574.0, 8591.0, 8589.0, 8588.0, 8572.0, 8584.0, 8570.0, 8582.0, 8570.0, 8570.0, 8570.0, 8569.0, 8597.0, 8569.0, 8568.0, 8567.0, 8572.0, 8569.0, 8589.0, 8587.0, 8587.0, 8573.0, 8572.0, 8574.0, 8573.0, 8574.0, 8573.0, 8587.0, 8571.0, 8599.0, 8572.0, 8571.0, 8570.0, 8572.0, 8570.0, 8589.0, 8573.0, 8589.0, 8574.0, 8575.0, 8572.0, 8571.0, 8570.0, 8568.0, 8571.0, 8587.0, 8590.0, 8592.0, 8594.0, 8595.0, 8591.0, 8591.0, 8573.0, 8572.0, 8571.0, 8582.0, 8572.0, 8569.0, 8584.0, 8566.0, 8579.0, 8566.0, 8566.0, 8583.0, 8573.0, 8572.0, 8587.0, 8571.0, 8586.0, 8585.0, 8568.0, 8572.0, 8568.0, 8572.0, 8570.0, 8584.0, 8568.0, 8568.0, 8572.0, 8570.0, 8573.0, 8583.0, 8571.0, 8568.0, 8569.0, 8566.0, 8565.0, 8565.0, 8567.0, 8571.0, 8569.0, 8570.0, 8568.0, 8569.0, 8586.0, 8571.0, 8588.0, 8601.0, 8592.0, 8593.0, 8590.0, 8586.0, 8569.0, 8582.0, 8569.0, 8571.0, 8584.0, 8567.0, 8593.0, 8582.0, 8566.0, 8568.0, 8556.0, 8568.0, 8583.0, 8568.0, 8569.0, 8552.0, 8593.0, 8550.0, 8607.0, 8548.0, 8571.0, 8543.0, 8542.0, 8542.0, 8544.0, 8543.0, 8548.0, 8546.0, 8565.0, 8564.0, 8590.0, 8560.0, 8544.0, 8542.0, 8543.0, 8527.0, 8545.0, 8543.0, 8546.0, 8529.0, 8544.0, 8527.0, 8528.0, 8543.0, 8557.0, 8541.0, 8570.0, 8544.0, 8543.0, 8547.0, 8564.0, 8564.0, 8569.0, 8566.0, 8554.0, 8564.0, 8552.0, 8568.0, 8564.0, 8547.0, 8588.0, 8547.0, 8548.0, 8563.0, 8568.0, 8567.0, 8570.0, 8566.0, 8568.0, 8564.0, 8551.0, 8549.0, 8549.0, 8549.0, 8565.0, 8550.0, 8563.0, 8550.0, 8550.0, 8565.0, 8565.0, 8580.0, 8567.0, 8584.0, 8566.0, 8577.0, 8550.0, 8563.0, 8580.0, 8567.0, 8571.0, 8572.0, 8585.0, 8573.0, 8573.0, 8572.0, 8572.0, 8570.0, 8573.0, 8583.0, 8570.0, 8599.0, 8569.0, 8606.0, 8564.0, 8549.0, 8549.0, 8566.0, 8565.0, 8571.0, 8553.0, 8570.0, 8569.0, 8569.0, 8567.0, 8553.0, 8552.0, 8582.0, 8567.0, 8594.0, 8551.0, 8552.0, 8567.0, 8570.0, 8570.0, 8575.0, 8584.0, 8571.0, 8595.0, 8553.0, 8591.0, 8550.0, 8576.0, 8552.0, 8561.0, 8581.0, 8565.0, 8566.0, 8572.0, 8571.0, 8578.0, 8577.0, 8591.0, 8575.0, 8603.0, 8575.0, 8573.0, 8574.0, 8575.0, 8573.0, 8584.0, 8571.0, 8582.0, 8572.0, 8568.0, 8554.0, 8552.0, 8553.0, 8568.0, 8569.0, 8575.0, 8589.0, 8594.0, 8596.0, 8610.0, 8596.0, 8608.0, 8580.0, 8592.0, 8594.0, 8590.0, 8578.0, 8617.0, 8577.0, 8614.0, 8586.0, 8555.0, 8568.0, 8552.0, 8553.0, 8569.0, 8568.0, 8570.0, 8571.0, 8575.0, 8587.0, 8574.0, 8572.0, 8572.0, 8573.0, 8558.0, 8576.0, 8586.0, 8574.0, 8556.0, 8572.0, 8559.0, 8573.0, 8577.0, 8573.0, 8563.0, 8576.0, 8571.0, 8571.0, 8582.0, 8557.0, 8569.0, 8570.0, 8554.0, 8581.0, 8553.0, 8550.0, 8553.0, 8553.0, 8585.0, 8557.0, 8570.0, 8571.0, 8556.0, 8556.0, 8573.0, 8574.0, 8575.0, 8576.0, 8562.0, 8577.0, 8590.0, 8576.0, 8602.0, 8576.0, 8605.0, 8576.0, 8557.0, 8556.0, 8569.0, 8602.0, 8579.0, 8572.0, 8573.0, 8559.0, 8599.0, 8556.0, 8554.0, 8583.0, 8554.0, 8583.0, 8556.0, 8608.0, 8552.0, 8550.0, 8563.0, 8549.0, 8554.0, 8557.0, 8569.0, 8568.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.002003878020713464</td></tr>
<tr><td colspan=3>aqi</td><td>0.023192044649021866</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.40302407792627</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.127574138640553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9806068287672827</td></tr>
<tr><td colspan=3>efc</td><td>0.445</td></tr>
<tr><td colspan=3>fber</td><td>7515.8174</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.054299531789888514</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9205983889528193</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5174651097357175</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.433521396525783</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802051751375698</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.31682218130567</td></tr>
<tr><td colspan=3>gcor</td><td>0.00629355</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01564747653901577</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019628437235951424</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.675607804192725</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.2517</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.9685</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.7315</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308484.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>665.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.0483</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8934</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.4166</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3061.4151</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3300.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>840.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.8041</td></tr>
<tr><td colspan=3>tsnr</td><td>42.324285465758294</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>