<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-01/func/sub-0005_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>bb02ff6c754bb87d91626b9ec5700375</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>15:32:3.637500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999449, 0.0189586, -0.0272404, -0.0200629, 0.998964, -0.0408536]</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.0795652</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7753, -7253, 481, -78, -10, -75, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>26010f5b-6ade-4e7a-a6f9-6dea3a45fcea||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814489364624023, -0.05382716655731201, -0.07138160616159439, 118.90250396728516], [-0.05086447671055794, 2.6801464557647705, -0.11171967536211014, -88.51456451416016], [-0.07308396697044373, 0.10960733145475388, 2.6967432498931885, -50.972007751464844], [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': ['153203.637500', '153204.097500', '153204.557500', '153205.017500', '153205.477500', '153205.937500', '153206.397500', '153206.857500', '153207.317500', '153207.777500', '153208.237500', '153208.697500', '153209.157500', '153209.617500', '153210.077500', '153210.537500', '153210.997500', '153211.457500', '153211.917500', '153212.377500', '153212.837500', '153213.297500', '153213.757500', '153214.217500', '153214.677500', '153215.137500', '153215.597500', '153216.057500', '153216.517500', '153216.977500', '153217.437500', '153217.897500', '153218.357500', '153218.817500', '153219.277500', '153219.737500', '153220.197500', '153220.657500', '153221.117500', '153221.577500', '153222.037500', '153222.497500', '153222.957500', '153223.417500', '153223.877500', '153224.337500', '153224.797500', '153225.257500', '153225.717500', '153226.177500', '153226.637500', '153227.097500', '153227.557500', '153228.017500', '153228.477500', '153228.937500', '153229.397500', '153229.857500', '153230.317500', '153230.777500', '153231.237500', '153231.697500', '153232.157500', '153232.617500', '153233.077500', '153233.537500', '153233.997500', '153234.457500', '153234.917500', '153235.377500', '153235.837500', '153236.297500', '153236.757500', '153237.217500', '153237.677500', '153238.137500', '153238.597500', '153239.057500', '153239.517500', '153239.977500', '153240.437500', '153240.897500', '153241.357500', '153241.817500', '153242.277500', '153242.737500', '153243.197500', '153243.657500', '153244.117500', '153244.577500', '153245.037500', '153245.497500', '153245.957500', '153246.417500', '153246.877500', '153247.337500', '153247.797500', '153248.257500', '153248.717500', '153249.177500', '153249.637500', '153250.097500', '153250.557500', '153251.017500', '153251.477500', '153251.937500', '153252.397500', '153252.857500', '153253.317500', '153253.777500', '153254.237500', '153254.697500', '153255.157500', '153255.617500', '153256.077500', '153256.537500', '153256.997500', '153257.457500', '153257.917500', '153258.377500', '153258.837500', '153259.297500', '153259.757500', '153300.217500', '153300.677500', '153301.137500', '153301.597500', '153302.057500', '153302.517500', '153302.977500', '153303.437500', '153303.897500', '153304.357500', '153304.817500', '153305.277500', '153305.737500', '153306.197500', '153306.657500', '153307.117500', '153307.577500', '153308.037500', '153308.497500', '153308.957500', '153309.417500', '153309.877500', '153310.337500', '153310.797500', '153311.257500', '153311.717500', '153312.177500', '153312.637500', '153313.097500', '153313.557500', '153314.017500', '153314.477500', '153314.937500', '153315.397500', '153315.857500', '153316.317500', '153316.777500', '153317.237500', '153317.697500', '153318.157500', '153318.617500', '153319.077500', '153319.537500', '153319.997500', '153320.457500', '153320.917500', '153321.377500', '153321.837500', '153322.297500', '153322.757500', '153323.217500', '153323.677500', '153324.137500', '153324.597500', '153325.057500', '153325.517500', '153325.977500', '153326.437500', '153326.897500', '153327.357500', '153327.817500', '153328.277500', '153328.737500', '153329.197500', '153329.657500', '153330.117500', '153330.577500', '153331.037500', '153331.497500', '153331.957500', '153332.417500', '153332.877500', '153333.337500', '153333.797500', '153334.257500', '153334.717500', '153335.177500', '153335.637500', '153336.097500', '153336.557500', '153337.017500', '153337.477500', '153337.937500', '153338.397500', '153338.857500', '153339.317500', '153339.777500', '153340.237500', '153340.697500', '153341.157500', '153341.617500', '153342.077500', '153342.537500', '153342.997500', '153343.457500', '153343.917500', '153344.377500', '153344.837500', '153345.297500', '153345.757500', '153346.217500', '153346.677500', '153347.137500', '153347.597500', '153348.057500', '153348.517500', '153348.977500', '153349.437500', '153349.897500', '153350.357500', '153350.817500', '153351.277500', '153351.737500', '153352.197500', '153352.657500', '153353.117500', '153353.577500', '153354.037500', '153354.497500', '153354.957500', '153355.417500', '153355.877500', '153356.337500', '153356.797500', '153357.257500', '153357.717500', '153358.177500', '153358.637500', '153359.097500', '153359.557500', '153400.017500', '153400.477500', '153400.937500', '153401.397500', '153401.857500', '153402.317500', '153402.777500', '153403.237500', '153403.697500', '153404.157500', '153404.617500', '153405.077500', '153405.537500', '153405.997500', '153406.457500', '153406.917500', '153407.377500', '153407.837500', '153408.297500', '153408.757500', '153409.217500', '153409.677500', '153410.137500', '153410.597500', '153411.057500', '153411.517500', '153411.977500', '153412.437500', '153412.897500', '153413.357500', '153413.817500', '153414.277500', '153414.737500', '153415.197500', '153415.657500', '153416.117500', '153416.577500', '153417.037500', '153417.497500', '153417.957500', '153418.417500', '153418.877500', '153419.337500', '153419.797500', '153420.257500', '153420.717500', '153421.177500', '153421.637500', '153422.097500', '153422.557500', '153423.017500', '153423.477500', '153423.937500', '153424.397500', '153424.857500', '153425.317500', '153425.777500', '153426.237500', '153426.697500', '153427.157500', '153427.617500', '153428.077500', '153428.537500', '153428.997500', '153429.457500', '153429.917500', '153430.377500', '153430.837500', '153431.297500', '153431.757500', '153432.217500', '153432.677500', '153433.137500', '153433.597500', '153434.057500', '153434.517500', '153434.977500', '153435.437500', '153435.897500', '153436.357500', '153436.817500', '153437.277500', '153437.737500', '153438.197500', '153438.657500', '153439.117500', '153439.577500', '153440.037500', '153440.497500', '153440.957500', '153441.417500', '153441.877500', '153442.337500', '153442.797500', '153443.257500', '153443.717500', '153444.177500', '153444.637500', '153445.097500', '153445.557500', '153446.017500', '153446.477500', '153446.937500', '153447.397500', '153447.857500', '153448.317500', '153448.777500', '153449.237500', '153449.697500', '153450.157500', '153450.617500', '153451.077500', '153451.537500', '153451.997500', '153452.457500', '153452.917500', '153453.377500', '153453.837500', '153454.297500', '153454.757500', '153455.217500', '153455.677500', '153456.137500', '153456.597500', '153457.057500', '153457.517500', '153457.977500', '153458.437500', '153458.897500', '153459.357500', '153459.817500', '153500.277500', '153500.737500', '153501.197500', '153501.657500', '153502.117500', '153502.577500', '153503.037500', '153503.497500', '153503.957500', '153504.417500', '153504.877500', '153505.337500', '153505.797500', '153506.257500', '153506.717500', '153507.177500', '153507.637500', '153508.097500', '153508.557500', '153509.017500', '153509.477500', '153509.937500', '153510.397500', '153510.857500', '153511.317500', '153511.777500', '153512.237500', '153512.697500', '153513.157500', '153513.617500', '153514.077500', '153514.537500', '153514.997500', '153515.457500', '153515.917500', '153516.377500', '153516.837500', '153517.297500', '153517.757500', '153518.217500', '153518.677500', '153519.137500', '153519.597500', '153520.057500', '153520.517500', '153520.977500', '153521.437500', '153521.897500', '153522.357500', '153522.817500', '153523.277500', '153523.737500', '153524.197500', '153524.657500', '153525.117500', '153525.577500', '153526.037500', '153526.497500', '153526.957500', '153527.417500', '153527.877500', '153528.337500', '153528.797500', '153529.257500', '153529.717500', '153530.177500', '153530.637500', '153531.097500', '153531.557500', '153532.017500', '153532.477500', '153532.937500', '153533.397500', '153533.857500', '153534.317500', '153534.777500', '153535.237500', '153535.697500', '153536.157500', '153536.617500', '153537.077500', '153537.537500', '153537.997500', '153538.457500', '153538.917500', '153539.377500', '153539.837500', '153540.297500', '153540.757500', '153541.217500', '153541.677500', '153542.137500', '153542.597500', '153543.057500', '153543.517500', '153543.977500', '153544.437500', '153544.897500', '153545.357500', '153545.817500', '153546.277500', '153546.737500', '153547.197500', '153547.657500', '153548.117500', '153548.577500', '153549.037500', '153549.497500', '153549.957500', '153550.417500', '153550.877500', '153551.337500', '153551.797500', '153552.257500', '153552.717500', '153553.177500', '153553.637500', '153554.097500', '153554.557500', '153555.017500', '153555.477500', '153555.937500', '153556.397500', '153556.857500', '153557.317500', '153557.777500', '153558.237500', '153558.697500', '153559.157500', '153559.617500', '153600.077500', '153600.537500', '153600.997500', '153601.457500', '153601.917500', '153602.377500', '153602.837500', '153603.297500', '153603.757500', '153604.217500', '153604.677500', '153605.137500', '153605.597500', '153606.057500', '153606.517500', '153606.977500', '153607.437500', '153607.897500', '153608.357500', '153608.817500', '153609.277500', '153609.737500', '153610.197500', '153610.657500', '153611.117500', '153611.577500', '153612.037500', '153612.497500', '153612.957500', '153613.417500', '153613.877500', '153614.337500', '153614.797500', '153615.257500', '153615.717500', '153616.177500', '153616.637500', '153617.097500', '153617.557500', '153618.017500', '153618.477500', '153618.937500', '153619.397500', '153619.857500', '153620.317500', '153620.777500', '153621.237500', '153621.697500', '153622.157500', '153622.617500', '153623.077500', '153623.537500', '153623.997500', '153624.457500', '153624.917500', '153625.377500', '153625.837500', '153626.297500', '153626.757500', '153627.217500', '153627.677500', '153628.137500', '153628.597500', '153629.057500', '153629.517500', '153629.977500', '153630.437500', '153630.897500', '153631.357500', '153631.817500', '153632.277500', '153632.737500', '153633.197500', '153633.657500', '153634.117500', '153634.577500', '153635.037500', '153635.497500', '153635.957500', '153636.417500', '153636.877500', '153637.337500', '153637.797500', '153638.257500', '153638.717500', '153639.177500', '153639.637500', '153640.097500', '153640.557500', '153641.017500', '153641.477500', '153641.937500', '153642.397500', '153642.857500', '153643.317500', '153643.777500', '153644.237500', '153644.697500', '153645.157500', '153645.617500', '153646.077500', '153646.537500', '153646.997500', '153647.457500', '153647.917500', '153648.377500', '153648.837500', '153649.297500', '153649.757500', '153650.217500', '153650.677500', '153651.137500', '153651.597500', '153652.057500', '153652.517500', '153652.977500', '153653.437500', '153653.897500', '153654.357500', '153654.817500', '153655.277500', '153655.737500', '153656.197500', '153656.657500', '153657.117500', '153657.577500', '153658.037500', '153658.497500', '153658.957500', '153659.417500', '153659.877500', '153700.337500', '153700.797500', '153701.257500', '153701.717500', '153702.177500', '153702.637500', '153703.097500', '153703.557500', '153704.017500', '153704.477500', '153704.937500', '153705.397500', '153705.857500', '153706.317500', '153706.777500', '153707.237500', '153707.697500', '153708.157500', '153708.617500', '153709.077500', '153709.537500', '153709.997500', '153710.457500', '153710.917500', '153711.377500', '153711.837500', '153712.297500', '153712.757500', '153713.217500', '153713.677500', '153714.137500', '153714.597500', '153715.057500', '153715.517500', '153715.977500', '153716.437500', '153716.897500', '153717.357500', '153717.817500', '153718.277500', '153718.737500', '153719.197500', '153719.657500', '153720.117500', '153720.577500', '153721.037500', '153721.497500', '153721.957500', '153722.417500', '153722.877500', '153723.337500', '153723.797500', '153724.257500', '153724.717500', '153725.177500', '153725.637500', '153726.097500', '153726.557500', '153727.017500', '153727.477500', '153727.937500', '153728.397500', '153728.857500', '153729.317500', '153729.777500', '153730.237500', '153730.697500', '153731.157500', '153731.617500', '153732.077500', '153732.537500', '153732.997500', '153733.457500', '153733.917500', '153734.377500', '153734.837500', '153735.297500', '153735.757500', '153736.217500', '153736.677500', '153737.137500', '153737.597500', '153738.057500', '153738.517500', '153738.977500', '153739.437500', '153739.897500', '153740.357500', '153740.817500', '153741.277500', '153741.737500', '153742.197500', '153742.657500', '153743.117500', '153743.577500', '153744.037500', '153744.497500', '153744.957500', '153745.417500', '153745.877500', '153746.337500', '153746.797500', '153747.257500', '153747.717500', '153748.177500', '153748.637500', '153749.097500', '153749.557500', '153750.017500', '153750.477500', '153750.937500', '153751.397500', '153751.857500', '153752.317500', '153752.777500', '153753.237500', '153753.697500', '153754.157500', '153754.617500', '153755.077500', '153755.537500', '153755.997500', '153756.457500', '153756.917500', '153757.377500', '153757.837500', '153758.297500', '153758.757500', '153759.217500', '153759.677500', '153800.137500', '153800.597500', '153801.057500', '153801.517500', '153801.977500', '153802.437500', '153802.897500', '153803.357500', '153803.817500', '153804.277500', '153804.737500', '153805.197500', '153805.657500', '153806.117500', '153806.577500', '153807.037500', '153807.497500', '153807.957500', '153808.417500', '153808.877500', '153809.337500', '153809.797500', '153810.257500', '153810.717500', '153811.177500', '153811.637500', '153812.097500', '153812.557500', '153813.017500', '153813.477500', '153813.937500', '153814.397500', '153814.857500', '153815.317500', '153815.777500', '153816.237500', '153816.697500', '153817.157500', '153817.617500', '153818.077500', '153818.537500', '153818.997500', '153819.457500', '153819.917500', '153820.377500', '153820.837500', '153821.297500', '153821.757500', '153822.217500', '153822.677500', '153823.137500', '153823.597500', '153824.057500', '153824.517500', '153824.977500', '153825.437500', '153825.897500', '153826.357500', '153826.817500', '153827.277500', '153827.737500', '153828.197500', '153828.657500', '153829.117500', '153829.577500', '153830.037500', '153830.497500', '153830.957500', '153831.417500', '153831.877500', '153832.337500', '153832.797500', '153833.257500', '153833.717500', '153834.177500', '153834.637500', '153835.097500', '153835.557500', '153836.017500', '153836.477500', '153836.937500', '153837.397500', '153837.857500', '153838.317500', '153838.777500', '153839.237500', '153839.697500', '153840.157500', '153840.617500', '153841.077500', '153841.537500', '153841.997500', '153842.457500', '153842.917500', '153843.377500', '153843.837500', '153844.297500'], 'ContentTime': ['153228.990000', '153228.993000', '153228.996000', '153229.004000', '153229.007000', '153229.010000', '153229.014000', '153229.020000', '153229.023000', '153229.026000', '153229.028000', '153229.031000', '153229.034000', '153229.037000', '153229.040000', '153229.043000', '153229.046000', '153229.049000', '153229.051000', '153229.054000', '153229.057000', '153229.060000', '153229.063000', '153229.066000', '153229.068000', '153229.071000', '153229.074000', '153229.077000', '153229.083000', '153229.086000', '153229.089000', '153229.092000', '153229.094000', '153229.097000', '153229.100000', '153229.103000', '153229.106000', '153229.108000', '153229.111000', '153229.114000', '153229.117000', '153229.120000', '153229.123000', '153229.126000', '153229.128000', '153229.131000', '153229.134000', '153229.137000', '153229.140000', '153229.143000', '153229.145000', '153229.148000', '153248.936000', '153248.939000', '153248.942000', '153248.944000', '153248.947000', '153248.950000', '153248.953000', '153248.956000', '153248.959000', '153248.962000', '153248.964000', '153248.967000', '153248.970000', '153248.976000', '153248.979000', '153248.990000', '153248.993000', '153248.996000', '153249.000000', '153249.003000', '153249.006000', '153249.008000', '153249.011000', '153249.014000', '153249.017000', '153249.020000', '153249.023000', '153249.025000', '153249.028000', '153249.031000', '153249.034000', '153249.037000', '153249.040000', '153249.043000', '153249.045000', '153249.048000', '153249.051000', '153249.054000', '153249.057000', '153249.060000', '153249.063000', '153249.065000', '153249.068000', '153249.071000', '153308.936000', '153308.939000', '153308.942000', '153308.945000', '153308.947000', '153308.950000', '153308.953000', '153308.956000', '153308.959000', '153308.962000', '153308.965000', '153308.967000', '153308.970000', '153308.973000', '153308.976000', '153308.979000', '153308.982000', '153308.984000', '153308.987000', '153308.990000', '153308.993000', '153309.005000', '153309.008000', '153309.010000', '153309.013000', '153309.016000', '153309.019000', '153309.022000', '153309.025000', '153309.028000', '153309.031000', '153309.033000', '153309.036000', '153309.039000', '153309.050000', '153309.053000', '153309.056000', '153309.059000', '153309.062000', '153309.064000', '153309.067000', '153309.070000', '153309.073000', '153328.935000', '153328.938000', '153328.941000', '153328.944000', '153328.947000', '153328.949000', '153328.952000', '153328.955000', '153328.958000', '153328.961000', '153328.964000', '153328.967000', '153328.969000', '153328.981000', '153328.983000', '153328.986000', '153328.989000', '153328.992000', '153328.995000', '153328.998000', '153329.002000', '153329.005000', '153329.007000', '153329.010000', '153329.013000', '153329.016000', '153329.019000', '153329.022000', '153329.025000', '153329.027000', '153329.030000', '153329.033000', '153329.036000', '153329.039000', '153329.042000', '153329.045000', '153329.047000', '153329.050000', '153329.053000', '153329.056000', '153329.067000', '153329.070000', '153329.072000', '153329.075000', '153348.936000', '153348.939000', '153348.942000', '153348.945000', '153348.948000', '153348.951000', '153348.953000', '153348.956000', '153348.959000', '153348.962000', '153348.965000', '153348.968000', '153348.971000', '153348.980000', '153348.983000', '153348.987000', '153348.990000', '153348.993000', '153348.996000', '153348.999000', '153349.002000', '153349.005000', '153349.007000', '153349.010000', '153349.013000', '153349.016000', '153349.019000', '153349.022000', '153349.037000', '153349.046000', '153349.049000', '153349.052000', '153349.055000', '153349.058000', '153349.061000', '153349.064000', '153349.066000', '153349.069000', '153349.072000', '153349.075000', '153349.078000', '153349.081000', '153349.084000', '153408.936000', '153408.939000', '153408.942000', '153408.945000', '153408.947000', '153408.950000', '153408.953000', '153408.956000', '153408.959000', '153408.962000', '153408.965000', '153408.968000', '153408.970000', '153408.979000', '153408.982000', '153408.985000', '153408.988000', '153408.990000', '153408.993000', '153408.996000', '153409.000000', '153409.003000', '153409.006000', '153409.009000', '153409.011000', '153409.014000', '153409.023000', '153409.025000', '153409.028000', '153409.031000', '153409.034000', '153409.037000', '153409.040000', '153409.042000', '153409.045000', '153409.048000', '153409.051000', '153409.054000', '153409.057000', '153409.060000', '153409.062000', '153409.065000', '153409.068000', '153409.071000', '153428.936000', '153428.939000', '153428.942000', '153428.945000', '153428.948000', '153428.951000', '153428.953000', '153428.956000', '153428.959000', '153428.962000', '153428.965000', '153428.967000', '153428.971000', '153428.973000', '153428.976000', '153428.979000', '153428.982000', '153428.985000', '153428.988000', '153428.991000', '153428.993000', '153428.996000', '153429.000000', '153429.003000', '153429.006000', '153429.009000', '153429.011000', '153429.014000', '153429.017000', '153429.020000', '153429.023000', '153429.026000', '153429.029000', '153429.032000', '153429.034000', '153429.037000', '153429.040000', '153429.043000', '153429.046000', '153429.049000', '153429.051000', '153429.054000', '153429.057000', '153448.936000', '153448.939000', '153448.942000', '153448.945000', '153448.947000', '153448.951000', '153448.953000', '153448.956000', '153448.959000', '153448.962000', '153448.965000', '153448.967000', '153448.970000', '153448.973000', '153448.976000', '153448.979000', '153448.982000', '153448.985000', '153448.988000', '153448.991000', '153448.993000', '153448.996000', '153449.000000', '153449.003000', '153449.025000', '153449.028000', '153449.031000', '153449.034000', '153449.037000', '153449.040000', '153449.042000', '153449.045000', '153449.048000', '153449.051000', '153449.054000', '153449.057000', '153449.059000', '153449.062000', '153449.065000', '153449.068000', '153449.071000', '153449.074000', '153449.077000', '153449.079000', '153508.936000', '153508.939000', '153508.942000', '153508.945000', '153508.948000', '153508.950000', '153508.953000', '153508.956000', '153508.959000', '153508.962000', '153508.965000', '153508.968000', '153508.970000', '153508.973000', '153508.976000', '153508.979000', '153508.982000', '153508.985000', '153508.987000', '153508.990000', '153508.993000', '153508.996000', '153509.000000', '153509.003000', '153509.006000', '153509.009000', '153509.011000', '153509.014000', '153509.017000', '153509.020000', '153509.024000', '153509.027000', '153509.030000', '153509.033000', '153509.035000', '153509.038000', '153509.041000', '153509.044000', '153509.047000', '153509.050000', '153509.053000', '153509.055000', '153509.058000', '153528.936000', '153528.939000', '153528.942000', '153528.944000', '153528.948000', '153528.950000', '153528.953000', '153528.956000', '153528.959000', '153528.966000', '153528.969000', '153528.972000', '153528.975000', '153528.978000', '153528.981000', '153528.983000', '153528.986000', '153528.990000', '153528.993000', '153528.996000', '153529.000000', '153529.003000', '153529.006000', '153529.009000', '153529.012000', '153529.029000', '153529.032000', '153529.035000', '153529.038000', '153529.041000', '153529.043000', '153529.046000', '153529.049000', '153529.052000', '153529.055000', '153529.058000', '153529.061000', '153529.063000', '153529.066000', '153529.069000', '153529.072000', '153529.075000', '153529.078000', '153529.081000', '153548.935000', '153548.938000', '153548.941000', '153548.944000', '153548.947000', '153548.950000', '153548.953000', '153548.955000', '153548.958000', '153548.966000', '153548.969000', '153548.972000', '153548.975000', '153548.978000', '153548.981000', '153548.984000', '153548.987000', '153548.989000', '153548.992000', '153548.995000', '153548.998000', '153549.002000', '153549.005000', '153549.008000', '153549.011000', '153549.013000', '153549.016000', '153549.019000', '153549.022000', '153549.025000', '153549.028000', '153549.031000', '153549.034000', '153549.036000', '153549.039000', '153549.042000', '153549.045000', '153549.048000', '153549.051000', '153549.054000', '153549.056000', '153549.059000', '153549.062000', '153608.936000', '153608.939000', '153608.942000', '153608.953000', '153608.956000', '153608.959000', '153608.961000', '153608.964000', '153608.967000', '153608.970000', '153608.973000', '153608.976000', '153608.979000', '153608.982000', '153608.985000', '153608.988000', '153608.990000', '153608.993000', '153608.996000', '153608.999000', '153609.002000', '153609.005000', '153609.007000', '153609.011000', '153609.013000', '153609.017000', '153609.020000', '153609.023000', '153609.025000', '153609.028000', '153609.031000', '153609.034000', '153609.037000', '153609.040000', '153609.043000', '153609.045000', '153609.048000', '153609.051000', '153609.054000', '153609.057000', '153609.060000', '153609.072000', '153609.075000', '153609.078000', '153628.936000', '153628.939000', '153628.942000', '153628.945000', '153628.948000', '153628.951000', '153628.954000', '153628.956000', '153628.959000', '153628.962000', '153628.965000', '153628.968000', '153628.971000', '153628.973000', '153628.976000', '153628.989000', '153628.991000', '153628.994000', '153628.997000', '153629.001000', '153629.004000', '153629.007000', '153629.010000', '153629.012000', '153629.015000', '153629.018000', '153629.021000', '153629.024000', '153629.027000', '153629.030000', '153629.032000', '153629.035000', '153629.038000', '153629.041000', '153629.044000', '153629.047000', '153629.049000', '153629.052000', '153629.055000', '153629.058000', '153629.062000', '153629.065000', '153629.068000', '153648.936000', '153648.939000', '153648.942000', '153648.945000', '153648.948000', '153648.950000', '153648.953000', '153648.956000', '153648.959000', '153648.962000', '153648.965000', '153648.968000', '153648.970000', '153648.973000', '153648.976000', '153648.979000', '153648.982000', '153648.985000', '153648.987000', '153648.990000', '153648.993000', '153648.996000', '153649.000000', '153649.003000', '153649.006000', '153649.008000', '153649.011000', '153649.014000', '153649.017000', '153649.020000', '153649.023000', '153649.026000', '153649.028000', '153649.031000', '153649.034000', '153649.037000', '153649.040000', '153649.043000', '153649.046000', '153649.049000', '153649.051000', '153649.054000', '153649.057000', '153649.060000', '153708.936000', '153708.939000', '153708.942000', '153708.945000', '153708.948000', '153708.951000', '153708.953000', '153708.956000', '153708.959000', '153708.962000', '153708.965000', '153708.968000', '153708.971000', '153708.973000', '153708.976000', '153708.979000', '153708.982000', '153708.985000', '153708.988000', '153708.990000', '153708.993000', '153708.996000', '153709.000000', '153709.003000', '153709.006000', '153709.009000', '153709.011000', '153709.014000', '153709.017000', '153709.020000', '153709.023000', '153709.026000', '153709.029000', '153709.032000', '153709.034000', '153709.037000', '153709.040000', '153709.052000', '153709.054000', '153709.057000', '153709.060000', '153709.063000', '153709.066000', '153728.936000', '153728.939000', '153728.942000', '153728.945000', '153728.948000', '153728.951000', '153728.954000', '153728.956000', '153728.959000', '153728.962000', '153728.965000', '153728.968000', '153728.970000', '153728.974000', '153728.976000', '153728.979000', '153728.982000', '153728.985000', '153728.988000', '153728.991000', '153728.993000', '153728.996000', '153729.000000', '153729.003000', '153729.006000', '153729.009000', '153729.012000', '153729.014000', '153729.017000', '153729.020000', '153729.023000', '153729.026000', '153729.029000', '153729.032000', '153729.035000', '153729.038000', '153729.040000', '153729.043000', '153729.046000', '153729.049000', '153729.052000', '153729.055000', '153729.058000', '153729.060000', '153748.936000', '153748.939000', '153748.942000', '153748.945000', '153748.948000', '153748.951000', '153748.953000', '153748.956000', '153748.959000', '153748.962000', '153748.965000', '153748.968000', '153748.971000', '153748.973000', '153748.976000', '153748.979000', '153748.982000', '153748.985000', '153748.988000', '153748.991000', '153748.993000', '153748.996000', '153749.000000', '153749.003000', '153749.006000', '153749.009000', '153749.011000', '153749.014000', '153749.017000', '153749.020000', '153749.023000', '153749.026000', '153749.029000', '153749.032000', '153749.034000', '153749.037000', '153749.040000', '153749.043000', '153749.046000', '153749.049000', '153749.052000', '153749.054000', '153749.057000', '153808.935000', '153808.938000', '153808.941000', '153808.949000', '153808.954000', '153808.964000', '153808.967000', '153808.970000', '153808.973000', '153808.976000', '153808.978000', '153808.981000', '153808.984000', '153808.987000', '153808.990000', '153808.993000', '153808.996000', '153808.998000', '153809.002000', '153809.005000', '153809.008000', '153809.011000', '153809.014000', '153809.017000', '153809.020000', '153809.022000', '153809.025000', '153809.028000', '153809.031000', '153809.034000', '153809.037000', '153809.039000', '153809.043000', '153809.045000', '153809.048000', '153809.051000', '153809.054000', '153809.057000', '153809.060000', '153809.062000', '153809.066000', '153809.069000', '153809.072000', '153828.936000', '153828.939000', '153828.942000', '153828.952000', '153828.955000', '153828.958000', '153828.961000', '153828.964000', '153828.966000', '153828.969000', '153828.972000', '153828.975000', '153828.978000', '153828.980000', '153828.983000', '153828.986000', '153828.989000', '153828.992000', '153828.995000', '153828.998000', '153829.000000', '153829.003000', '153829.006000', '153829.009000', '153829.012000', '153829.015000', '153829.017000', '153829.020000', '153829.023000', '153829.026000', '153829.029000', '153829.032000', '153829.035000', '153829.037000', '153829.040000', '153829.043000', '153829.046000', '153829.049000', '153829.051000', '153829.054000', '153829.057000', '153829.060000', '153829.063000', '153829.066000', '153845.794000', '153845.798000', '153845.801000', '153845.804000', '153845.807000', '153845.815000', '153845.818000', '153845.821000', '153845.824000', '153845.828000', '153845.831000', '153845.834000', '153845.837000', '153845.840000', '153845.842000', '153845.845000', '153845.848000', '153845.851000', '153845.854000', '153845.857000', '153845.860000', '153845.863000', '153845.866000', '153845.869000', '153845.872000', '153845.875000', '153845.878000', '153845.881000', '153845.884000', '153845.886000', '153845.889000', '153845.892000', '153845.895000', '153845.898000', '153845.901000', '153845.904000', '153845.907000'], 'InstanceCreationTime': ['153228.990000', '153228.993000', '153228.996000', '153229.004000', '153229.007000', '153229.010000', '153229.014000', '153229.020000', '153229.023000', '153229.026000', '153229.028000', '153229.031000', '153229.034000', '153229.037000', '153229.040000', '153229.043000', '153229.046000', '153229.049000', '153229.051000', '153229.054000', '153229.057000', '153229.060000', '153229.063000', '153229.066000', '153229.068000', '153229.071000', '153229.074000', '153229.077000', '153229.083000', '153229.086000', '153229.089000', '153229.092000', '153229.094000', '153229.097000', '153229.100000', '153229.103000', '153229.106000', '153229.108000', '153229.111000', '153229.114000', '153229.117000', '153229.120000', '153229.123000', '153229.126000', '153229.128000', '153229.131000', '153229.134000', '153229.137000', '153229.140000', '153229.143000', '153229.145000', '153229.148000', '153248.936000', '153248.939000', '153248.942000', '153248.944000', '153248.947000', '153248.950000', '153248.953000', '153248.956000', '153248.959000', '153248.962000', '153248.964000', '153248.967000', '153248.970000', '153248.976000', '153248.979000', '153248.990000', '153248.993000', '153248.996000', '153249.000000', '153249.003000', '153249.006000', '153249.008000', '153249.011000', '153249.014000', '153249.017000', '153249.020000', '153249.023000', '153249.025000', '153249.028000', '153249.031000', '153249.034000', '153249.037000', '153249.040000', '153249.043000', '153249.045000', '153249.048000', '153249.051000', '153249.054000', '153249.057000', '153249.060000', '153249.063000', '153249.065000', '153249.068000', '153249.071000', '153308.936000', '153308.939000', '153308.942000', '153308.945000', '153308.947000', '153308.950000', '153308.953000', '153308.956000', '153308.959000', '153308.962000', '153308.965000', '153308.967000', '153308.970000', '153308.973000', '153308.976000', '153308.979000', '153308.982000', '153308.984000', '153308.987000', '153308.990000', '153308.993000', '153309.005000', '153309.008000', '153309.010000', '153309.013000', '153309.016000', '153309.019000', '153309.022000', '153309.025000', '153309.028000', '153309.031000', '153309.033000', '153309.036000', '153309.039000', '153309.050000', '153309.053000', '153309.056000', '153309.059000', '153309.062000', '153309.064000', '153309.067000', '153309.070000', '153309.073000', '153328.935000', '153328.938000', '153328.941000', '153328.944000', '153328.947000', '153328.949000', '153328.952000', '153328.955000', '153328.958000', '153328.961000', '153328.964000', '153328.967000', '153328.969000', '153328.981000', '153328.983000', '153328.986000', '153328.989000', '153328.992000', '153328.995000', '153328.998000', '153329.002000', '153329.005000', '153329.007000', '153329.010000', '153329.013000', '153329.016000', '153329.019000', '153329.022000', '153329.025000', '153329.027000', '153329.030000', '153329.033000', '153329.036000', '153329.039000', '153329.042000', '153329.045000', '153329.047000', '153329.050000', '153329.053000', '153329.056000', '153329.067000', '153329.070000', '153329.072000', '153329.075000', '153348.936000', '153348.939000', '153348.942000', '153348.945000', '153348.948000', '153348.951000', '153348.953000', '153348.956000', '153348.959000', '153348.962000', '153348.965000', '153348.968000', '153348.971000', '153348.980000', '153348.983000', '153348.987000', '153348.990000', '153348.993000', '153348.996000', '153348.999000', '153349.002000', '153349.005000', '153349.007000', '153349.010000', '153349.013000', '153349.016000', '153349.019000', '153349.022000', '153349.037000', '153349.046000', '153349.049000', '153349.052000', '153349.055000', '153349.058000', '153349.061000', '153349.064000', '153349.066000', '153349.069000', '153349.072000', '153349.075000', '153349.078000', '153349.081000', '153349.084000', '153408.936000', '153408.939000', '153408.942000', '153408.945000', '153408.947000', '153408.950000', '153408.953000', '153408.956000', '153408.959000', '153408.962000', '153408.965000', '153408.968000', '153408.970000', '153408.979000', '153408.982000', '153408.985000', '153408.988000', '153408.990000', '153408.993000', '153408.996000', '153409.000000', '153409.003000', '153409.006000', '153409.009000', '153409.011000', '153409.014000', '153409.023000', '153409.025000', '153409.028000', '153409.031000', '153409.034000', '153409.037000', '153409.040000', '153409.042000', '153409.045000', '153409.048000', '153409.051000', '153409.054000', '153409.057000', '153409.060000', '153409.062000', '153409.065000', '153409.068000', '153409.071000', '153428.936000', '153428.939000', '153428.942000', '153428.945000', '153428.948000', '153428.951000', '153428.953000', '153428.956000', '153428.959000', '153428.962000', '153428.965000', '153428.967000', '153428.971000', '153428.973000', '153428.976000', '153428.979000', '153428.982000', '153428.985000', '153428.988000', '153428.991000', '153428.993000', '153428.996000', '153429.000000', '153429.003000', '153429.006000', '153429.009000', '153429.011000', '153429.014000', '153429.017000', '153429.020000', '153429.023000', '153429.026000', '153429.029000', '153429.032000', '153429.034000', '153429.037000', '153429.040000', '153429.043000', '153429.046000', '153429.049000', '153429.051000', '153429.054000', '153429.057000', '153448.936000', '153448.939000', '153448.942000', '153448.945000', '153448.947000', '153448.951000', '153448.953000', '153448.956000', '153448.959000', '153448.962000', '153448.965000', '153448.967000', '153448.970000', '153448.973000', '153448.976000', '153448.979000', '153448.982000', '153448.985000', '153448.988000', '153448.991000', '153448.993000', '153448.996000', '153449.000000', '153449.003000', '153449.025000', '153449.028000', '153449.031000', '153449.034000', '153449.037000', '153449.040000', '153449.042000', '153449.045000', '153449.048000', '153449.051000', '153449.054000', '153449.057000', '153449.059000', '153449.062000', '153449.065000', '153449.068000', '153449.071000', '153449.074000', '153449.077000', '153449.079000', '153508.936000', '153508.939000', '153508.942000', '153508.945000', '153508.948000', '153508.950000', '153508.953000', '153508.956000', '153508.959000', '153508.962000', '153508.965000', '153508.968000', '153508.970000', '153508.973000', '153508.976000', '153508.979000', '153508.982000', '153508.985000', '153508.987000', '153508.990000', '153508.993000', '153508.996000', '153509.000000', '153509.003000', '153509.006000', '153509.009000', '153509.011000', '153509.014000', '153509.017000', '153509.020000', '153509.024000', '153509.027000', '153509.030000', '153509.033000', '153509.035000', '153509.038000', '153509.041000', '153509.044000', '153509.047000', '153509.050000', '153509.053000', '153509.055000', '153509.058000', '153528.936000', '153528.939000', '153528.942000', '153528.944000', '153528.948000', '153528.950000', '153528.953000', '153528.956000', '153528.959000', '153528.966000', '153528.969000', '153528.972000', '153528.975000', '153528.978000', '153528.981000', '153528.983000', '153528.986000', '153528.990000', '153528.993000', '153528.996000', '153529.000000', '153529.003000', '153529.006000', '153529.009000', '153529.012000', '153529.029000', '153529.032000', '153529.035000', '153529.038000', '153529.041000', '153529.043000', '153529.046000', '153529.049000', '153529.052000', '153529.055000', '153529.058000', '153529.061000', '153529.063000', '153529.066000', '153529.069000', '153529.072000', '153529.075000', '153529.078000', '153529.081000', '153548.935000', '153548.938000', '153548.941000', '153548.944000', '153548.947000', '153548.950000', '153548.953000', '153548.955000', '153548.958000', '153548.966000', '153548.969000', '153548.972000', '153548.975000', '153548.978000', '153548.981000', '153548.984000', '153548.987000', '153548.989000', '153548.992000', '153548.995000', '153548.998000', '153549.002000', '153549.005000', '153549.008000', '153549.011000', '153549.013000', '153549.016000', '153549.019000', '153549.022000', '153549.025000', '153549.028000', '153549.031000', '153549.034000', '153549.036000', '153549.039000', '153549.042000', '153549.045000', '153549.048000', '153549.051000', '153549.054000', '153549.056000', '153549.059000', '153549.062000', '153608.936000', '153608.939000', '153608.942000', '153608.953000', '153608.956000', '153608.959000', '153608.961000', '153608.964000', '153608.967000', '153608.970000', '153608.973000', '153608.976000', '153608.979000', '153608.982000', '153608.985000', '153608.988000', '153608.990000', '153608.993000', '153608.996000', '153608.999000', '153609.002000', '153609.005000', '153609.007000', '153609.011000', '153609.013000', '153609.017000', '153609.020000', '153609.023000', '153609.025000', '153609.028000', '153609.031000', '153609.034000', '153609.037000', '153609.040000', '153609.043000', '153609.045000', '153609.048000', '153609.051000', '153609.054000', '153609.057000', '153609.060000', '153609.072000', '153609.075000', '153609.078000', '153628.936000', '153628.939000', '153628.942000', '153628.945000', '153628.948000', '153628.951000', '153628.954000', '153628.956000', '153628.959000', '153628.962000', '153628.965000', '153628.968000', '153628.971000', '153628.973000', '153628.976000', '153628.989000', '153628.991000', '153628.994000', '153628.997000', '153629.001000', '153629.004000', '153629.007000', '153629.010000', '153629.012000', '153629.015000', '153629.018000', '153629.021000', '153629.024000', '153629.027000', '153629.030000', '153629.032000', '153629.035000', '153629.038000', '153629.041000', '153629.044000', '153629.047000', '153629.049000', '153629.052000', '153629.055000', '153629.058000', '153629.062000', '153629.065000', '153629.068000', '153648.936000', '153648.939000', '153648.942000', '153648.945000', '153648.948000', '153648.950000', '153648.953000', '153648.956000', '153648.959000', '153648.962000', '153648.965000', '153648.968000', '153648.970000', '153648.973000', '153648.976000', '153648.979000', '153648.982000', '153648.985000', '153648.987000', '153648.990000', '153648.993000', '153648.996000', '153649.000000', '153649.003000', '153649.006000', '153649.008000', '153649.011000', '153649.014000', '153649.017000', '153649.020000', '153649.023000', '153649.026000', '153649.028000', '153649.031000', '153649.034000', '153649.037000', '153649.040000', '153649.043000', '153649.046000', '153649.049000', '153649.051000', '153649.054000', '153649.057000', '153649.060000', '153708.936000', '153708.939000', '153708.942000', '153708.945000', '153708.948000', '153708.951000', '153708.953000', '153708.956000', '153708.959000', '153708.962000', '153708.965000', '153708.968000', '153708.971000', '153708.973000', '153708.976000', '153708.979000', '153708.982000', '153708.985000', '153708.988000', '153708.990000', '153708.993000', '153708.996000', '153709.000000', '153709.003000', '153709.006000', '153709.009000', '153709.011000', '153709.014000', '153709.017000', '153709.020000', '153709.023000', '153709.026000', '153709.029000', '153709.032000', '153709.034000', '153709.037000', '153709.040000', '153709.052000', '153709.054000', '153709.057000', '153709.060000', '153709.063000', '153709.066000', '153728.936000', '153728.939000', '153728.942000', '153728.945000', '153728.948000', '153728.951000', '153728.954000', '153728.956000', '153728.959000', '153728.962000', '153728.965000', '153728.968000', '153728.970000', '153728.974000', '153728.976000', '153728.979000', '153728.982000', '153728.985000', '153728.988000', '153728.991000', '153728.993000', '153728.996000', '153729.000000', '153729.003000', '153729.006000', '153729.009000', '153729.012000', '153729.014000', '153729.017000', '153729.020000', '153729.023000', '153729.026000', '153729.029000', '153729.032000', '153729.035000', '153729.038000', '153729.040000', '153729.043000', '153729.046000', '153729.049000', '153729.052000', '153729.055000', '153729.058000', '153729.060000', '153748.936000', '153748.939000', '153748.942000', '153748.945000', '153748.948000', '153748.951000', '153748.953000', '153748.956000', '153748.959000', '153748.962000', '153748.965000', '153748.968000', '153748.971000', '153748.973000', '153748.976000', '153748.979000', '153748.982000', '153748.985000', '153748.988000', '153748.991000', '153748.993000', '153748.996000', '153749.000000', '153749.003000', '153749.006000', '153749.009000', '153749.011000', '153749.014000', '153749.017000', '153749.020000', '153749.023000', '153749.026000', '153749.029000', '153749.032000', '153749.034000', '153749.037000', '153749.040000', '153749.043000', '153749.046000', '153749.049000', '153749.052000', '153749.054000', '153749.057000', '153808.935000', '153808.938000', '153808.941000', '153808.949000', '153808.954000', '153808.964000', '153808.967000', '153808.970000', '153808.973000', '153808.976000', '153808.978000', '153808.981000', '153808.984000', '153808.987000', '153808.990000', '153808.993000', '153808.996000', '153808.998000', '153809.002000', '153809.005000', '153809.008000', '153809.011000', '153809.014000', '153809.017000', '153809.020000', '153809.022000', '153809.025000', '153809.028000', '153809.031000', '153809.034000', '153809.037000', '153809.039000', '153809.043000', '153809.045000', '153809.048000', '153809.051000', '153809.054000', '153809.057000', '153809.060000', '153809.062000', '153809.066000', '153809.069000', '153809.072000', '153828.936000', '153828.939000', '153828.942000', '153828.952000', '153828.955000', '153828.958000', '153828.961000', '153828.964000', '153828.966000', '153828.969000', '153828.972000', '153828.975000', '153828.978000', '153828.980000', '153828.983000', '153828.986000', '153828.989000', '153828.992000', '153828.995000', '153828.998000', '153829.000000', '153829.003000', '153829.006000', '153829.009000', '153829.012000', '153829.015000', '153829.017000', '153829.020000', '153829.023000', '153829.026000', '153829.029000', '153829.032000', '153829.035000', '153829.037000', '153829.040000', '153829.043000', '153829.046000', '153829.049000', '153829.051000', '153829.054000', '153829.057000', '153829.060000', '153829.063000', '153829.066000', '153845.794000', '153845.798000', '153845.801000', '153845.804000', '153845.807000', '153845.815000', '153845.818000', '153845.821000', '153845.824000', '153845.828000', '153845.831000', '153845.834000', '153845.837000', '153845.840000', '153845.842000', '153845.845000', '153845.848000', '153845.851000', '153845.854000', '153845.857000', '153845.860000', '153845.863000', '153845.866000', '153845.869000', '153845.872000', '153845.875000', '153845.878000', '153845.881000', '153845.884000', '153845.886000', '153845.889000', '153845.892000', '153845.895000', '153845.898000', '153845.901000', '153845.904000', '153845.907000'], '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': [13846, 8558, 11082, 8191, 9749, 8052, 9459, 8127, 9987, 7818, 9149, 7972, 9322, 7871, 9443, 7916, 8617, 8088, 8784, 8240, 8340, 8907, 8165, 12899, 8695, 11700, 7817, 12056, 8070, 11037, 7750, 10567, 7765, 10518, 7955, 10375, 7927, 10929, 8302, 10966, 7648, 12175, 9017, 12014, 9779, 10937, 7967, 11667, 8062, 11481, 8188, 10944, 7830, 11196, 8026, 10786, 7979, 11240, 7882, 12044, 7989, 10200, 9927, 8681, 13028, 8121, 11406, 7603, 9445, 7686, 9152, 7871, 9086, 7793, 8906, 7780, 8242, 7825, 9028, 7891, 10707, 7916, 11368, 8270, 9094, 12664, 8559, 10137, 7706, 11161, 7750, 10476, 7721, 9227, 7812, 8370, 7961, 7876, 8098, 7742, 7911, 7911, 9841, 7930, 9211, 7774, 8152, 8125, 9817, 7890, 7816, 8136, 12644, 8053, 12444, 9059, 11179, 8596, 10975, 7716, 10105, 7689, 9560, 7828, 9006, 7723, 9424, 7736, 10422, 7699, 10483, 8216, 10284, 8059, 9572, 14473, 10693, 12669, 9324, 13477, 9423, 11988, 8513, 10620, 8247, 7669, 8701, 8098, 11511, 8336, 11363, 7933, 10874, 7998, 9617, 14243, 9035, 12171, 9447, 10614, 7755, 9348, 7665, 8566, 7819, 8342, 7643, 8940, 7938, 8379, 11854, 8766, 8736, 7743, 9684, 7787, 10973, 8303, 7701, 7966, 9638, 7756, 10986, 8366, 7725, 8205, 9039, 8368, 12806, 9988, 8085, 9506, 7885, 10765, 7772, 7823, 9172, 7916, 12347, 8574, 13893, 8571, 11469, 14251, 10147, 11569, 8876, 11288, 7866, 11378, 7716, 10754, 8037, 10009, 7901, 9280, 7712, 9374, 7696, 10029, 7788, 9542, 7696, 9628, 7768, 10354, 8030, 10770, 7830, 10790, 7770, 11111, 8124, 10014, 9375, 8553, 14340, 9447, 12189, 7935, 10551, 7763, 9837, 7742, 9950, 7703, 9294, 7994, 8659, 9450, 8725, 7746, 7920, 11733, 7898, 12100, 8833, 11687, 7810, 10843, 7802, 10160, 8123, 9228, 7682, 10120, 7795, 10146, 8070, 11371, 7788, 11526, 8034, 11838, 8602, 12001, 7855, 11430, 7880, 10801, 7685, 10060, 7908, 9123, 7916, 9318, 7943, 8486, 7615, 7647, 8756, 7780, 9314, 9567, 15080, 10855, 16011, 9907, 12087, 8590, 9840, 14608, 9862, 11799, 7787, 10051, 7774, 7754, 7780, 7794, 7855, 9836, 7816, 12213, 8658, 9705, 7771, 11403, 7732, 10411, 7721, 7954, 7774, 8033, 8126, 13240, 9703, 9840, 8887, 10611, 9017, 11765, 10244, 7943, 9146, 7777, 9284, 7761, 11301, 8847, 16026, 11188, 7995, 8431, 11112, 7936, 10909, 7761, 9154, 7717, 8319, 12941, 8717, 11732, 8333, 10729, 7986, 8876, 10759, 7912, 12769, 8941, 11609, 7756, 9343, 7806, 10440, 7804, 8816, 7807, 12193, 10764, 9345, 14126, 7823, 9926, 7833, 8389, 7985, 8118, 7826, 7766, 11249, 7729, 10500, 7811, 10307, 8058, 10020, 7776, 9989, 7862, 8931, 8142, 7839, 10057, 7769, 9809, 7769, 9695, 7846, 8817, 7808, 7901, 7908, 7795, 9482, 7806, 10049, 7805, 9027, 7778, 8945, 7719, 9138, 7863, 8550, 7948, 8431, 7790, 8022, 8123, 8109, 7999, 8223, 8177, 8268, 7984, 8171, 7971, 8302, 9336, 8013, 12703, 8418, 11185, 7689, 11299, 7780, 9454, 7741, 8138, 7785, 7861, 8019, 7908, 8072, 7870, 8080, 7986, 7688, 8412, 7776, 8389, 7889, 8833, 7787, 8864, 8666, 8510, 7801, 9651, 7940, 8441, 8159, 7880, 11865, 9359, 11727, 8025, 11620, 7900, 12041, 8510, 11092, 8208, 10637, 8041, 9559, 7943, 9060, 7906, 9779, 7962, 9168, 7996, 9888, 8086, 10566, 8165, 12145, 8609, 12475, 10157, 12673, 9312, 12065, 8200, 11432, 7834, 10937, 8056, 10654, 8004, 10017, 8240, 9134, 8060, 8169, 12450, 7871, 11045, 7810, 10970, 7778, 11169, 7830, 10928, 7794, 10337, 7766, 10590, 7815, 9870, 8082, 9462, 7926, 10146, 7873, 9328, 7805, 9533, 8168, 10343, 7956, 11209, 8499, 11247, 7908, 11625, 8471, 9404, 8213, 7988, 8944, 7697, 10858, 7847, 7717, 10269, 7937, 11519, 9551, 7847, 9245, 7761, 12897, 9908, 13530, 9400, 14578, 9551, 11507, 7918, 10016, 7994, 9114, 7845, 8391, 7815, 7864, 7746, 7764, 7929, 7760, 10098, 8020, 10314, 7723, 10028, 7780, 9841, 8034, 9796, 7983, 9042, 7967, 9257, 8123, 9201, 7904, 8445, 7913, 9136, 8169, 9492, 8054, 10643, 7917, 10805, 7716, 11129, 7906, 11407, 7845, 12060, 7785, 10716, 8162, 9946, 8549, 9608, 8064, 9311, 8027, 9636, 7874, 9787, 8034, 10867, 7760, 7739, 9216, 7868, 13257, 8598, 14198, 7961, 10958, 8358, 9813, 13364, 9318, 7711, 8383, 10879, 8214, 9724, 7684, 7715, 7887, 12307, 7648, 10535, 7924, 9629, 8013, 8242, 7889, 7950, 9739, 7738, 11427, 7697, 11000, 7781, 11112, 7677, 10593, 7887, 10829, 7900, 9811, 8075, 10020, 7861, 8994, 12157, 8556, 7763, 8271, 7711, 8105, 7899, 9587, 8134, 8286, 7787, 7738, 9530, 7769, 12316, 8393, 11569, 7759, 10975, 7878, 12147, 9512, 8673, 7682, 7675, 8572, 7975, 9562, 7809, 9550, 7994, 9068, 8032, 8380, 7871, 7963, 8595, 7977, 11223, 7744, 10650, 7824, 10452, 7826, 9586, 7857, 8950, 7953, 8278, 7794, 8275, 7777, 8766, 7877, 9274, 7841, 8683, 10179, 8551, 10603, 7807, 12739, 8230, 11216, 8278, 10275, 7788, 11076, 8221, 9703, 7840, 8744, 8030, 8096, 9667, 7955, 11818, 8022, 8857, 7622, 11602, 7692, 11477, 8181, 11921, 7760, 11214, 7922, 10642, 7903, 10572, 7703, 10272, 7725, 10565, 7933, 11674, 7794, 10377, 8032, 9347, 7766, 8026, 11185, 7907, 10020, 7981, 8793, 7800, 8449, 7648, 7741, 7645, 7763, 7710, 7950, 8125, 8263, 11962, 8994, 10570, 8569, 13875, 10247, 12174, 8718, 10189, 7998, 8020, 8463, 7696, 10700, 8434, 10417, 8890, 14990, 10487, 13813, 8920, 12814, 7725, 12087, 8118, 10537, 8032, 9829, 7803, 9206, 7789, 9287, 8153, 8147, 7806, 8006, 7908, 7872, 7848, 7946, 7936, 8095, 10636, 7614, 8422, 7835, 12698, 7941, 11409, 8377, 10799, 7805, 10433, 8088, 8795, 9589, 8120, 8681, 7829, 12036, 7728, 11232, 7992, 9892, 7893, 11427, 7878, 10895, 8206, 10449, 7912, 10545, 7934, 10979, 7774, 8243, 7839, 7700, 9876, 7917, 13022, 10221, 11110, 8181, 8947, 8021, 9082], 'WindowCenter': [4682.0, 4593.0, 4605.0, 4563.0, 4567.0, 4537.0, 4556.0, 4535.0, 4564.0, 4524.0, 4554.0, 4534.0, 4554.0, 4523.0, 4552.0, 4522.0, 4532.0, 4532.0, 4532.0, 4532.0, 4532.0, 4542.0, 4532.0, 4581.0, 4543.0, 4572.0, 4524.0, 4572.0, 4533.0, 4562.0, 4523.0, 4561.0, 4525.0, 4563.0, 4534.0, 4563.0, 4535.0, 4573.0, 4546.0, 4576.0, 4535.0, 4584.0, 4555.0, 4583.0, 4564.0, 4562.0, 4533.0, 4573.0, 4532.0, 4572.0, 4532.0, 4563.0, 4524.0, 4571.0, 4533.0, 4572.0, 4535.0, 4572.0, 4534.0, 4585.0, 4523.0, 4563.0, 4553.0, 4544.0, 4582.0, 4522.0, 4571.0, 4521.0, 4551.0, 4523.0, 4543.0, 4534.0, 4543.0, 4523.0, 4543.0, 4523.0, 4534.0, 4525.0, 4544.0, 4535.0, 4565.0, 4535.0, 4575.0, 4533.0, 4544.0, 4581.0, 4533.0, 4552.0, 4522.0, 4561.0, 4525.0, 4563.0, 4525.0, 4545.0, 4523.0, 4533.0, 4534.0, 4534.0, 4533.0, 4535.0, 4534.0, 4535.0, 4565.0, 4535.0, 4555.0, 4525.0, 4535.0, 4536.0, 4565.0, 4538.0, 4536.0, 4536.0, 4595.0, 4548.0, 4596.0, 4556.0, 4575.0, 4545.0, 4563.0, 4524.0, 4563.0, 4523.0, 4555.0, 4538.0, 4556.0, 4538.0, 4558.0, 4550.0, 4589.0, 4537.0, 4578.0, 4548.0, 4577.0, 4536.0, 4568.0, 4605.0, 4566.0, 4585.0, 4554.0, 4595.0, 4544.0, 4572.0, 4533.0, 4562.0, 4533.0, 4523.0, 4542.0, 4534.0, 4575.0, 4534.0, 4574.0, 4522.0, 4562.0, 4521.0, 4542.0, 4590.0, 4542.0, 4571.0, 4542.0, 4550.0, 4509.0, 4528.0, 4521.0, 4531.0, 4523.0, 4533.0, 4523.0, 4543.0, 4533.0, 4545.0, 4584.0, 4544.0, 4543.0, 4523.0, 4552.0, 4525.0, 4563.0, 4534.0, 4524.0, 4534.0, 4553.0, 4536.0, 4575.0, 4545.0, 4535.0, 4547.0, 4543.0, 4535.0, 4595.0, 4566.0, 4548.0, 4567.0, 4536.0, 4574.0, 4535.0, 4534.0, 4555.0, 4534.0, 4595.0, 4544.0, 4596.0, 4533.0, 4573.0, 4591.0, 4551.0, 4559.0, 4518.0, 4547.0, 4508.0, 4558.0, 4510.0, 4561.0, 4522.0, 4539.0, 4520.0, 4541.0, 4523.0, 4543.0, 4523.0, 4552.0, 4524.0, 4554.0, 4525.0, 4554.0, 4525.0, 4565.0, 4535.0, 4573.0, 4524.0, 4564.0, 4524.0, 4561.0, 4522.0, 4553.0, 4542.0, 4532.0, 4605.0, 4555.0, 4572.0, 4521.0, 4550.0, 4522.0, 4551.0, 4523.0, 4552.0, 4523.0, 4543.0, 4533.0, 4543.0, 4553.0, 4532.0, 4524.0, 4522.0, 4571.0, 4524.0, 4571.0, 4542.0, 4571.0, 4522.0, 4562.0, 4524.0, 4552.0, 4522.0, 4543.0, 4523.0, 4562.0, 4535.0, 4565.0, 4536.0, 4574.0, 4525.0, 4574.0, 4534.0, 4575.0, 4544.0, 4582.0, 4523.0, 4573.0, 4532.0, 4562.0, 4523.0, 4565.0, 4533.0, 4542.0, 4535.0, 4554.0, 4547.0, 4559.0, 4536.0, 4537.0, 4557.0, 4538.0, 4568.0, 4569.0, 4619.0, 4578.0, 4617.0, 4554.0, 4573.0, 4530.0, 4541.0, 4603.0, 4553.0, 4559.0, 4508.0, 4539.0, 4520.0, 4510.0, 4521.0, 4521.0, 4520.0, 4551.0, 4521.0, 4581.0, 4543.0, 4552.0, 4522.0, 4571.0, 4523.0, 4562.0, 4523.0, 4533.0, 4524.0, 4534.0, 4535.0, 4595.0, 4555.0, 4554.0, 4544.0, 4563.0, 4544.0, 4573.0, 4553.0, 4522.0, 4542.0, 4522.0, 4543.0, 4533.0, 4585.0, 4557.0, 4629.0, 4587.0, 4531.0, 4521.0, 4560.0, 4520.0, 4548.0, 4509.0, 4538.0, 4520.0, 4530.0, 4580.0, 4529.0, 4570.0, 4518.0, 4546.0, 4506.0, 4516.0, 4547.0, 4506.0, 4567.0, 4517.0, 4558.0, 4496.0, 4524.0, 4494.0, 4532.0, 4495.0, 4515.0, 4496.0, 4557.0, 4535.0, 4514.0, 4552.0, 4482.0, 4511.0, 4482.0, 4492.0, 4491.0, 4493.0, 4494.0, 4494.0, 4543.0, 4495.0, 4533.0, 4495.0, 4534.0, 4495.0, 4525.0, 4497.0, 4526.0, 4506.0, 4517.0, 4506.0, 4495.0, 4536.0, 4497.0, 4536.0, 4508.0, 4537.0, 4509.0, 4531.0, 4509.0, 4519.0, 4519.0, 4510.0, 4542.0, 4510.0, 4550.0, 4520.0, 4541.0, 4522.0, 4541.0, 4523.0, 4542.0, 4534.0, 4543.0, 4535.0, 4535.0, 4534.0, 4536.0, 4536.0, 4534.0, 4536.0, 4545.0, 4545.0, 4545.0, 4536.0, 4546.0, 4546.0, 4547.0, 4557.0, 4547.0, 4596.0, 4546.0, 4574.0, 4534.0, 4573.0, 4538.0, 4566.0, 4535.0, 4535.0, 4524.0, 4534.0, 4534.0, 4545.0, 4545.0, 4546.0, 4546.0, 4546.0, 4537.0, 4559.0, 4547.0, 4560.0, 4548.0, 4567.0, 4549.0, 4569.0, 4561.0, 4558.0, 4537.0, 4578.0, 4561.0, 4558.0, 4548.0, 4550.0, 4611.0, 4568.0, 4600.0, 4549.0, 4588.0, 4536.0, 4586.0, 4543.0, 4574.0, 4532.0, 4563.0, 4523.0, 4552.0, 4533.0, 4557.0, 4534.0, 4564.0, 4533.0, 4555.0, 4536.0, 4565.0, 4534.0, 4574.0, 4545.0, 4584.0, 4546.0, 4584.0, 4565.0, 4594.0, 4555.0, 4572.0, 4533.0, 4573.0, 4521.0, 4561.0, 4521.0, 4550.0, 4521.0, 4552.0, 4520.0, 4541.0, 4521.0, 4532.0, 4571.0, 4521.0, 4560.0, 4521.0, 4561.0, 4521.0, 4570.0, 4522.0, 4572.0, 4522.0, 4551.0, 4522.0, 4562.0, 4522.0, 4551.0, 4522.0, 4552.0, 4533.0, 4564.0, 4535.0, 4554.0, 4523.0, 4554.0, 4544.0, 4563.0, 4534.0, 4573.0, 4544.0, 4573.0, 4534.0, 4573.0, 4544.0, 4555.0, 4545.0, 4535.0, 4554.0, 4535.0, 4573.0, 4547.0, 4537.0, 4577.0, 4537.0, 4584.0, 4564.0, 4535.0, 4554.0, 4525.0, 4594.0, 4554.0, 4593.0, 4542.0, 4591.0, 4540.0, 4560.0, 4508.0, 4537.0, 4511.0, 4528.0, 4509.0, 4517.0, 4520.0, 4521.0, 4521.0, 4523.0, 4533.0, 4522.0, 4562.0, 4533.0, 4565.0, 4535.0, 4565.0, 4534.0, 4564.0, 4535.0, 4565.0, 4536.0, 4544.0, 4535.0, 4553.0, 4535.0, 4555.0, 4537.0, 4545.0, 4537.0, 4556.0, 4548.0, 4567.0, 4548.0, 4576.0, 4548.0, 4587.0, 4536.0, 4586.0, 4547.0, 4587.0, 4534.0, 4586.0, 4525.0, 4565.0, 4534.0, 4564.0, 4544.0, 4554.0, 4522.0, 4545.0, 4533.0, 4554.0, 4546.0, 4564.0, 4537.0, 4573.0, 4524.0, 4535.0, 4555.0, 4547.0, 4597.0, 4544.0, 4595.0, 4523.0, 4563.0, 4522.0, 4550.0, 4580.0, 4529.0, 4509.0, 4520.0, 4549.0, 4519.0, 4540.0, 4509.0, 4510.0, 4520.0, 4570.0, 4510.0, 4560.0, 4521.0, 4541.0, 4520.0, 4530.0, 4519.0, 4521.0, 4552.0, 4520.0, 4573.0, 4523.0, 4562.0, 4522.0, 4561.0, 4521.0, 4561.0, 4533.0, 4563.0, 4523.0, 4551.0, 4522.0, 4551.0, 4533.0, 4546.0, 4573.0, 4531.0, 4513.0, 4531.0, 4522.0, 4533.0, 4533.0, 4553.0, 4533.0, 4544.0, 4524.0, 4533.0, 4565.0, 4537.0, 4598.0, 4547.0, 4576.0, 4526.0, 4574.0, 4535.0, 4573.0, 4554.0, 4533.0, 4523.0, 4524.0, 4544.0, 4534.0, 4554.0, 4522.0, 4553.0, 4536.0, 4543.0, 4520.0, 4520.0, 4509.0, 4521.0, 4529.0, 4522.0, 4562.0, 4521.0, 4561.0, 4523.0, 4563.0, 4524.0, 4552.0, 4533.0, 4543.0, 4521.0, 4530.0, 4521.0, 4531.0, 4523.0, 4544.0, 4534.0, 4555.0, 4535.0, 4545.0, 4563.0, 4533.0, 4561.0, 4522.0, 4581.0, 4532.0, 4560.0, 4532.0, 4551.0, 4522.0, 4562.0, 4532.0, 4553.0, 4533.0, 4543.0, 4533.0, 4533.0, 4553.0, 4533.0, 4582.0, 4534.0, 4543.0, 4523.0, 4573.0, 4524.0, 4572.0, 4536.0, 4574.0, 4522.0, 4573.0, 4534.0, 4563.0, 4532.0, 4562.0, 4524.0, 4562.0, 4524.0, 4564.0, 4535.0, 4574.0, 4525.0, 4564.0, 4532.0, 4545.0, 4522.0, 4522.0, 4561.0, 4534.0, 4554.0, 4533.0, 4543.0, 4534.0, 4533.0, 4535.0, 4536.0, 4535.0, 4536.0, 4536.0, 4547.0, 4547.0, 4558.0, 4597.0, 4558.0, 4578.0, 4557.0, 4606.0, 4569.0, 4585.0, 4546.0, 4565.0, 4535.0, 4533.0, 4534.0, 4536.0, 4574.0, 4548.0, 4576.0, 4557.0, 4616.0, 4565.0, 4594.0, 4542.0, 4582.0, 4521.0, 4571.0, 4522.0, 4551.0, 4522.0, 4550.0, 4509.0, 4541.0, 4522.0, 4543.0, 4519.0, 4521.0, 4521.0, 4520.0, 4519.0, 4522.0, 4531.0, 4522.0, 4521.0, 4534.0, 4562.0, 4523.0, 4533.0, 4524.0, 4583.0, 4533.0, 4573.0, 4534.0, 4564.0, 4522.0, 4562.0, 4521.0, 4531.0, 4552.0, 4523.0, 4532.0, 4522.0, 4571.0, 4521.0, 4572.0, 4522.0, 4552.0, 4533.0, 4572.0, 4533.0, 4573.0, 4532.0, 4562.0, 4535.0, 4562.0, 4523.0, 4562.0, 4525.0, 4532.0, 4521.0, 4536.0, 4566.0, 4545.0, 4596.0, 4564.0, 4563.0, 4521.0, 4531.0, 4518.0, 4529.0], 'WindowWidth': [10261.0, 10116.0, 10117.0, 10053.0, 10046.0, 10004.0, 10026.0, 9996.0, 10032.0, 9977.0, 10016.0, 9989.0, 10016.0, 9972.0, 10010.0, 9970.0, 9984.0, 9985.0, 9984.0, 9981.0, 9984.0, 9996.0, 9982.0, 10050.0, 10001.0, 10038.0, 9974.0, 10037.0, 9986.0, 10024.0, 9974.0, 10020.0, 9976.0, 10027.0, 9990.0, 10027.0, 9995.0, 10040.0, 10010.0, 10048.0, 9994.0, 10057.0, 10022.0, 10056.0, 10032.0, 10024.0, 9986.0, 10038.0, 9984.0, 10039.0, 9986.0, 10027.0, 9975.0, 10034.0, 9986.0, 10039.0, 9992.0, 10038.0, 9989.0, 10058.0, 9972.0, 10024.0, 10012.0, 10001.0, 10051.0, 9968.0, 10032.0, 9968.0, 10006.0, 9973.0, 9998.0, 9988.0, 9997.0, 9973.0, 9998.0, 9973.0, 9987.0, 9978.0, 10003.0, 9992.0, 10031.0, 9992.0, 10045.0, 9985.0, 10000.0, 10050.0, 9985.0, 10007.0, 9968.0, 10021.0, 9978.0, 10028.0, 9979.0, 10001.0, 9973.0, 9986.0, 9988.0, 9989.0, 9986.0, 9992.0, 9989.0, 9992.0, 10033.0, 9993.0, 10017.0, 9978.0, 9992.0, 9996.0, 10033.0, 9998.0, 9994.0, 9996.0, 10073.0, 10015.0, 10076.0, 10024.0, 10045.0, 10005.0, 10026.0, 9975.0, 10024.0, 9976.0, 10017.0, 10001.0, 10022.0, 9999.0, 10028.0, 10024.0, 10074.0, 10002.0, 10056.0, 10016.0, 10052.0, 9994.0, 10039.0, 10089.0, 10034.0, 10058.0, 10014.0, 10071.0, 10001.0, 10035.0, 9983.0, 10022.0, 9983.0, 9972.0, 9997.0, 9989.0, 10047.0, 9988.0, 10042.0, 9968.0, 10020.0, 9963.0, 9994.0, 10058.0, 9995.0, 10035.0, 9994.0, 10001.0, 9944.0, 9969.0, 9965.0, 9978.0, 9970.0, 9985.0, 9973.0, 10001.0, 9986.0, 10004.0, 10056.0, 10001.0, 9998.0, 9971.0, 10010.0, 9975.0, 10025.0, 9988.0, 9974.0, 9988.0, 10014.0, 9994.0, 10046.0, 10006.0, 9991.0, 10012.0, 10002.0, 9993.0, 10074.0, 10036.0, 10015.0, 10037.0, 9995.0, 10045.0, 9992.0, 9989.0, 10018.0, 9990.0, 10076.0, 10002.0, 10075.0, 9985.0, 10041.0, 10062.0, 10004.0, 10014.0, 9955.0, 9994.0, 9942.0, 10011.0, 9949.0, 10021.0, 9968.0, 9987.0, 9963.0, 9991.0, 9973.0, 9997.0, 9974.0, 10009.0, 9974.0, 10014.0, 9978.0, 10015.0, 9977.0, 10030.0, 9991.0, 10040.0, 9973.0, 10028.0, 9973.0, 10021.0, 9969.0, 10010.0, 9996.0, 9982.0, 10086.0, 10019.0, 10033.0, 9966.0, 10002.0, 9970.0, 10006.0, 9971.0, 10008.0, 9971.0, 9999.0, 9985.0, 9999.0, 10011.0, 9983.0, 9971.0, 9969.0, 10034.0, 9973.0, 10034.0, 9996.0, 10033.0, 9970.0, 10022.0, 9976.0, 10009.0, 9969.0, 9998.0, 9974.0, 10023.0, 9993.0, 10029.0, 9994.0, 10043.0, 9978.0, 10042.0, 9992.0, 10044.0, 10001.0, 10050.0, 9972.0, 10038.0, 9985.0, 10024.0, 9971.0, 10030.0, 9985.0, 9996.0, 9992.0, 10016.0, 10012.0, 10030.0, 9995.0, 9998.0, 10027.0, 10003.0, 10043.0, 10046.0, 10113.0, 10055.0, 10108.0, 10013.0, 10037.0, 9975.0, 9991.0, 10081.0, 10010.0, 10014.0, 9943.0, 9985.0, 9963.0, 9949.0, 9965.0, 9965.0, 9966.0, 10007.0, 9966.0, 10049.0, 9999.0, 10009.0, 9969.0, 10034.0, 9971.0, 10024.0, 9972.0, 9986.0, 9975.0, 9989.0, 9994.0, 10074.0, 10021.0, 10016.0, 10001.0, 10028.0, 10003.0, 10039.0, 10014.0, 9968.0, 9995.0, 9969.0, 9999.0, 9991.0, 10065.0, 10030.0, 10132.0, 10070.0, 9981.0, 9964.0, 10015.0, 9962.0, 9998.0, 9945.0, 9984.0, 9963.0, 9978.0, 10047.0, 9974.0, 10029.0, 9956.0, 9992.0, 9936.0, 9951.0, 9992.0, 9937.0, 10021.0, 9951.0, 10010.0, 9923.0, 9959.0, 9917.0, 9965.0, 9920.0, 9946.0, 9922.0, 10007.0, 9972.0, 9940.0, 9991.0, 9894.0, 9932.0, 9895.0, 9908.0, 9909.0, 9914.0, 9916.0, 9916.0, 9982.0, 9918.0, 9968.0, 9919.0, 9970.0, 9919.0, 9960.0, 9924.0, 9962.0, 9936.0, 9951.0, 9935.0, 9920.0, 9977.0, 9927.0, 9978.0, 9942.0, 9980.0, 9946.0, 9977.0, 9945.0, 9961.0, 9959.0, 9950.0, 9992.0, 9950.0, 10004.0, 9965.0, 9992.0, 9969.0, 9994.0, 9972.0, 9997.0, 9988.0, 10000.0, 9991.0, 9992.0, 9990.0, 9994.0, 9997.0, 9990.0, 9995.0, 10007.0, 10006.0, 10006.0, 9995.0, 10010.0, 10009.0, 10013.0, 10025.0, 10011.0, 10077.0, 10009.0, 10044.0, 9990.0, 10043.0, 10002.0, 10036.0, 9993.0, 9992.0, 9976.0, 9991.0, 9991.0, 10007.0, 10009.0, 10010.0, 10008.0, 10011.0, 9999.0, 10031.0, 10014.0, 10038.0, 10015.0, 10044.0, 10021.0, 10046.0, 10036.0, 10030.0, 9999.0, 10058.0, 10038.0, 10033.0, 10017.0, 10021.0, 10107.0, 10047.0, 10090.0, 10016.0, 10069.0, 9995.0, 10064.0, 10003.0, 10044.0, 9983.0, 10026.0, 9971.0, 10011.0, 9987.0, 10024.0, 9988.0, 10029.0, 9988.0, 10019.0, 9996.0, 10033.0, 9991.0, 10044.0, 10007.0, 10057.0, 10009.0, 10057.0, 10032.0, 10070.0, 10018.0, 10039.0, 9986.0, 10039.0, 9968.0, 10021.0, 9968.0, 10006.0, 9969.0, 10009.0, 9963.0, 9994.0, 9966.0, 9981.0, 10036.0, 9967.0, 10018.0, 9968.0, 10021.0, 9969.0, 10034.0, 9971.0, 10038.0, 9973.0, 10008.0, 9971.0, 10025.0, 9970.0, 10008.0, 9970.0, 10010.0, 9987.0, 10032.0, 9995.0, 10019.0, 9975.0, 10017.0, 10004.0, 10028.0, 9992.0, 10042.0, 10004.0, 10041.0, 9990.0, 10041.0, 10008.0, 10020.0, 10008.0, 9992.0, 10017.0, 9994.0, 10042.0, 10015.0, 10000.0, 10052.0, 9996.0, 10060.0, 10031.0, 9994.0, 10016.0, 9978.0, 10070.0, 10016.0, 10066.0, 9997.0, 10062.0, 9990.0, 10015.0, 9943.0, 9981.0, 9950.0, 9968.0, 9945.0, 9956.0, 9964.0, 9965.0, 9966.0, 9970.0, 9984.0, 9969.0, 10025.0, 9988.0, 10033.0, 9993.0, 10032.0, 9989.0, 10028.0, 9992.0, 10031.0, 9993.0, 10003.0, 9991.0, 10013.0, 9993.0, 10019.0, 9998.0, 10007.0, 9998.0, 10021.0, 10014.0, 10040.0, 10016.0, 10051.0, 10016.0, 10067.0, 9998.0, 10063.0, 10013.0, 10066.0, 9992.0, 10063.0, 9980.0, 10032.0, 9990.0, 10030.0, 10002.0, 10017.0, 9970.0, 10003.0, 9986.0, 10018.0, 10010.0, 10029.0, 9995.0, 10041.0, 9976.0, 9991.0, 10018.0, 10011.0, 10080.0, 10003.0, 10072.0, 9971.0, 10025.0, 9967.0, 10005.0, 10044.0, 9973.0, 9945.0, 9960.0, 9999.0, 9960.0, 9987.0, 9946.0, 9948.0, 9963.0, 10031.0, 9950.0, 10018.0, 9965.0, 9992.0, 9961.0, 9977.0, 9961.0, 9967.0, 10007.0, 9964.0, 10039.0, 9971.0, 10022.0, 9970.0, 10021.0, 9969.0, 10021.0, 9987.0, 10026.0, 9971.0, 10007.0, 9971.0, 10008.0, 9989.0, 10009.0, 10038.0, 9978.0, 9955.0, 9980.0, 9967.0, 9987.0, 9985.0, 10014.0, 9988.0, 10003.0, 9977.0, 9989.0, 10034.0, 10000.0, 10083.0, 10011.0, 10047.0, 9979.0, 10044.0, 9992.0, 10039.0, 10014.0, 9987.0, 9971.0, 9972.0, 10001.0, 9989.0, 10016.0, 9970.0, 10014.0, 9994.0, 9997.0, 9964.0, 9963.0, 9946.0, 9966.0, 9973.0, 9967.0, 10023.0, 9968.0, 10020.0, 9972.0, 10026.0, 9972.0, 10010.0, 9986.0, 9998.0, 9965.0, 9977.0, 9967.0, 9982.0, 9973.0, 10004.0, 9989.0, 10020.0, 9991.0, 10006.0, 10029.0, 9987.0, 10022.0, 9969.0, 10048.0, 9982.0, 10017.0, 9982.0, 10007.0, 9970.0, 10022.0, 9982.0, 10012.0, 9987.0, 10000.0, 9984.0, 9986.0, 10011.0, 9986.0, 10053.0, 9988.0, 10000.0, 9973.0, 10042.0, 9977.0, 10038.0, 9991.0, 10041.0, 9972.0, 10039.0, 9990.0, 10026.0, 9985.0, 10024.0, 9975.0, 10024.0, 9977.0, 10028.0, 9991.0, 10042.0, 9978.0, 10030.0, 9985.0, 10002.0, 9969.0, 9969.0, 10022.0, 9987.0, 10015.0, 9986.0, 9998.0, 9990.0, 9988.0, 9993.0, 9996.0, 9994.0, 9997.0, 9997.0, 10014.0, 10017.0, 10032.0, 10081.0, 10030.0, 10056.0, 10026.0, 10094.0, 10042.0, 10059.0, 10008.0, 10033.0, 9991.0, 9987.0, 9990.0, 9995.0, 10045.0, 10015.0, 10050.0, 10024.0, 10105.0, 10034.0, 10071.0, 9997.0, 10052.0, 9969.0, 10033.0, 9968.0, 10007.0, 9968.0, 10004.0, 9949.0, 9994.0, 9970.0, 9997.0, 9961.0, 9967.0, 9966.0, 9965.0, 9961.0, 9970.0, 9982.0, 9971.0, 9969.0, 9988.0, 10025.0, 9974.0, 9987.0, 9975.0, 10054.0, 9987.0, 10042.0, 9988.0, 10027.0, 9969.0, 10024.0, 9967.0, 9981.0, 10011.0, 9972.0, 9981.0, 9968.0, 10034.0, 9967.0, 10037.0, 9970.0, 10010.0, 9985.0, 10037.0, 9988.0, 10041.0, 9985.0, 10024.0, 9990.0, 10025.0, 9974.0, 10025.0, 9975.0, 9982.0, 9969.0, 9995.0, 10034.0, 10009.0, 10079.0, 10028.0, 10026.0, 9964.0, 9978.0, 9958.0, 9974.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.0005245506912442396</td></tr>
<tr><td colspan=3>aqi</td><td>0.012589398421658985</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.441973570957295</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2175434940023055</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006090162941176</td></tr>
<tr><td colspan=3>efc</td><td>0.4971</td></tr>
<tr><td colspan=3>fber</td><td>5583.4307</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08948249769218257</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7649769585253456</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.564785495223805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5366736667937144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5820569384389653</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5756258804387357</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140002</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00800260715186596</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032237183302640915</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.004039334288266</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>25.8202</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.738</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.5199</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294135.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>1060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>454.3775</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.2156</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3737.3695</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.0176</td></tr>
<tr><td colspan=3>tsnr</td><td>45.784801001893356</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>