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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:41:44.500000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999965, 0.00178383, 0.00822859, -0.00279247, 0.992248, 0.124246]</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.259</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.114849</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7817, -7218, 26, -85, -149, -31, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>299.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>216dd158-38f9-4fd8-9259-0b4000a35755||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828317642211914, -0.007491999305784702, 0.02144654653966427, 115.59239959716797], [-0.004785897675901651, 2.6621274948120117, 0.3355138599872589, -90.55131530761719], [0.02207670919597149, -0.33334246277809143, 2.6789867877960205, -57.74661636352539], [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': ['174144.500000', '174144.960000', '174145.420000', '174145.880000', '174146.340000', '174146.800000', '174147.260000', '174147.720000', '174148.180000', '174148.640000', '174149.100000', '174149.560000', '174150.020000', '174150.480000', '174150.940000', '174151.400000', '174151.860000', '174152.320000', '174152.780000', '174153.240000', '174153.700000', '174154.160000', '174154.620000', '174155.080000', '174155.540000', '174156.000000', '174156.460000', '174156.920000', '174157.380000', '174157.840000', '174158.300000', '174158.760000', '174159.220000', '174159.680000', '174200.140000', '174200.600000', '174201.060000', '174201.520000', '174201.980000', '174202.440000', '174202.900000', '174203.360000', '174203.820000', '174204.280000', '174204.740000', '174205.200000', '174205.660000', '174206.120000', '174206.580000', '174207.040000', '174207.500000', '174207.960000', '174208.420000', '174208.880000', '174209.340000', '174209.800000', '174210.260000', '174210.720000', '174211.180000', '174211.640000', '174212.100000', '174212.560000', '174213.020000', '174213.480000', '174213.940000', '174214.400000', '174214.860000', '174215.320000', '174215.780000', '174216.240000', '174216.700000', '174217.160000', '174217.620000', '174218.080000', '174218.540000', '174219.000000', '174219.460000', '174219.920000', '174220.380000', '174220.840000', '174221.300000', '174221.760000', '174222.220000', '174222.680000', '174223.140000', '174223.600000', '174224.060000', '174224.520000', '174224.980000', '174225.440000', '174225.900000', '174226.360000', '174226.820000', '174227.280000', '174227.740000', '174228.200000', '174228.660000', '174229.120000', '174229.580000', '174230.040000', '174230.500000', '174230.960000', '174231.420000', '174231.880000', '174232.340000', '174232.800000', '174233.260000', '174233.720000', '174234.180000', '174234.640000', '174235.100000', '174235.560000', '174236.020000', '174236.480000', '174236.940000', '174237.400000', '174237.860000', '174238.320000', '174238.780000', '174239.240000', '174239.700000', '174240.160000', '174240.620000', '174241.080000', '174241.540000', '174242.000000', '174242.460000', '174242.920000', '174243.380000', '174243.840000', '174244.300000', '174244.760000', '174245.220000', '174245.680000', '174246.140000', '174246.600000', '174247.060000', '174247.520000', '174247.980000', '174248.440000', '174248.900000', '174249.360000', '174249.820000', '174250.280000', '174250.740000', '174251.200000', '174251.660000', '174252.120000', '174252.580000', '174253.040000', '174253.500000', '174253.960000', '174254.420000', '174254.880000', '174255.340000', '174255.800000', '174256.260000', '174256.720000', '174257.180000', '174257.640000', '174258.100000', '174258.560000', '174259.020000', '174259.480000', '174259.940000', '174300.400000', '174300.860000', '174301.320000', '174301.780000', '174302.240000', '174302.700000', '174303.160000', '174303.620000', '174304.080000', '174304.540000', '174305.000000', '174305.460000', '174305.920000', '174306.380000', '174306.840000', '174307.300000', '174307.760000', '174308.220000', '174308.680000', '174309.140000', '174309.600000', '174310.060000', '174310.520000', '174310.980000', '174311.440000', '174311.900000', '174312.360000', '174312.820000', '174313.280000', '174313.740000', '174314.200000', '174314.660000', '174315.120000', '174315.580000', '174316.040000', '174316.500000', '174316.960000', '174317.420000', '174317.880000', '174318.340000', '174318.800000', '174319.260000', '174319.720000', '174320.180000', '174320.640000', '174321.100000', '174321.560000', '174322.020000', '174322.480000', '174322.940000', '174323.400000', '174323.860000', '174324.320000', '174324.780000', '174325.240000', '174325.700000', '174326.160000', '174326.620000', '174327.080000', '174327.540000', '174328.000000', '174328.460000', '174328.920000', '174329.380000', '174329.840000', '174330.300000', '174330.760000', '174331.220000', '174331.680000', '174332.140000', '174332.600000', '174333.060000', '174333.520000', '174333.980000', '174334.440000', '174334.900000', '174335.360000', '174335.820000', '174336.280000', '174336.740000', '174337.200000', '174337.660000', '174338.120000', '174338.580000', '174339.040000', '174339.500000', '174339.960000', '174340.420000', '174340.880000', '174341.340000', '174341.800000', '174342.260000', '174342.720000', '174343.180000', '174343.640000', '174344.100000', '174344.560000', '174345.020000', '174345.480000', '174345.940000', '174346.400000', '174346.860000', '174347.320000', '174347.780000', '174348.240000', '174348.700000', '174349.160000', '174349.620000', '174350.080000', '174350.540000', '174351.000000', '174351.460000', '174351.920000', '174352.380000', '174352.840000', '174353.300000', '174353.760000', '174354.220000', '174354.680000', '174355.140000', '174355.600000', '174356.060000', '174356.520000', '174356.980000', '174357.440000', '174357.900000', '174358.360000', '174358.820000', '174359.280000', '174359.740000', '174400.200000', '174400.660000', '174401.120000', '174401.580000', '174402.040000', '174402.500000', '174402.960000', '174403.420000', '174403.880000', '174404.340000', '174404.800000', '174405.260000', '174405.720000', '174406.180000', '174406.640000', '174407.100000', '174407.560000', '174408.020000', '174408.480000', '174408.940000', '174409.400000', '174409.860000', '174410.320000', '174410.780000', '174411.240000', '174411.700000', '174412.160000', '174412.620000', '174413.080000', '174413.540000', '174414.000000', '174414.460000', '174414.920000', '174415.380000', '174415.840000', '174416.300000', '174416.760000', '174417.220000', '174417.680000', '174418.140000', '174418.600000', '174419.060000', '174419.520000', '174419.980000', '174420.440000', '174420.900000', '174421.360000', '174421.820000', '174422.280000', '174422.740000', '174423.200000', '174423.660000', '174424.120000', '174424.580000', '174425.040000', '174425.500000', '174425.960000', '174426.420000', '174426.880000', '174427.340000', '174427.800000', '174428.260000', '174428.720000', '174429.180000', '174429.640000', '174430.100000', '174430.560000', '174431.020000', '174431.480000', '174431.940000', '174432.400000', '174432.860000', '174433.320000', '174433.780000', '174434.240000', '174434.700000', '174435.160000', '174435.620000', '174436.080000', '174436.540000', '174437.000000', '174437.460000', '174437.920000', '174438.380000', '174438.840000', '174439.300000', '174439.760000', '174440.220000', '174440.680000', '174441.140000', '174441.600000', '174442.060000', '174442.520000', '174442.980000', '174443.440000', '174443.900000', '174444.360000', '174444.820000', '174445.280000', '174445.740000', '174446.200000', '174446.660000', '174447.120000', '174447.580000', '174448.040000', '174448.500000', '174448.960000', '174449.420000', '174449.880000', '174450.340000', '174450.800000', '174451.260000', '174451.720000', '174452.180000', '174452.640000', '174453.100000', '174453.560000', '174454.020000', '174454.480000', '174454.940000', '174455.400000', '174455.860000', '174456.320000', '174456.780000', '174457.240000', '174457.700000', '174458.160000', '174458.620000', '174459.080000', '174459.540000', '174500.000000', '174500.460000', '174500.920000', '174501.380000', '174501.840000', '174502.300000', '174502.760000', '174503.220000', '174503.680000', '174504.140000', '174504.600000', '174505.060000', '174505.520000', '174505.980000', '174506.440000', '174506.900000', '174507.360000', '174507.820000', '174508.280000', '174508.740000', '174509.200000', '174509.660000', '174510.120000', '174510.580000', '174511.040000', '174511.500000', '174511.960000', '174512.420000', '174512.880000', '174513.340000', '174513.800000', '174514.260000', '174514.720000', '174515.180000', '174515.640000', '174516.100000', '174516.560000', '174517.020000', '174517.480000', '174517.940000', '174518.400000', '174518.860000', '174519.320000', '174519.780000', '174520.240000', '174520.700000', '174521.160000', '174521.620000', '174522.080000', '174522.540000', '174523.000000', '174523.460000', '174523.920000', '174524.380000', '174524.840000', '174525.300000', '174525.760000', '174526.220000', '174526.680000', '174527.140000', '174527.600000', '174528.060000', '174528.520000', '174528.980000', '174529.440000', '174529.900000', '174530.360000', '174530.820000', '174531.280000', '174531.740000', '174532.200000', '174532.660000', '174533.120000', '174533.580000', '174534.040000', '174534.500000', '174534.960000', '174535.420000', '174535.880000', '174536.340000', '174536.800000', '174537.260000', '174537.720000', '174538.180000', '174538.640000', '174539.100000', '174539.560000', '174540.020000', '174540.480000', '174540.940000', '174541.400000', '174541.860000', '174542.320000', '174542.780000', '174543.240000', '174543.700000', '174544.160000', '174544.620000', '174545.080000', '174545.540000', '174546.000000', '174546.460000', '174546.920000', '174547.380000', '174547.840000', '174548.300000', '174548.760000', '174549.220000', '174549.680000', '174550.140000', '174550.600000', '174551.060000', '174551.520000', '174551.980000', '174552.440000', '174552.900000', '174553.360000', '174553.820000', '174554.280000', '174554.740000', '174555.200000', '174555.660000', '174556.120000', '174556.580000', '174557.040000', '174557.500000', '174557.960000', '174558.420000', '174558.880000', '174559.340000', '174559.800000', '174600.260000', '174600.720000', '174601.180000', '174601.640000', '174602.100000', '174602.560000', '174603.020000', '174603.480000', '174603.940000', '174604.400000', '174604.860000', '174605.320000', '174605.780000', '174606.240000', '174606.700000', '174607.160000', '174607.620000', '174608.080000', '174608.540000', '174609.000000', '174609.460000', '174609.920000', '174610.380000', '174610.840000', '174611.300000', '174611.760000', '174612.220000', '174612.680000', '174613.140000', '174613.600000', '174614.060000', '174614.520000', '174614.980000', '174615.440000', '174615.900000', '174616.360000', '174616.820000', '174617.280000', '174617.740000', '174618.200000', '174618.660000', '174619.120000', '174619.580000', '174620.040000', '174620.500000', '174620.960000', '174621.420000', '174621.880000', '174622.340000', '174622.800000', '174623.260000', '174623.720000', '174624.180000', '174624.640000', '174625.100000', '174625.560000', '174626.020000', '174626.480000', '174626.940000', '174627.400000', '174627.860000', '174628.320000', '174628.780000', '174629.240000', '174629.700000', '174630.160000', '174630.620000', '174631.080000', '174631.540000', '174632.000000', '174632.460000', '174632.920000', '174633.380000', '174633.840000', '174634.300000', '174634.760000', '174635.220000', '174635.680000', '174636.140000', '174636.600000', '174637.060000', '174637.520000', '174637.980000', '174638.440000', '174638.900000', '174639.360000', '174639.820000', '174640.280000', '174640.740000', '174641.200000', '174641.660000', '174642.120000', '174642.580000', '174643.040000', '174643.500000', '174643.960000', '174644.420000', '174644.880000', '174645.340000', '174645.800000', '174646.260000', '174646.720000', '174647.180000', '174647.640000', '174648.100000', '174648.560000', '174649.020000', '174649.480000', '174649.940000', '174650.400000', '174650.860000', '174651.320000', '174651.780000', '174652.240000', '174652.700000', '174653.160000', '174653.620000', '174654.080000', '174654.540000', '174655.000000', '174655.460000', '174655.920000', '174656.380000', '174656.840000', '174657.300000', '174657.760000', '174658.220000', '174658.680000', '174659.140000', '174659.600000', '174700.060000', '174700.520000', '174700.980000', '174701.440000', '174701.900000', '174702.360000', '174702.820000', '174703.280000', '174703.740000', '174704.200000', '174704.660000', '174705.120000', '174705.580000', '174706.040000', '174706.500000', '174706.960000', '174707.420000', '174707.880000', '174708.340000', '174708.800000', '174709.260000', '174709.720000', '174710.180000', '174710.640000', '174711.100000', '174711.560000', '174712.020000', '174712.480000', '174712.940000', '174713.400000', '174713.860000', '174714.320000', '174714.780000', '174715.240000', '174715.700000', '174716.160000', '174716.620000', '174717.080000', '174717.540000', '174718.000000', '174718.460000', '174718.920000', '174719.380000', '174719.840000', '174720.300000', '174720.760000', '174721.220000', '174721.680000', '174722.140000', '174722.600000', '174723.060000', '174723.520000', '174723.980000', '174724.440000', '174724.900000', '174725.360000', '174725.820000', '174726.280000', '174726.740000', '174727.200000', '174727.660000', '174728.120000', '174728.580000', '174729.040000', '174729.500000', '174729.960000', '174730.420000', '174730.880000', '174731.340000', '174731.800000', '174732.260000', '174732.720000', '174733.180000', '174733.640000', '174734.100000', '174734.560000', '174735.020000', '174735.480000', '174735.940000', '174736.400000', '174736.860000', '174737.320000', '174737.780000', '174738.240000', '174738.700000', '174739.160000', '174739.620000', '174740.080000', '174740.540000', '174741.000000', '174741.460000', '174741.920000', '174742.380000', '174742.840000', '174743.300000', '174743.760000', '174744.220000', '174744.680000', '174745.140000', '174745.600000', '174746.060000', '174746.520000', '174746.980000', '174747.440000', '174747.900000', '174748.360000', '174748.820000', '174749.280000', '174749.740000', '174750.200000', '174750.660000', '174751.120000', '174751.580000', '174752.040000', '174752.500000', '174752.960000', '174753.420000', '174753.880000', '174754.340000', '174754.800000', '174755.260000', '174755.720000', '174756.180000', '174756.640000', '174757.100000', '174757.560000', '174758.020000', '174758.480000', '174758.940000', '174759.400000', '174759.860000', '174800.320000', '174800.780000', '174801.240000', '174801.700000', '174802.160000', '174802.620000', '174803.080000', '174803.540000', '174804.000000', '174804.460000', '174804.920000', '174805.380000', '174805.840000', '174806.300000', '174806.760000', '174807.220000', '174807.680000', '174808.140000', '174808.600000', '174809.060000', '174809.520000', '174809.980000', '174810.440000', '174810.900000', '174811.360000', '174811.820000', '174812.280000', '174812.740000', '174813.200000', '174813.660000', '174814.120000', '174814.580000', '174815.040000', '174815.500000', '174815.960000', '174816.420000', '174816.880000', '174817.340000', '174817.800000', '174818.260000', '174818.720000', '174819.180000', '174819.640000', '174820.100000', '174820.560000', '174821.020000', '174821.480000', '174821.940000', '174822.400000', '174822.860000', '174823.320000', '174823.780000', '174824.240000', '174824.700000', '174825.160000'], 'ContentTime': ['174204.983000', '174204.986000', '174204.988000', '174204.991000', '174204.994000', '174204.996000', '174205.000000', '174205.003000', '174205.006000', '174205.009000', '174205.012000', '174205.015000', '174205.017000', '174205.020000', '174205.023000', '174205.025000', '174205.028000', '174205.031000', '174205.034000', '174205.036000', '174205.039000', '174205.041000', '174205.044000', '174205.052000', '174205.054000', '174205.057000', '174205.060000', '174205.062000', '174205.065000', '174205.067000', '174205.070000', '174205.073000', '174205.075000', '174205.078000', '174205.081000', '174205.083000', '174205.086000', '174205.089000', '174205.093000', '174205.096000', '174205.098000', '174224.957000', '174224.960000', '174224.962000', '174224.965000', '174224.968000', '174224.970000', '174224.973000', '174224.975000', '174224.978000', '174224.980000', '174224.983000', '174224.985000', '174224.988000', '174224.990000', '174224.993000', '174224.995000', '174224.998000', '174225.002000', '174225.004000', '174225.007000', '174225.009000', '174225.012000', '174225.014000', '174225.017000', '174225.019000', '174225.022000', '174225.024000', '174225.027000', '174225.029000', '174225.032000', '174225.034000', '174225.037000', '174225.039000', '174225.042000', '174225.044000', '174225.047000', '174225.049000', '174225.052000', '174225.054000', '174225.057000', '174225.059000', '174225.062000', '174225.064000', '174225.067000', '174244.946000', '174244.949000', '174244.952000', '174244.958000', '174244.960000', '174244.963000', '174244.965000', '174244.968000', '174244.970000', '174244.973000', '174244.975000', '174244.978000', '174244.981000', '174244.983000', '174244.986000', '174244.989000', '174244.991000', '174244.994000', '174244.996000', '174245.000000', '174245.002000', '174245.005000', '174245.008000', '174245.010000', '174245.013000', '174245.016000', '174245.018000', '174245.021000', '174245.023000', '174245.026000', '174245.028000', '174245.031000', '174245.033000', '174245.036000', '174245.038000', '174245.041000', '174245.043000', '174245.046000', '174245.048000', '174245.051000', '174245.053000', '174245.056000', '174245.058000', '174304.946000', '174304.949000', '174304.953000', '174304.956000', '174304.959000', '174304.962000', '174304.968000', '174304.971000', '174304.973000', '174304.976000', '174304.978000', '174304.981000', '174304.983000', '174304.986000', '174304.989000', '174304.991000', '174304.994000', '174304.996000', '174305.000000', '174305.002000', '174305.005000', '174305.007000', '174305.010000', '174305.012000', '174305.015000', '174305.017000', '174305.020000', '174305.023000', '174305.025000', '174305.028000', '174305.030000', '174305.033000', '174305.035000', '174305.038000', '174305.040000', '174305.043000', '174305.045000', '174305.048000', '174305.050000', '174305.053000', '174305.055000', '174305.058000', '174305.061000', '174324.946000', '174324.949000', '174324.952000', '174324.954000', '174324.957000', '174324.959000', '174324.962000', '174324.964000', '174324.967000', '174324.969000', '174324.972000', '174324.974000', '174324.977000', '174324.980000', '174324.982000', '174324.985000', '174324.987000', '174324.990000', '174324.992000', '174324.995000', '174324.997000', '174325.001000', '174325.003000', '174325.006000', '174325.008000', '174325.011000', '174325.014000', '174325.016000', '174325.019000', '174325.021000', '174325.024000', '174325.026000', '174325.029000', '174325.032000', '174325.034000', '174325.037000', '174325.039000', '174325.042000', '174325.044000', '174325.047000', '174325.049000', '174325.052000', '174325.054000', '174325.057000', '174344.947000', '174344.950000', '174344.953000', '174344.956000', '174344.958000', '174344.961000', '174344.963000', '174344.967000', '174344.969000', '174344.972000', '174344.974000', '174344.977000', '174344.980000', '174344.982000', '174344.985000', '174344.987000', '174344.990000', '174344.993000', '174344.995000', '174344.998000', '174345.001000', '174345.004000', '174345.006000', '174345.009000', '174345.011000', '174345.014000', '174345.016000', '174345.019000', '174345.022000', '174345.024000', '174345.027000', '174345.029000', '174345.032000', '174345.034000', '174345.037000', '174345.040000', '174345.051000', '174345.054000', '174345.057000', '174345.070000', '174345.072000', '174345.075000', '174345.077000', '174345.080000', '174404.947000', '174404.950000', '174404.953000', '174404.955000', '174404.958000', '174404.960000', '174404.963000', '174404.965000', '174404.968000', '174404.971000', '174404.973000', '174404.976000', '174404.978000', '174404.981000', '174404.983000', '174404.986000', '174404.989000', '174404.991000', '174404.994000', '174404.996000', '174405.000000', '174405.002000', '174405.005000', '174405.007000', '174405.010000', '174405.013000', '174405.015000', '174405.018000', '174405.020000', '174405.023000', '174405.025000', '174405.028000', '174405.030000', '174405.033000', '174405.036000', '174405.039000', '174405.041000', '174405.044000', '174405.047000', '174405.050000', '174405.052000', '174405.055000', '174405.057000', '174424.948000', '174424.950000', '174424.953000', '174424.956000', '174424.958000', '174424.961000', '174424.963000', '174424.966000', '174424.968000', '174424.971000', '174424.973000', '174424.976000', '174424.978000', '174424.981000', '174424.984000', '174424.986000', '174424.989000', '174424.991000', '174425.001000', '174425.004000', '174425.007000', '174425.009000', '174425.012000', '174425.014000', '174425.017000', '174425.019000', '174425.022000', '174425.024000', '174425.027000', '174425.029000', '174425.032000', '174425.035000', '174425.037000', '174425.040000', '174425.042000', '174425.045000', '174425.048000', '174425.050000', '174425.053000', '174425.055000', '174425.058000', '174425.060000', '174425.063000', '174425.065000', '174444.947000', '174444.950000', '174444.953000', '174444.955000', '174444.958000', '174444.960000', '174444.963000', '174444.965000', '174444.968000', '174444.971000', '174444.973000', '174444.976000', '174444.978000', '174444.981000', '174444.983000', '174444.986000', '174444.989000', '174444.991000', '174444.994000', '174444.996000', '174445.000000', '174445.002000', '174445.005000', '174445.008000', '174445.010000', '174445.013000', '174445.015000', '174445.018000', '174445.020000', '174445.023000', '174445.025000', '174445.028000', '174445.030000', '174445.033000', '174445.035000', '174445.038000', '174445.041000', '174445.043000', '174445.046000', '174445.048000', '174445.051000', '174445.053000', '174445.056000', '174504.946000', '174504.949000', '174504.952000', '174504.955000', '174504.957000', '174504.960000', '174504.963000', '174504.965000', '174504.968000', '174504.971000', '174504.973000', '174504.976000', '174504.978000', '174504.981000', '174504.983000', '174504.986000', '174504.989000', '174504.991000', '174504.994000', '174504.996000', '174505.000000', '174505.003000', '174505.005000', '174505.008000', '174505.010000', '174505.013000', '174505.016000', '174505.018000', '174505.021000', '174505.023000', '174505.026000', '174505.028000', '174505.031000', '174505.033000', '174505.036000', '174505.039000', '174505.041000', '174505.044000', '174505.046000', '174505.049000', '174505.052000', '174505.054000', '174505.057000', '174505.061000', '174524.946000', '174524.949000', '174524.952000', '174524.955000', '174524.957000', '174524.960000', '174524.963000', '174524.965000', '174524.968000', '174524.970000', '174524.973000', '174524.975000', '174524.978000', '174524.980000', '174524.983000', '174524.986000', '174524.988000', '174524.991000', '174524.993000', '174524.996000', '174524.999000', '174525.002000', '174525.005000', '174525.008000', '174525.010000', '174525.013000', '174525.015000', '174525.018000', '174525.021000', '174525.023000', '174525.026000', '174525.028000', '174525.031000', '174525.033000', '174525.067000', '174525.070000', '174525.072000', '174525.075000', '174525.078000', '174525.080000', '174525.083000', '174525.085000', '174525.088000', '174544.947000', '174544.950000', '174544.952000', '174544.955000', '174544.957000', '174544.960000', '174544.963000', '174544.965000', '174544.968000', '174544.970000', '174544.973000', '174544.975000', '174544.978000', '174544.980000', '174544.983000', '174544.985000', '174544.988000', '174544.990000', '174544.993000', '174544.996000', '174544.998000', '174545.002000', '174545.005000', '174545.007000', '174545.010000', '174545.012000', '174545.015000', '174545.018000', '174545.020000', '174545.023000', '174545.025000', '174545.028000', '174545.031000', '174545.033000', '174545.036000', '174545.039000', '174545.041000', '174545.044000', '174545.046000', '174545.049000', '174545.051000', '174545.054000', '174545.056000', '174545.059000', '174604.948000', '174604.950000', '174604.953000', '174604.955000', '174604.958000', '174604.961000', '174604.963000', '174604.966000', '174604.968000', '174604.971000', '174604.973000', '174604.976000', '174604.978000', '174604.981000', '174604.983000', '174604.986000', '174604.988000', '174604.991000', '174604.994000', '174604.996000', '174605.000000', '174605.002000', '174605.005000', '174605.007000', '174605.010000', '174605.012000', '174605.015000', '174605.018000', '174605.020000', '174605.023000', '174605.025000', '174605.028000', '174605.030000', '174605.033000', '174605.036000', '174605.038000', '174605.041000', '174605.043000', '174605.046000', '174605.048000', '174605.051000', '174605.053000', '174605.056000', '174624.947000', '174624.950000', '174624.953000', '174624.956000', '174624.958000', '174624.961000', '174624.963000', '174624.966000', '174624.969000', '174624.971000', '174624.974000', '174624.977000', '174624.979000', '174624.982000', '174624.984000', '174624.987000', '174624.990000', '174624.992000', '174624.995000', '174624.998000', '174625.001000', '174625.004000', '174625.006000', '174625.009000', '174625.012000', '174625.014000', '174625.017000', '174625.019000', '174625.022000', '174625.024000', '174625.027000', '174625.029000', '174625.032000', '174625.035000', '174625.037000', '174625.040000', '174625.042000', '174625.045000', '174625.047000', '174625.050000', '174625.052000', '174625.055000', '174625.058000', '174625.060000', '174644.948000', '174644.951000', '174644.954000', '174644.957000', '174644.959000', '174644.962000', '174644.965000', '174644.967000', '174644.970000', '174644.972000', '174644.975000', '174644.977000', '174644.980000', '174644.983000', '174644.985000', '174644.988000', '174644.990000', '174644.993000', '174644.996000', '174644.998000', '174645.002000', '174645.005000', '174645.007000', '174645.010000', '174645.012000', '174645.015000', '174645.018000', '174645.020000', '174645.023000', '174645.025000', '174645.028000', '174645.031000', '174645.033000', '174645.036000', '174645.038000', '174645.041000', '174645.043000', '174645.046000', '174645.048000', '174645.051000', '174645.053000', '174645.056000', '174645.059000', '174704.947000', '174704.951000', '174704.962000', '174704.964000', '174704.967000', '174704.969000', '174704.972000', '174704.975000', '174704.977000', '174704.980000', '174704.982000', '174704.985000', '174704.987000', '174704.990000', '174704.993000', '174704.995000', '174704.998000', '174705.002000', '174705.004000', '174705.007000', '174705.010000', '174705.012000', '174705.015000', '174705.017000', '174705.020000', '174705.023000', '174705.026000', '174705.028000', '174705.031000', '174705.033000', '174705.036000', '174705.039000', '174705.041000', '174705.044000', '174705.047000', '174705.049000', '174705.052000', '174705.054000', '174705.057000', '174705.060000', '174705.062000', '174705.065000', '174705.067000', '174724.947000', '174724.950000', '174724.952000', '174724.955000', '174724.957000', '174724.960000', '174724.963000', '174724.965000', '174724.968000', '174724.971000', '174724.973000', '174724.976000', '174724.978000', '174724.981000', '174724.984000', '174724.986000', '174724.989000', '174724.992000', '174724.994000', '174724.997000', '174725.000000', '174725.003000', '174725.006000', '174725.008000', '174725.011000', '174725.014000', '174725.016000', '174725.019000', '174725.021000', '174725.024000', '174725.026000', '174725.029000', '174725.032000', '174725.034000', '174725.037000', '174725.039000', '174725.042000', '174725.044000', '174725.047000', '174725.050000', '174725.052000', '174725.055000', '174725.057000', '174725.060000', '174744.946000', '174744.949000', '174744.952000', '174744.955000', '174744.957000', '174744.960000', '174744.962000', '174744.965000', '174744.967000', '174744.970000', '174744.972000', '174744.975000', '174744.977000', '174744.980000', '174744.983000', '174744.985000', '174744.988000', '174744.990000', '174744.993000', '174744.995000', '174744.998000', '174745.002000', '174745.004000', '174745.007000', '174745.009000', '174745.012000', '174745.015000', '174745.017000', '174745.021000', '174745.024000', '174745.027000', '174745.029000', '174745.032000', '174745.034000', '174745.037000', '174745.040000', '174745.042000', '174745.045000', '174745.047000', '174745.050000', '174745.053000', '174745.055000', '174745.058000', '174745.060000', '174804.946000', '174804.949000', '174804.952000', '174804.954000', '174804.957000', '174804.959000', '174804.962000', '174804.965000', '174804.967000', '174804.970000', '174804.972000', '174804.975000', '174804.977000', '174804.980000', '174804.982000', '174804.985000', '174804.988000', '174804.990000', '174804.993000', '174804.996000', '174804.998000', '174805.002000', '174805.005000', '174805.008000', '174805.010000', '174805.013000', '174805.015000', '174805.018000', '174805.021000', '174805.023000', '174805.026000', '174805.028000', '174805.031000', '174805.034000', '174805.036000', '174805.039000', '174805.041000', '174805.044000', '174805.046000', '174805.049000', '174805.051000', '174805.054000', '174805.057000', '174824.947000', '174824.950000', '174824.953000', '174824.956000', '174824.959000', '174824.962000', '174824.965000', '174824.967000', '174824.970000', '174824.973000', '174824.975000', '174824.978000', '174824.980000', '174824.991000', '174824.993000', '174824.996000', '174825.000000', '174825.002000', '174825.005000', '174825.007000', '174825.010000', '174825.012000', '174825.015000', '174825.017000', '174825.020000', '174825.022000', '174825.025000', '174825.027000', '174825.030000', '174825.033000', '174825.035000', '174825.038000', '174825.040000', '174825.043000', '174825.045000', '174825.048000', '174825.050000', '174825.053000', '174825.056000', '174825.058000', '174825.061000', '174825.063000', '174825.066000', '174826.793000', '174826.796000', '174826.799000', '174826.802000', '174826.805000'], 'InstanceCreationTime': ['174204.983000', '174204.986000', '174204.988000', '174204.991000', '174204.994000', '174204.996000', '174205.000000', '174205.003000', '174205.006000', '174205.009000', '174205.012000', '174205.015000', '174205.017000', '174205.020000', '174205.023000', '174205.025000', '174205.028000', '174205.031000', '174205.034000', '174205.036000', '174205.039000', '174205.041000', '174205.044000', '174205.052000', '174205.054000', '174205.057000', '174205.060000', '174205.062000', '174205.065000', '174205.067000', '174205.070000', '174205.073000', '174205.075000', '174205.078000', '174205.081000', '174205.083000', '174205.086000', '174205.089000', '174205.093000', '174205.096000', '174205.098000', '174224.957000', '174224.960000', '174224.962000', '174224.965000', '174224.968000', '174224.970000', '174224.973000', '174224.975000', '174224.978000', '174224.980000', '174224.983000', '174224.985000', '174224.988000', '174224.990000', '174224.993000', '174224.995000', '174224.998000', '174225.002000', '174225.004000', '174225.007000', '174225.009000', '174225.012000', '174225.014000', '174225.017000', '174225.019000', '174225.022000', '174225.024000', '174225.027000', '174225.029000', '174225.032000', '174225.034000', '174225.037000', '174225.039000', '174225.042000', '174225.044000', '174225.047000', '174225.049000', '174225.052000', '174225.054000', '174225.057000', '174225.059000', '174225.062000', '174225.064000', '174225.067000', '174244.946000', '174244.949000', '174244.952000', '174244.958000', '174244.960000', '174244.963000', '174244.965000', '174244.968000', '174244.970000', '174244.973000', '174244.975000', '174244.978000', '174244.981000', '174244.983000', '174244.986000', '174244.989000', '174244.991000', '174244.994000', '174244.996000', '174245.000000', '174245.002000', '174245.005000', '174245.008000', '174245.010000', '174245.013000', '174245.016000', '174245.018000', '174245.021000', '174245.023000', '174245.026000', '174245.028000', '174245.031000', '174245.033000', '174245.036000', '174245.038000', '174245.041000', '174245.043000', '174245.046000', '174245.048000', '174245.051000', '174245.053000', '174245.056000', '174245.058000', '174304.946000', '174304.949000', '174304.953000', '174304.956000', '174304.959000', '174304.962000', '174304.968000', '174304.971000', '174304.973000', '174304.976000', '174304.978000', '174304.981000', '174304.983000', '174304.986000', '174304.989000', '174304.991000', '174304.994000', '174304.996000', '174305.000000', '174305.002000', '174305.005000', '174305.007000', '174305.010000', '174305.012000', '174305.015000', '174305.017000', '174305.020000', '174305.023000', '174305.025000', '174305.028000', '174305.030000', '174305.033000', '174305.035000', '174305.038000', '174305.040000', '174305.043000', '174305.045000', '174305.048000', '174305.050000', '174305.053000', '174305.055000', '174305.058000', '174305.061000', '174324.946000', '174324.949000', '174324.952000', '174324.954000', '174324.957000', '174324.959000', '174324.962000', '174324.964000', '174324.967000', '174324.969000', '174324.972000', '174324.974000', '174324.977000', '174324.980000', '174324.982000', '174324.985000', '174324.987000', '174324.990000', '174324.992000', '174324.995000', '174324.997000', '174325.001000', '174325.003000', '174325.006000', '174325.008000', '174325.011000', '174325.014000', '174325.016000', '174325.019000', '174325.021000', '174325.024000', '174325.026000', '174325.029000', '174325.032000', '174325.034000', '174325.037000', '174325.039000', '174325.042000', '174325.044000', '174325.047000', '174325.049000', '174325.052000', '174325.054000', '174325.057000', '174344.947000', '174344.950000', '174344.953000', '174344.956000', '174344.958000', '174344.961000', '174344.963000', '174344.967000', '174344.969000', '174344.972000', '174344.974000', '174344.977000', '174344.980000', '174344.982000', '174344.985000', '174344.987000', '174344.990000', '174344.993000', '174344.995000', '174344.998000', '174345.001000', '174345.004000', '174345.006000', '174345.009000', '174345.011000', '174345.014000', '174345.016000', '174345.019000', '174345.022000', '174345.024000', '174345.027000', '174345.029000', '174345.032000', '174345.034000', '174345.037000', '174345.040000', '174345.051000', '174345.054000', '174345.057000', '174345.070000', '174345.072000', '174345.075000', '174345.077000', '174345.080000', '174404.947000', '174404.950000', '174404.953000', '174404.955000', '174404.958000', '174404.960000', '174404.963000', '174404.965000', '174404.968000', '174404.971000', '174404.973000', '174404.976000', '174404.978000', '174404.981000', '174404.983000', '174404.986000', '174404.989000', '174404.991000', '174404.994000', '174404.996000', '174405.000000', '174405.002000', '174405.005000', '174405.007000', '174405.010000', '174405.013000', '174405.015000', '174405.018000', '174405.020000', '174405.023000', '174405.025000', '174405.028000', '174405.030000', '174405.033000', '174405.036000', '174405.039000', '174405.041000', '174405.044000', '174405.047000', '174405.050000', '174405.052000', '174405.055000', '174405.057000', '174424.948000', '174424.950000', '174424.953000', '174424.956000', '174424.958000', '174424.961000', '174424.963000', '174424.966000', '174424.968000', '174424.971000', '174424.973000', '174424.976000', '174424.978000', '174424.981000', '174424.984000', '174424.986000', '174424.989000', '174424.991000', '174425.001000', '174425.004000', '174425.007000', '174425.009000', '174425.012000', '174425.014000', '174425.017000', '174425.019000', '174425.022000', '174425.024000', '174425.027000', '174425.029000', '174425.032000', '174425.035000', '174425.037000', '174425.040000', '174425.042000', '174425.045000', '174425.048000', '174425.050000', '174425.053000', '174425.055000', '174425.058000', '174425.060000', '174425.063000', '174425.065000', '174444.947000', '174444.950000', '174444.953000', '174444.955000', '174444.958000', '174444.960000', '174444.963000', '174444.965000', '174444.968000', '174444.971000', '174444.973000', '174444.976000', '174444.978000', '174444.981000', '174444.983000', '174444.986000', '174444.989000', '174444.991000', '174444.994000', '174444.996000', '174445.000000', '174445.002000', '174445.005000', '174445.008000', '174445.010000', '174445.013000', '174445.015000', '174445.018000', '174445.020000', '174445.023000', '174445.025000', '174445.028000', '174445.030000', '174445.033000', '174445.035000', '174445.038000', '174445.041000', '174445.043000', '174445.046000', '174445.048000', '174445.051000', '174445.053000', '174445.056000', '174504.946000', '174504.949000', '174504.952000', '174504.955000', '174504.957000', '174504.960000', '174504.963000', '174504.965000', '174504.968000', '174504.971000', '174504.973000', '174504.976000', '174504.978000', '174504.981000', '174504.983000', '174504.986000', '174504.989000', '174504.991000', '174504.994000', '174504.996000', '174505.000000', '174505.003000', '174505.005000', '174505.008000', '174505.010000', '174505.013000', '174505.016000', '174505.018000', '174505.021000', '174505.023000', '174505.026000', '174505.028000', '174505.031000', '174505.033000', '174505.036000', '174505.039000', '174505.041000', '174505.044000', '174505.046000', '174505.049000', '174505.052000', '174505.054000', '174505.057000', '174505.061000', '174524.946000', '174524.949000', '174524.952000', '174524.955000', '174524.957000', '174524.960000', '174524.963000', '174524.965000', '174524.968000', '174524.970000', '174524.973000', '174524.975000', '174524.978000', '174524.980000', '174524.983000', '174524.986000', '174524.988000', '174524.991000', '174524.993000', '174524.996000', '174524.999000', '174525.002000', '174525.005000', '174525.008000', '174525.010000', '174525.013000', '174525.015000', '174525.018000', '174525.021000', '174525.023000', '174525.026000', '174525.028000', '174525.031000', '174525.033000', '174525.067000', '174525.070000', '174525.072000', '174525.075000', '174525.078000', '174525.080000', '174525.083000', '174525.085000', '174525.088000', '174544.947000', '174544.950000', '174544.952000', '174544.955000', '174544.957000', '174544.960000', '174544.963000', '174544.965000', '174544.968000', '174544.970000', '174544.973000', '174544.975000', '174544.978000', '174544.980000', '174544.983000', '174544.985000', '174544.988000', '174544.990000', '174544.993000', '174544.996000', '174544.998000', '174545.002000', '174545.005000', '174545.007000', '174545.010000', '174545.012000', '174545.015000', '174545.018000', '174545.020000', '174545.023000', '174545.025000', '174545.028000', '174545.031000', '174545.033000', '174545.036000', '174545.039000', '174545.041000', '174545.044000', '174545.046000', '174545.049000', '174545.051000', '174545.054000', '174545.056000', '174545.059000', '174604.948000', '174604.950000', '174604.953000', '174604.955000', '174604.958000', '174604.961000', '174604.963000', '174604.966000', '174604.968000', '174604.971000', '174604.973000', '174604.976000', '174604.978000', '174604.981000', '174604.983000', '174604.986000', '174604.988000', '174604.991000', '174604.994000', '174604.996000', '174605.000000', '174605.002000', '174605.005000', '174605.007000', '174605.010000', '174605.012000', '174605.015000', '174605.018000', '174605.020000', '174605.023000', '174605.025000', '174605.028000', '174605.030000', '174605.033000', '174605.036000', '174605.038000', '174605.041000', '174605.043000', '174605.046000', '174605.048000', '174605.051000', '174605.053000', '174605.056000', '174624.947000', '174624.950000', '174624.953000', '174624.956000', '174624.958000', '174624.961000', '174624.963000', '174624.966000', '174624.969000', '174624.971000', '174624.974000', '174624.977000', '174624.979000', '174624.982000', '174624.984000', '174624.987000', '174624.990000', '174624.992000', '174624.995000', '174624.998000', '174625.001000', '174625.004000', '174625.006000', '174625.009000', '174625.012000', '174625.014000', '174625.017000', '174625.019000', '174625.022000', '174625.024000', '174625.027000', '174625.029000', '174625.032000', '174625.035000', '174625.037000', '174625.040000', '174625.042000', '174625.045000', '174625.047000', '174625.050000', '174625.052000', '174625.055000', '174625.058000', '174625.060000', '174644.948000', '174644.951000', '174644.954000', '174644.957000', '174644.959000', '174644.962000', '174644.965000', '174644.967000', '174644.970000', '174644.972000', '174644.975000', '174644.977000', '174644.980000', '174644.983000', '174644.985000', '174644.988000', '174644.990000', '174644.993000', '174644.996000', '174644.998000', '174645.002000', '174645.005000', '174645.007000', '174645.010000', '174645.012000', '174645.015000', '174645.018000', '174645.020000', '174645.023000', '174645.025000', '174645.028000', '174645.031000', '174645.033000', '174645.036000', '174645.038000', '174645.041000', '174645.043000', '174645.046000', '174645.048000', '174645.051000', '174645.053000', '174645.056000', '174645.059000', '174704.947000', '174704.951000', '174704.962000', '174704.964000', '174704.967000', '174704.969000', '174704.972000', '174704.975000', '174704.977000', '174704.980000', '174704.982000', '174704.985000', '174704.987000', '174704.990000', '174704.993000', '174704.995000', '174704.998000', '174705.002000', '174705.004000', '174705.007000', '174705.010000', '174705.012000', '174705.015000', '174705.017000', '174705.020000', '174705.023000', '174705.026000', '174705.028000', '174705.031000', '174705.033000', '174705.036000', '174705.039000', '174705.041000', '174705.044000', '174705.047000', '174705.049000', '174705.052000', '174705.054000', '174705.057000', '174705.060000', '174705.062000', '174705.065000', '174705.067000', '174724.947000', '174724.950000', '174724.952000', '174724.955000', '174724.957000', '174724.960000', '174724.963000', '174724.965000', '174724.968000', '174724.971000', '174724.973000', '174724.976000', '174724.978000', '174724.981000', '174724.984000', '174724.986000', '174724.989000', '174724.992000', '174724.994000', '174724.997000', '174725.000000', '174725.003000', '174725.006000', '174725.008000', '174725.011000', '174725.014000', '174725.016000', '174725.019000', '174725.021000', '174725.024000', '174725.026000', '174725.029000', '174725.032000', '174725.034000', '174725.037000', '174725.039000', '174725.042000', '174725.044000', '174725.047000', '174725.050000', '174725.052000', '174725.055000', '174725.057000', '174725.060000', '174744.946000', '174744.949000', '174744.952000', '174744.955000', '174744.957000', '174744.960000', '174744.962000', '174744.965000', '174744.967000', '174744.970000', '174744.972000', '174744.975000', '174744.977000', '174744.980000', '174744.983000', '174744.985000', '174744.988000', '174744.990000', '174744.993000', '174744.995000', '174744.998000', '174745.002000', '174745.004000', '174745.007000', '174745.009000', '174745.012000', '174745.015000', '174745.017000', '174745.021000', '174745.024000', '174745.027000', '174745.029000', '174745.032000', '174745.034000', '174745.037000', '174745.040000', '174745.042000', '174745.045000', '174745.047000', '174745.050000', '174745.053000', '174745.055000', '174745.058000', '174745.060000', '174804.946000', '174804.949000', '174804.952000', '174804.954000', '174804.957000', '174804.959000', '174804.962000', '174804.965000', '174804.967000', '174804.970000', '174804.972000', '174804.975000', '174804.977000', '174804.980000', '174804.982000', '174804.985000', '174804.988000', '174804.990000', '174804.993000', '174804.996000', '174804.998000', '174805.002000', '174805.005000', '174805.008000', '174805.010000', '174805.013000', '174805.015000', '174805.018000', '174805.021000', '174805.023000', '174805.026000', '174805.028000', '174805.031000', '174805.034000', '174805.036000', '174805.039000', '174805.041000', '174805.044000', '174805.046000', '174805.049000', '174805.051000', '174805.054000', '174805.057000', '174824.947000', '174824.950000', '174824.953000', '174824.956000', '174824.959000', '174824.962000', '174824.965000', '174824.967000', '174824.970000', '174824.973000', '174824.975000', '174824.978000', '174824.980000', '174824.991000', '174824.993000', '174824.996000', '174825.000000', '174825.002000', '174825.005000', '174825.007000', '174825.010000', '174825.012000', '174825.015000', '174825.017000', '174825.020000', '174825.022000', '174825.025000', '174825.027000', '174825.030000', '174825.033000', '174825.035000', '174825.038000', '174825.040000', '174825.043000', '174825.045000', '174825.048000', '174825.050000', '174825.053000', '174825.056000', '174825.058000', '174825.061000', '174825.063000', '174825.066000', '174826.793000', '174826.796000', '174826.799000', '174826.802000', '174826.805000'], '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': [8586, 10271, 8785, 11248, 10733, 7986, 9701, 7971, 11698, 7982, 13272, 10969, 8137, 8663, 7940, 10497, 7738, 12865, 10523, 7888, 8174, 7569, 9092, 7725, 12852, 9567, 10501, 7660, 7315, 7793, 7680, 12938, 9106, 8125, 7561, 7278, 10255, 8673, 13047, 10174, 7723, 8467, 7731, 11755, 9540, 14695, 10096, 7906, 8502, 7153, 11783, 9367, 14904, 9172, 8816, 7904, 7544, 11054, 9290, 14392, 8076, 10356, 7943, 9482, 9334, 8463, 11458, 7707, 10519, 7770, 9443, 10261, 8422, 12828, 7748, 9949, 8419, 8747, 10795, 8368, 12319, 7602, 8158, 8880, 9286, 12960, 9671, 10341, 8180, 7438, 10295, 9481, 13809, 9883, 9467, 8645, 8444, 12041, 9587, 13276, 8040, 7194, 7949, 7886, 13287, 10211, 9265, 7976, 7038, 9675, 8759, 14185, 10110, 9048, 8536, 7293, 11795, 10161, 14312, 10758, 8080, 9117, 7880, 12805, 10222, 10344, 8840, 7223, 9667, 7992, 13953, 10719, 14148, 9295, 9509, 7952, 10011, 9022, 10739, 9613, 7493, 8003, 7534, 10718, 8928, 11581, 9925, 7420, 7754, 7444, 12033, 9935, 13349, 8206, 7673, 7644, 8263, 12509, 8929, 11397, 8239, 7920, 9302, 8935, 14196, 8912, 12051, 8245, 11773, 10224, 10533, 8883, 7400, 8645, 7377, 11832, 9577, 11401, 8158, 6869, 7342, 7033, 10953, 8860, 12666, 7886, 10892, 7936, 11756, 9618, 9269, 8531, 7662, 7874, 7567, 10684, 8444, 10802, 9711, 7142, 7780, 7126, 10894, 9373, 14779, 9553, 11662, 8829, 10994, 9570, 9184, 9871, 8121, 7924, 7590, 10717, 8715, 8513, 9983, 8158, 11378, 7540, 13104, 11024, 10089, 8580, 7897, 10486, 7749, 14481, 10507, 15091, 10076, 7285, 7979, 7695, 11458, 9037, 10936, 9974, 7922, 9691, 7832, 11726, 9637, 8992, 11251, 7588, 10426, 7715, 9397, 12165, 9107, 12330, 8582, 6970, 9252, 8811, 14948, 10265, 8405, 8380, 7416, 12760, 10380, 14213, 10310, 7297, 8483, 7386, 11620, 9684, 8368, 10050, 7279, 10038, 8855, 10453, 13068, 8837, 12700, 7919, 8887, 9628, 8622, 7412, 8285, 8508, 7515, 8430, 8289, 10549, 12929, 8878, 7912, 9766, 8494, 9447, 11932, 8050, 7262, 7719, 7747, 11930, 10398, 7984, 10141, 7592, 7338, 12095, 9679, 9491, 9730, 7712, 7167, 8570, 9609, 15262, 11063, 7753, 8974, 7896, 12931, 10606, 7529, 10188, 7662, 12251, 8196, 10494, 10959, 7906, 9753, 7883, 7615, 8307, 8668, 13757, 8875, 11149, 8254, 9878, 9399, 8870, 11483, 7784, 9912, 7936, 11383, 8994, 9538, 9643, 7580, 9547, 7810, 13488, 10647, 11199, 9131, 7944, 9442, 9117, 14091, 9463, 11160, 7902, 7640, 9469, 8463, 12475, 7530, 6909, 8231, 8470, 14006, 10625, 9761, 8396, 7286, 10269, 10001, 15084, 9237, 11631, 8309, 9930, 8278, 8683, 10941, 8321, 11148, 7635, 7380, 8064, 9467, 10570, 8807, 11339, 7663, 10259, 7668, 10032, 9558, 8214, 11475, 7743, 9388, 8091, 9429, 13500, 9074, 13319, 8510, 9667, 8655, 9311, 12153, 7991, 11506, 8083, 12077, 8622, 11000, 9788, 7123, 8808, 7614, 11206, 7787, 11226, 10250, 7734, 10035, 7769, 11783, 8492, 10514, 10842, 7953, 11888, 7986, 14444, 10678, 13191, 10107, 7424, 10301, 7900, 14135, 10632, 10661, 8933, 7830, 9941, 7626, 12422, 10340, 8401, 9768, 7762, 10481, 7737, 11402, 10003, 7811, 10515, 7727, 9779, 7904, 9254, 13319, 9531, 7807, 7449, 8008, 11061, 9155, 8707, 11623, 7863, 7972, 8670, 9238, 15090, 10725, 11507, 8289, 7371, 9013, 8812, 15585, 10195, 9345, 8192, 7562, 8499, 7665, 13350, 9575, 8146, 7539, 7780, 9833, 8202, 13787, 10929, 9420, 7943, 7120, 7717, 7484, 12951, 9242, 8823, 7316, 7397, 10946, 9061, 14148, 10505, 11419, 8731, 9459, 9330, 8952, 12325, 8028, 11624, 7720, 11361, 9288, 9662, 10297, 7737, 10178, 7640, 10458, 9175, 7823, 12618, 7672, 8631, 8802, 9265, 15048, 10965, 8191, 8158, 7496, 11826, 9668, 13814, 10168, 7696, 10547, 7785, 8861, 9379, 8740, 12310, 7888, 7060, 8297, 7720, 13538, 10523, 12545, 9628, 7121, 7950, 7940, 11336, 8740, 10157, 9591, 7870, 10141, 7569, 12840, 9458, 13521, 10829, 8759, 8089, 7946, 9125, 7530, 13192, 10043, 8497, 9605, 7070, 11986, 8386, 12818, 11179, 8295, 14471, 11170, 8487, 11678, 8055, 14467, 10831, 11349, 13102, 7996, 10183, 7692, 8238, 7707, 7558, 13523, 8330, 7200, 8196, 8078, 13010, 9962, 10184, 11865, 8524, 7096, 7696, 7250, 11588, 10067, 7562, 11784, 7851, 13418, 9871, 14575, 11359, 8850, 8238, 8049, 9312, 7769, 12211, 9076, 7384, 7128, 7355, 8529, 7435, 12949, 9736, 14105, 9564, 11096, 8083, 8564, 8931, 10547, 12975, 8777, 13035, 8030, 11211, 8161, 12866, 10198, 8422, 8774, 7583, 9983, 7817, 13755, 10667, 8810, 8360, 7464, 9694, 7561, 13419, 10355, 7656, 9408, 7577, 11175, 8588, 9047, 12060, 8144, 12979, 9043, 10788, 11531, 9533, 14674, 8984, 11618, 8978, 10278, 12305, 8379, 11313, 7710, 8166, 8154, 8407, 14462, 10628, 10622, 8616, 7198, 8330, 8339, 12326, 8399, 9921, 8170, 6697, 8163, 7498, 12879, 9559, 11585, 8067, 7836, 8055, 8757, 12625, 9516, 13148, 8642, 11023, 8689, 10864, 11346, 8872, 13560, 7640, 7881, 6981, 7202, 12091, 9493, 11555, 8606, 7879, 9000, 8508, 15078, 10078, 13503, 9014, 8800, 8814, 7880, 13962, 10487, 9070, 8203, 7615, 12541, 9387, 12030, 12174, 8152, 10859, 7913, 8311, 8552, 8820, 13587, 8366, 11703, 7947, 11256, 8333, 8401, 10838, 7849, 9851, 8253, 7162, 7740, 7952, 13279, 8436, 11075, 7758, 7739, 9146, 8683, 13841, 10812, 9852, 8373, 7829, 12603, 10142, 14628, 11044, 7948, 11059, 8028, 13688, 10447, 9498, 12080, 7870, 9754, 7569, 7683, 12577, 10090, 13884, 8888, 7747, 9522, 9008, 14122, 11228, 8325, 9282, 7777, 13087, 10313, 9388, 10404, 7580, 8886, 7523, 8974, 11612, 8977, 10960, 7818, 7406, 8427, 8170, 13828, 10579, 8625, 7774, 7502, 7517, 7253, 11451, 7607, 10253, 7131, 7155, 7797, 7191, 11315, 8728, 13458, 8979, 11528, 8277, 12338, 9450, 10637, 9123, 7049, 9248, 7645, 12582, 9168, 14556, 11570, 9177, 8973, 7784, 11741, 9232, 15588, 11144], 'WindowCenter': [4055.0, 4060.0, 4037.0, 4053.0, 4055.0, 4011.0, 4029.0, 4011.0, 4040.0, 3996.0, 4050.0, 4041.0, 3998.0, 4018.0, 3999.0, 4027.0, 3998.0, 4050.0, 4040.0, 3999.0, 4009.0, 3999.0, 4007.0, 3998.0, 4049.0, 4029.0, 4040.0, 4001.0, 3988.0, 3998.0, 3998.0, 4051.0, 4021.0, 4010.0, 4000.0, 4000.0, 4042.0, 4021.0, 4065.0, 4042.0, 4011.0, 4022.0, 4011.0, 4052.0, 4031.0, 4076.0, 4042.0, 4012.0, 4020.0, 3990.0, 4049.0, 4021.0, 4076.0, 4020.0, 4020.0, 4009.0, 3998.0, 4040.0, 4020.0, 4063.0, 3999.0, 4029.0, 3997.0, 4018.0, 4018.0, 4008.0, 4040.0, 3998.0, 4029.0, 3998.0, 4018.0, 4028.0, 4010.0, 4052.0, 4000.0, 4028.0, 3997.0, 4008.0, 4040.0, 4010.0, 4050.0, 4000.0, 3997.0, 4019.0, 4018.0, 4063.0, 4029.0, 4030.0, 4008.0, 3987.0, 4029.0, 4029.0, 4061.0, 4030.0, 4029.0, 4007.0, 4008.0, 4050.0, 4030.0, 4060.0, 4010.0, 3988.0, 3998.0, 4009.0, 4061.0, 4040.0, 4031.0, 4011.0, 3988.0, 4026.0, 4008.0, 4062.0, 4039.0, 4021.0, 4021.0, 3999.0, 4050.0, 4041.0, 4075.0, 4042.0, 3999.0, 4018.0, 4010.0, 4048.0, 4042.0, 4030.0, 4020.0, 3988.0, 4019.0, 4008.0, 4062.0, 4041.0, 4062.0, 4017.0, 4019.0, 3998.0, 4018.0, 4007.0, 4028.0, 4018.0, 3987.0, 3996.0, 3997.0, 4028.0, 4020.0, 4041.0, 4031.0, 3988.0, 3998.0, 3988.0, 4050.0, 4031.0, 4061.0, 4010.0, 3998.0, 3998.0, 4009.0, 4053.0, 4020.0, 4052.0, 4009.0, 4009.0, 4019.0, 4021.0, 4063.0, 4020.0, 4051.0, 4008.0, 4039.0, 4030.0, 4027.0, 4008.0, 3987.0, 4007.0, 3987.0, 4038.0, 4030.0, 4040.0, 3997.0, 3978.0, 3988.0, 3986.0, 4034.0, 4020.0, 4051.0, 4009.0, 4039.0, 3999.0, 4038.0, 4016.0, 4019.0, 4009.0, 3998.0, 4009.0, 3998.0, 4039.0, 4009.0, 4042.0, 4028.0, 3989.0, 3999.0, 3977.0, 4029.0, 4018.0, 4063.0, 4030.0, 4039.0, 4017.0, 4027.0, 4018.0, 4017.0, 4029.0, 3998.0, 4009.0, 4010.0, 4040.0, 4019.0, 4021.0, 4041.0, 4012.0, 4052.0, 4000.0, 4062.0, 4043.0, 4042.0, 4020.0, 4011.0, 4029.0, 3999.0, 4062.0, 4041.0, 4073.0, 4029.0, 3987.0, 3997.0, 3999.0, 4038.0, 4007.0, 4039.0, 4029.0, 3999.0, 4019.0, 3997.0, 4049.0, 4029.0, 4020.0, 4039.0, 3999.0, 4037.0, 3999.0, 4018.0, 4051.0, 4019.0, 4053.0, 4008.0, 3988.0, 4019.0, 4018.0, 4074.0, 4040.0, 4010.0, 4009.0, 3988.0, 4050.0, 4028.0, 4063.0, 4029.0, 3988.0, 4009.0, 3999.0, 4039.0, 4029.0, 4010.0, 4029.0, 3989.0, 4029.0, 4017.0, 4027.0, 4052.0, 4020.0, 4051.0, 3997.0, 4006.0, 4016.0, 4008.0, 3998.0, 4010.0, 4018.0, 3987.0, 4009.0, 4009.0, 4040.0, 4061.0, 4020.0, 3997.0, 4026.0, 4008.0, 4014.0, 4051.0, 3999.0, 3987.0, 3997.0, 3998.0, 4038.0, 4040.0, 3998.0, 4030.0, 3996.0, 3989.0, 4050.0, 4020.0, 4019.0, 4019.0, 3998.0, 3977.0, 4008.0, 4019.0, 4073.0, 4040.0, 3999.0, 4005.0, 3998.0, 4050.0, 4029.0, 3987.0, 4028.0, 3987.0, 4036.0, 3997.0, 4027.0, 4028.0, 3997.0, 4018.0, 3997.0, 3986.0, 4007.0, 4009.0, 4062.0, 4018.0, 4039.0, 4008.0, 4018.0, 4017.0, 4018.0, 4039.0, 3998.0, 4026.0, 3998.0, 4039.0, 4019.0, 4030.0, 4029.0, 3999.0, 4030.0, 3999.0, 4048.0, 4043.0, 4042.0, 4020.0, 3997.0, 4018.0, 4008.0, 4061.0, 4018.0, 4039.0, 3997.0, 3987.0, 4018.0, 4011.0, 4051.0, 4000.0, 3988.0, 4008.0, 4008.0, 4074.0, 4042.0, 4030.0, 4008.0, 3987.0, 4028.0, 4018.0, 4063.0, 4007.0, 4037.0, 3997.0, 4016.0, 3995.0, 4006.0, 4026.0, 4008.0, 4039.0, 3999.0, 3989.0, 4010.0, 4029.0, 4040.0, 4020.0, 4041.0, 4000.0, 4029.0, 3999.0, 4030.0, 4032.0, 4011.0, 4052.0, 4001.0, 4017.0, 4009.0, 4020.0, 4063.0, 4019.0, 4063.0, 4009.0, 4028.0, 4009.0, 4018.0, 4053.0, 3998.0, 4040.0, 3997.0, 4038.0, 4008.0, 4026.0, 4030.0, 3976.0, 4021.0, 3998.0, 4040.0, 4000.0, 4039.0, 4032.0, 3998.0, 4029.0, 3999.0, 4051.0, 4021.0, 4041.0, 4053.0, 4011.0, 4052.0, 4010.0, 4061.0, 4031.0, 4052.0, 4030.0, 3986.0, 4028.0, 3998.0, 4060.0, 4029.0, 4029.0, 4018.0, 3998.0, 4017.0, 3998.0, 4048.0, 4028.0, 3997.0, 4028.0, 3999.0, 4028.0, 3997.0, 4035.0, 4030.0, 3999.0, 4039.0, 4001.0, 4042.0, 4013.0, 4030.0, 4062.0, 4029.0, 3998.0, 3985.0, 3997.0, 4038.0, 4029.0, 4022.0, 4053.0, 4011.0, 4008.0, 4020.0, 4031.0, 4075.0, 4041.0, 4040.0, 4008.0, 3986.0, 4019.0, 4006.0, 4073.0, 4030.0, 4016.0, 4007.0, 3984.0, 4003.0, 3986.0, 4049.0, 4017.0, 3998.0, 3999.0, 3996.0, 4027.0, 4008.0, 4050.0, 4040.0, 4018.0, 3998.0, 3976.0, 3996.0, 3987.0, 4061.0, 4019.0, 4021.0, 3988.0, 3988.0, 4039.0, 4018.0, 4063.0, 4040.0, 4041.0, 4007.0, 4029.0, 4019.0, 4019.0, 4050.0, 3999.0, 4041.0, 3999.0, 4039.0, 4019.0, 4030.0, 4032.0, 4000.0, 4029.0, 4010.0, 4039.0, 4031.0, 4001.0, 4064.0, 4012.0, 4022.0, 4020.0, 4032.0, 4074.0, 4042.0, 4009.0, 3998.0, 3987.0, 4040.0, 4019.0, 4063.0, 4030.0, 3998.0, 4028.0, 3995.0, 4019.0, 4017.0, 4019.0, 4050.0, 4009.0, 3978.0, 4007.0, 3999.0, 4049.0, 4029.0, 4050.0, 4018.0, 3988.0, 3997.0, 4009.0, 4039.0, 4009.0, 4041.0, 4031.0, 4009.0, 4040.0, 4000.0, 4050.0, 4029.0, 4049.0, 4042.0, 4006.0, 4010.0, 4007.0, 4030.0, 4000.0, 4060.0, 4045.0, 4035.0, 4032.0, 3990.0, 4064.0, 4012.0, 4062.0, 4052.0, 4021.0, 4072.0, 4053.0, 4020.0, 4035.0, 3997.0, 4060.0, 4026.0, 4028.0, 4051.0, 3996.0, 4016.0, 3986.0, 3995.0, 3985.0, 3983.0, 4060.0, 4007.0, 3987.0, 4009.0, 3998.0, 4050.0, 4027.0, 4030.0, 4041.0, 4010.0, 3989.0, 3998.0, 4000.0, 4052.0, 4043.0, 4001.0, 4053.0, 4010.0, 4061.0, 4031.0, 4062.0, 4042.0, 4009.0, 4009.0, 3996.0, 4018.0, 3998.0, 4049.0, 4019.0, 3988.0, 3990.0, 3991.0, 4010.0, 4000.0, 4048.0, 4030.0, 4063.0, 4032.0, 4053.0, 4011.0, 4018.0, 4022.0, 4040.0, 4065.0, 4021.0, 4052.0, 3999.0, 4037.0, 4007.0, 4049.0, 4030.0, 4009.0, 4008.0, 3998.0, 4029.0, 4000.0, 4061.0, 4041.0, 4019.0, 4010.0, 3999.0, 4030.0, 4000.0, 4061.0, 4044.0, 4001.0, 4032.0, 4012.0, 4052.0, 4022.0, 4032.0, 4064.0, 4023.0, 4064.0, 4033.0, 4042.0, 4054.0, 4043.0, 4075.0, 4020.0, 4040.0, 4020.0, 4029.0, 4053.0, 4009.0, 4039.0, 3998.0, 4008.0, 3997.0, 4006.0, 4074.0, 4040.0, 4042.0, 4009.0, 3977.0, 4007.0, 3996.0, 4050.0, 4009.0, 4029.0, 4019.0, 3978.0, 4009.0, 3999.0, 4050.0, 4032.0, 4052.0, 4010.0, 4000.0, 4010.0, 4008.0, 4051.0, 4032.0, 4063.0, 4020.0, 4039.0, 4020.0, 4027.0, 4039.0, 4020.0, 4052.0, 3997.0, 3998.0, 3988.0, 3999.0, 4051.0, 4030.0, 4051.0, 4021.0, 3998.0, 4019.0, 4021.0, 4073.0, 4031.0, 4063.0, 4008.0, 4007.0, 4020.0, 3997.0, 4061.0, 4040.0, 4018.0, 4009.0, 3996.0, 4048.0, 4018.0, 4049.0, 4040.0, 3998.0, 4038.0, 3996.0, 3997.0, 4007.0, 4007.0, 4051.0, 3998.0, 4038.0, 3996.0, 4037.0, 3994.0, 3996.0, 4039.0, 3998.0, 4030.0, 4010.0, 3988.0, 4000.0, 4009.0, 4063.0, 4020.0, 4052.0, 4011.0, 4011.0, 4032.0, 4022.0, 4074.0, 4053.0, 4033.0, 4012.0, 4000.0, 4051.0, 4029.0, 4075.0, 4042.0, 4000.0, 4040.0, 3998.0, 4061.0, 4029.0, 4029.0, 4050.0, 3998.0, 4028.0, 3996.0, 3999.0, 4050.0, 4031.0, 4061.0, 4018.0, 3998.0, 4018.0, 4018.0, 4063.0, 4041.0, 4009.0, 4018.0, 3998.0, 4050.0, 4029.0, 4021.0, 4030.0, 3998.0, 4018.0, 3998.0, 4018.0, 4039.0, 4019.0, 4040.0, 4000.0, 3988.0, 4008.0, 4010.0, 4051.0, 4042.0, 4009.0, 3999.0, 3990.0, 3989.0, 4001.0, 4051.0, 4001.0, 4042.0, 4002.0, 4003.0, 4012.0, 3992.0, 4053.0, 4020.0, 4077.0, 4033.0, 4053.0, 4022.0, 4063.0, 4031.0, 4042.0, 4034.0, 3991.0, 4034.0, 4010.0, 4063.0, 4032.0, 4074.0, 4067.0, 4031.0, 4021.0, 4000.0, 4053.0, 4031.0, 4073.0, 4053.0], 'WindowWidth': [9045.0, 9042.0, 9005.0, 9020.0, 9024.0, 8958.0, 8979.0, 8955.0, 8992.0, 8934.0, 9008.0, 8999.0, 8934.0, 8961.0, 8939.0, 8973.0, 8936.0, 9008.0, 8995.0, 8937.0, 8951.0, 8937.0, 8944.0, 8936.0, 9005.0, 8976.0, 8995.0, 8942.0, 8922.0, 8935.0, 8937.0, 9009.0, 8970.0, 8955.0, 8943.0, 8943.0, 8999.0, 8970.0, 9038.0, 9001.0, 8959.0, 8973.0, 8958.0, 9013.0, 8983.0, 9058.0, 9000.0, 8959.0, 8969.0, 8930.0, 9007.0, 8970.0, 9056.0, 8968.0, 8968.0, 8951.0, 8936.0, 8993.0, 8968.0, 9032.0, 8938.0, 8978.0, 8933.0, 8961.0, 8961.0, 8949.0, 8993.0, 8936.0, 8978.0, 8936.0, 8962.0, 8978.0, 8954.0, 9012.0, 8939.0, 8975.0, 8931.0, 8947.0, 8993.0, 8952.0, 9009.0, 8940.0, 8933.0, 8965.0, 8960.0, 9031.0, 8979.0, 8980.0, 8949.0, 8920.0, 8977.0, 8978.0, 9028.0, 8980.0, 8977.0, 8947.0, 8949.0, 9007.0, 8982.0, 9025.0, 8952.0, 8923.0, 8935.0, 8951.0, 9024.0, 8995.0, 8983.0, 8957.0, 8924.0, 8972.0, 8948.0, 9030.0, 8992.0, 8970.0, 8968.0, 8938.0, 9008.0, 8997.0, 9051.0, 8999.0, 8938.0, 8962.0, 8955.0, 9003.0, 9000.0, 8982.0, 8966.0, 8923.0, 8963.0, 8949.0, 9027.0, 8996.0, 9031.0, 8959.0, 8963.0, 8932.0, 8960.0, 8944.0, 8973.0, 8959.0, 8919.0, 8930.0, 8933.0, 8975.0, 8967.0, 8997.0, 8981.0, 8922.0, 8934.0, 8923.0, 9006.0, 8982.0, 9028.0, 8952.0, 8935.0, 8936.0, 8951.0, 9015.0, 8970.0, 9016.0, 8952.0, 8951.0, 8965.0, 8968.0, 9032.0, 8967.0, 9010.0, 8948.0, 8992.0, 8980.0, 8974.0, 8948.0, 8918.0, 8943.0, 8920.0, 8986.0, 8982.0, 8994.0, 8934.0, 8910.0, 8922.0, 8920.0, 8981.0, 8968.0, 9012.0, 8951.0, 8992.0, 8937.0, 8989.0, 8958.0, 8964.0, 8950.0, 8936.0, 8950.0, 8938.0, 8992.0, 8953.0, 9000.0, 8978.0, 8925.0, 8936.0, 8907.0, 8976.0, 8963.0, 9034.0, 8979.0, 8993.0, 8958.0, 8972.0, 8962.0, 8957.0, 8978.0, 8936.0, 8949.0, 8957.0, 8995.0, 8968.0, 8970.0, 8997.0, 8959.0, 9012.0, 8944.0, 9029.0, 9002.0, 9000.0, 8969.0, 8955.0, 8977.0, 8938.0, 9028.0, 8998.0, 9048.0, 8978.0, 8919.0, 8930.0, 8937.0, 8988.0, 8945.0, 8991.0, 8976.0, 8937.0, 8961.0, 8934.0, 9005.0, 8979.0, 8968.0, 8993.0, 8940.0, 8988.0, 8940.0, 8962.0, 9013.0, 8966.0, 9016.0, 8949.0, 8923.0, 8963.0, 8961.0, 9052.0, 8995.0, 8953.0, 8951.0, 8923.0, 9006.0, 8973.0, 9033.0, 8977.0, 8922.0, 8951.0, 8939.0, 8991.0, 8980.0, 8953.0, 8979.0, 8926.0, 8979.0, 8962.0, 8972.0, 9017.0, 8965.0, 9012.0, 8931.0, 8942.0, 8957.0, 8949.0, 8937.0, 8953.0, 8961.0, 8921.0, 8951.0, 8951.0, 8996.0, 9027.0, 8967.0, 8931.0, 8969.0, 8946.0, 8953.0, 9011.0, 8936.0, 8920.0, 8932.0, 8936.0, 8989.0, 8995.0, 8935.0, 8979.0, 8932.0, 8925.0, 9005.0, 8965.0, 8964.0, 8963.0, 8935.0, 8906.0, 8948.0, 8963.0, 9050.0, 8994.0, 8936.0, 8940.0, 8934.0, 9007.0, 8978.0, 8918.0, 8974.0, 8918.0, 8982.0, 8930.0, 8968.0, 8974.0, 8931.0, 8960.0, 8932.0, 8916.0, 8946.0, 8949.0, 9026.0, 8961.0, 8991.0, 8946.0, 8959.0, 8957.0, 8959.0, 8991.0, 8935.0, 8969.0, 8935.0, 8990.0, 8965.0, 8980.0, 8978.0, 8937.0, 8980.0, 8938.0, 9002.0, 9001.0, 8998.0, 8965.0, 8932.0, 8962.0, 8948.0, 9026.0, 8961.0, 8990.0, 8931.0, 8919.0, 8961.0, 8957.0, 9012.0, 8940.0, 8922.0, 8949.0, 8950.0, 9049.0, 8998.0, 8980.0, 8948.0, 8919.0, 8974.0, 8959.0, 9035.0, 8944.0, 8986.0, 8930.0, 8953.0, 8928.0, 8943.0, 8970.0, 8946.0, 8992.0, 8938.0, 8925.0, 8954.0, 8977.0, 8993.0, 8966.0, 8996.0, 8940.0, 8977.0, 8940.0, 8979.0, 8986.0, 8956.0, 9012.0, 8943.0, 8961.0, 8953.0, 8966.0, 9034.0, 8965.0, 9031.0, 8950.0, 8976.0, 8950.0, 8961.0, 9016.0, 8936.0, 8992.0, 8932.0, 8987.0, 8949.0, 8968.0, 8981.0, 8905.0, 8967.0, 8937.0, 8991.0, 8941.0, 8991.0, 8984.0, 8936.0, 8979.0, 8941.0, 9011.0, 8972.0, 8998.0, 9017.0, 8958.0, 9013.0, 8953.0, 9026.0, 8982.0, 9016.0, 8980.0, 8917.0, 8974.0, 8935.0, 9025.0, 8977.0, 8979.0, 8961.0, 8935.0, 8957.0, 8936.0, 9001.0, 8977.0, 8931.0, 8975.0, 8937.0, 8972.0, 8934.0, 8980.0, 8980.0, 8936.0, 8990.0, 8944.0, 9002.0, 8965.0, 8981.0, 9031.0, 8980.0, 8935.0, 8912.0, 8932.0, 8989.0, 8982.0, 8975.0, 9018.0, 8960.0, 8952.0, 8970.0, 8985.0, 9053.0, 8998.0, 8997.0, 8949.0, 8917.0, 8963.0, 8942.0, 9051.0, 8979.0, 8958.0, 8945.0, 8910.0, 8936.0, 8917.0, 9005.0, 8958.0, 8935.0, 8938.0, 8931.0, 8972.0, 8949.0, 9007.0, 8991.0, 8960.0, 8934.0, 8903.0, 8932.0, 8920.0, 9023.0, 8966.0, 8969.0, 8922.0, 8923.0, 8990.0, 8961.0, 9031.0, 8994.0, 8997.0, 8948.0, 8977.0, 8965.0, 8965.0, 9010.0, 8937.0, 8994.0, 8937.0, 8992.0, 8965.0, 8980.0, 8984.0, 8940.0, 8977.0, 8958.0, 8993.0, 8982.0, 8943.0, 9032.0, 8962.0, 8973.0, 8970.0, 8988.0, 9051.0, 9003.0, 8953.0, 8937.0, 8918.0, 8993.0, 8964.0, 9033.0, 8980.0, 8935.0, 8974.0, 8928.0, 8963.0, 8959.0, 8964.0, 9009.0, 8950.0, 8908.0, 8945.0, 8938.0, 9004.0, 8975.0, 9010.0, 8961.0, 8923.0, 8932.0, 8953.0, 8992.0, 8953.0, 8996.0, 8984.0, 8953.0, 8993.0, 8940.0, 9007.0, 8979.0, 9008.0, 9001.0, 8945.0, 8953.0, 8948.0, 8980.0, 8942.0, 9023.0, 9008.0, 8997.0, 8986.0, 8927.0, 9034.0, 8957.0, 9032.0, 9016.0, 8971.0, 9044.0, 9016.0, 8967.0, 8984.0, 8932.0, 9025.0, 8971.0, 8974.0, 9014.0, 8927.0, 8956.0, 8913.0, 8925.0, 8912.0, 8909.0, 9021.0, 8945.0, 8919.0, 8949.0, 8935.0, 9007.0, 8974.0, 8978.0, 8996.0, 8954.0, 8925.0, 8937.0, 8943.0, 9011.0, 9004.0, 8945.0, 9016.0, 8955.0, 9026.0, 8984.0, 9032.0, 9003.0, 8950.0, 8951.0, 8929.0, 8960.0, 8936.0, 9003.0, 8964.0, 8922.0, 8928.0, 8929.0, 8953.0, 8940.0, 9003.0, 8981.0, 9032.0, 8984.0, 9014.0, 8958.0, 8965.0, 8973.0, 8994.0, 9039.0, 8969.0, 9014.0, 8935.0, 8985.0, 8946.0, 9005.0, 8981.0, 8949.0, 8949.0, 8936.0, 8976.0, 8941.0, 9021.0, 9000.0, 8964.0, 8955.0, 8940.0, 8980.0, 8943.0, 9025.0, 9006.0, 8945.0, 8985.0, 8961.0, 9012.0, 8976.0, 8990.0, 9036.0, 8977.0, 9033.0, 8990.0, 9000.0, 9021.0, 9004.0, 9053.0, 8968.0, 8998.0, 8966.0, 8976.0, 9017.0, 8952.0, 8992.0, 8935.0, 8948.0, 8934.0, 8944.0, 9050.0, 8995.0, 8998.0, 8949.0, 8906.0, 8946.0, 8928.0, 9006.0, 8951.0, 8978.0, 8967.0, 8911.0, 8952.0, 8939.0, 9009.0, 8987.0, 9014.0, 8956.0, 8941.0, 8957.0, 8950.0, 9010.0, 8985.0, 9032.0, 8968.0, 8992.0, 8968.0, 8973.0, 8991.0, 8965.0, 9014.0, 8932.0, 8935.0, 8923.0, 8941.0, 9010.0, 8984.0, 9012.0, 8971.0, 8936.0, 8967.0, 8969.0, 9047.0, 8982.0, 9031.0, 8946.0, 8943.0, 8967.0, 8935.0, 9027.0, 8994.0, 8962.0, 8949.0, 8931.0, 9003.0, 8961.0, 9007.0, 8996.0, 8933.0, 8988.0, 8929.0, 8933.0, 8944.0, 8945.0, 9010.0, 8932.0, 8986.0, 8927.0, 8985.0, 8925.0, 8928.0, 8990.0, 8935.0, 8980.0, 8952.0, 8924.0, 8941.0, 8951.0, 9032.0, 8970.0, 9015.0, 8959.0, 8958.0, 8988.0, 8973.0, 9052.0, 9018.0, 8989.0, 8959.0, 8943.0, 9011.0, 8979.0, 9054.0, 9001.0, 8941.0, 8994.0, 8935.0, 9026.0, 8977.0, 8979.0, 9008.0, 8936.0, 8977.0, 8932.0, 8937.0, 9007.0, 8981.0, 9029.0, 8963.0, 8935.0, 8961.0, 8962.0, 9032.0, 8997.0, 8950.0, 8963.0, 8935.0, 9007.0, 8977.0, 8969.0, 8980.0, 8937.0, 8961.0, 8937.0, 8961.0, 8992.0, 8965.0, 8993.0, 8939.0, 8921.0, 8948.0, 8953.0, 9009.0, 8999.0, 8950.0, 8939.0, 8927.0, 8924.0, 8944.0, 9009.0, 8945.0, 9000.0, 8948.0, 8950.0, 8961.0, 8934.0, 9015.0, 8969.0, 9055.0, 8989.0, 9017.0, 8973.0, 9029.0, 8986.0, 8997.0, 8993.0, 8933.0, 8991.0, 8957.0, 9029.0, 8990.0, 9049.0, 9043.0, 8985.0, 8971.0, 8941.0, 9015.0, 8984.0, 9049.0, 9020.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.00025224137931034485</td></tr>
<tr><td colspan=3>aqi</td><td>0.01988400011494253</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.57816757182979</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1961918831300349</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952548580207133</td></tr>
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
<tr><td colspan=3>fber</td><td>3911.9697</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13320617309129928</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.701149425287355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.55815498076711</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.564024393414349</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.819029478243645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2914110706433357</td></tr>
<tr><td colspan=3>gcor</td><td>0.00419221</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0017538606189191341</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023513786494731903</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.574100821580031</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>20.907</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.4316</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8777</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299071.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.0635</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7436</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.7947</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3165.0464</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.2406</td></tr>
<tr><td colspan=3>tsnr</td><td>39.80095048993826</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>