Skip to content

Commit 00c2b97

Browse files
authored
Merge pull request #123 from Roman-Supernova-PIT/122-photometry_test_data
Modify phrosty tests (and a little bit of the code) to use the photometry_test_data images
2 parents e4bc982 + a5055af commit 00c2b97

26 files changed

+305
-203
lines changed

changes/123.phrosty.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Modify tests (and a bit of code) to use photometry_test_data

docs/api.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
===========
2+
phrosty API
3+
===========
4+
5+
.. contents::
6+
7+
phrosty.imagesubtraction
8+
------------------------
9+
10+
.. automodule:: phrosty.imagesubtraction
11+
:members:
12+
13+
phrosty.photometry
14+
------------------
15+
16+
.. automodule:: phrosty.photometry
17+
:members:
18+
19+
phrosty.pipeline
20+
----------------
21+
22+
.. automodule:: phrosty.pipeline
23+
:members:
24+
25+
phrosty.utils
26+
-------------
27+
28+
.. automodule:: phrosty.utils
29+
:members:

docs/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import datetime
88
import importlib
99
import sys
10+
import pathlib
1011
import os
1112
import tomli
1213

@@ -16,6 +17,15 @@
1617

1718
from sphinx.ext.autodoc import AttributeDocumenter
1819

20+
# -- Code import for autodoc -------------------------------------------------
21+
22+
# Make sure the phrosty module can be found so we can document the API
23+
24+
sys.path.insert( 0, str( pathlib.Path( '..' ).resolve() ) )
25+
autodoc_mock_imports = [ 'astropy', 'photutils', 'cupy', 'nvtx', 'matplotlib', 'galsim',
26+
'sfft', 'snpit_utils', 'snappl' ]
27+
28+
1929
# -- Project information -----------------------------------------------------
2030

2131
# to populate metadata from the pyproject.toml file so that changes are picked

docs/development.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. highlight:: shell
2+
3+
===========
4+
Development
5+
===========
6+
7+
If you're one of the phrosty developers, or are otherwise interested in contributing, here is some useful information.
8+
9+
10+
Running Tests
11+
-------------
12+
13+
Running all of the tests requires an NVIDIA GPU with enough memory. We are able to run them on 40GB NVIDIA GPUs, a GPU with only 12GB is not enough. (TODO: figure out the actual cutoff.)
14+
15+
To run the tests, make sure to run the SNPIT container as described in :ref:`running-snpit-container`. Inside the container, cd into the `/phrosty/phrosty/tests` directory and run::
16+
17+
SNPIT_CONFIG=phrosty_test_config.yaml pytest -v
18+

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ the github package repository at https://github.com/Roman-Supernova-PIT/phrosty
2121

2222
installation.rst
2323
usage.rst
24+
development.rst
2425
changes.rst
25-
26+
api.rst
2627

2728

2829
Indices and tables

docs/installation.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,30 @@
44
Installation
55
============
66

7+
Prerequisites
8+
-------------
9+
10+
Currently, phrosty is designed inside a container built from the the Roman Supernova PIT environment defined at https://github.com/Roman-Supernova-PIT/environment .
11+
12+
You can pull the necessary container from one of the following two sources:
13+
14+
* ``registry.nersc.gov/m4385/rknop/roman-snpit-env:cuda-dev``
15+
* ``docker.io/rknop/roman-snpit-env:cuda-dev``
16+
17+
Because phrosty (and other libraries it depends on, such as snappl) is under heavy development, it's possible that the latest container will not work properly with phrosty at any given moment.
18+
19+
.. _running-snpit-container:
20+
Running the SNPIT container
21+
---------------------------
22+
23+
TODO.
24+
725

826
Stable release
927
--------------
1028

29+
(NOTE: this is not currently supported, we don't have up-to-date pip releases.)
30+
1131
To install phrosty, run this command in your terminal:
1232

1333
.. code-block:: console

examples/perlmutter/20172782_2sci1templ.sh

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,28 @@ podman-hpc run --gpu \
2121
--mount type=bind,source=$PWD/dia_out_dir,target=/dia_out_dir \
2222
--mount type=bind,source=$PWD/lc_out_dir,target=/lc_out_dir \
2323
--mount type=bind,source=$SCRATCH/phrosty_temp,target=/phrosty_temp \
24-
--mount type=bind,source=/dvs_ro/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data,target=/sims_dir \
25-
--mount type=bind,source=/dvs_ro/cfs/cdirs/lsst/www/DESC_TD_PUBLIC/Roman+DESC/PQ+HDF5_ROMAN+LSST_LARGE,target=/snana_pq_dir \
26-
--mount type=bind,source=/dvs_ro/cfs/cdirs/lsst/www/DESC_TD_PUBLIC/Roman+DESC/ROMAN+LSST_LARGE_SNIa-normal,target=/snid_lc_dir \
24+
--mount type=bind,source=/dvs_ro/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data,target=/ou2024 \
25+
--mount type=bind,source=/dvs_ro/cfs/cdirs/lsst/www/DESC_TD_PUBLIC/Roman+DESC/PQ+HDF5_ROMAN+LSST_LARGE,target=/ou2024_snana \
26+
--mount type=bind,source=/dvs_ro/cfs/cdirs/lsst/www/DESC_TD_PUBLIC/Roman+DESC/ROMAN+LSST_LARGE_SNIa-normal,target=/ou2024_snana_lc_dir \
27+
--mount type=bind,source=/dvs_ro/cfs/cdirs/lsst/www/DESC_TD_PUBLIC/Roman+DESC/sims_sed_library,target=/ou2024_sims_sed_library \
2728
--env LD_LIBRARY_PATH=/usr/lib64:/usr/lib/x86_64-linux-gnu:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs \
2829
--env PYTHONPATH=/roman_imsim:/phrosty:/sfft \
2930
--env OPENBLAS_NUM_THREADS=1 \
3031
--env MKL_NUM_THREADS=1 \
3132
--env NUMEXPR_NUM_THREADS=1 \
3233
--env OMP_NUM_THREADS=1 \
3334
--env VECLIB_MAXIMUM_THREADS=1 \
34-
--env SIMS_DIR=/sims_dir \
35-
--env SNANA_PQ_DIR=/snana_pq_dir \
3635
--env TERM=xterm \
3736
-w /home \
3837
-it \
3938
registry.nersc.gov/m4385/rknop/roman-snpit-env:cuda-dev \
4039
python phrosty/phrosty/pipeline.py \
41-
-c phrosty_config.yaml \
40+
-c phrosty/examples/perlmutter/phrosty_config.yaml \
4241
--oid 20172782 \
4342
-r 7.551093401915147 \
4443
-d -44.80718106491529 \
4544
-b R062 \
46-
-t 20172782_instances_templates_1.csv \
47-
-s 20172782_instances_science_two_images.csv \
45+
-t phrosty/examples/perlmutter/20172782_instances_templates_1.csv \
46+
-s phrosty/examples/perlmutter/20172782_instances_science_2.csv \
4847
-p 15 \
4948
-w 5
Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
path pointing sca mjd band
2-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/35083/Roman_TDS_simple_model_R062_35083_8.fits.gz 35083 8 62455.174 R062
3-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/35088/Roman_TDS_simple_model_R062_35088_2.fits.gz 35088 2 62455.19 R062
4-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/35857/Roman_TDS_simple_model_R062_35857_3.fits.gz 35857 3 62465.187 R062
5-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/36242/Roman_TDS_simple_model_R062_36242_5.fits.gz 36242 5 62470.187 R062
6-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/36626/Roman_TDS_simple_model_R062_36626_15.fits.gz 36626 15 62475.185 R062
7-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/37391/Roman_TDS_simple_model_R062_37391_6.fits.gz 37391 6 62485.168 R062
8-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/37395/Roman_TDS_simple_model_R062_37395_16.fits.gz 37395 16 62485.182 R062
9-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/37396/Roman_TDS_simple_model_R062_37396_8.fits.gz 37396 8 62485.185 R062
10-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/38155/Roman_TDS_simple_model_R062_38155_11.fits.gz 38155 11 62495.15 R062
11-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/38160/Roman_TDS_simple_model_R062_38160_4.fits.gz 38160 4 62495.166 R062
12-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/38535/Roman_TDS_simple_model_R062_38535_15.fits.gz 38535 15 62500.134 R062
13-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/38920/Roman_TDS_simple_model_R062_38920_3.fits.gz 38920 3 62505.134 R062
14-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/39680/Roman_TDS_simple_model_R062_39680_15.fits.gz 39680 15 62515.102 R062
15-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/40060/Roman_TDS_simple_model_R062_40060_18.fits.gz 40060 18 62520.086 R062
16-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/40820/Roman_TDS_simple_model_R062_40820_10.fits.gz 40820 10 62530.053 R062
17-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/40825/Roman_TDS_simple_model_R062_40825_15.fits.gz 40825 15 62530.07 R062
18-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/41200/Roman_TDS_simple_model_R062_41200_1.fits.gz 41200 1 62535.037 R062
19-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/41205/Roman_TDS_simple_model_R062_41205_12.fits.gz 41205 12 62535.053 R062
20-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/42356/Roman_TDS_simple_model_R062_42356_18.fits.gz 42356 18 62550.04 R062
21-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/43122/Roman_TDS_simple_model_R062_43122_13.fits.gz 43122 13 62560.027 R062
22-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/43507/Roman_TDS_simple_model_R062_43507_17.fits.gz 43507 17 62565.027 R062
23-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/43893/Roman_TDS_simple_model_R062_43893_1.fits.gz 43893 1 62570.029 R062
24-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/44278/Roman_TDS_simple_model_R062_44278_17.fits.gz 44278 17 62575.029 R062
25-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/44279/Roman_TDS_simple_model_R062_44279_9.fits.gz 44279 9 62575.032 R062
26-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/44664/Roman_TDS_simple_model_R062_44664_12.fits.gz 44664 12 62580.032 R062
27-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/44669/Roman_TDS_simple_model_R062_44669_5.fits.gz 44669 5 62580.048 R062
28-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/45054/Roman_TDS_simple_model_R062_45054_14.fits.gz 45054 14 62585.048 R062
29-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/47004/Roman_TDS_simple_model_R062_47004_7.fits.gz 47004 7 62610.128 R062
30-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/47394/Roman_TDS_simple_model_R062_47394_8.fits.gz 47394 8 62615.144 R062
31-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/47784/Roman_TDS_simple_model_R062_47784_5.fits.gz 47784 5 62620.16 R062
32-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/48174/Roman_TDS_simple_model_R062_48174_11.fits.gz 48174 11 62625.176 R062
33-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/48943/Roman_TDS_simple_model_R062_48943_9.fits.gz 48943 9 62635.174 R062
34-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/48948/Roman_TDS_simple_model_R062_48948_3.fits.gz 48948 3 62635.19 R062
35-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/49333/Roman_TDS_simple_model_R062_49333_1.fits.gz 49333 1 62640.19 R062
36-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/50102/Roman_TDS_simple_model_R062_50102_2.fits.gz 50102 2 62650.187 R062
37-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/50487/Roman_TDS_simple_model_R062_50487_8.fits.gz 50487 8 62655.187 R062
38-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/50871/Roman_TDS_simple_model_R062_50871_11.fits.gz 50871 11 62660.185 R062
39-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/51256/Roman_TDS_simple_model_R062_51256_4.fits.gz 51256 4 62665.185 R062
40-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/51635/Roman_TDS_simple_model_R062_51635_17.fits.gz 51635 17 62670.166 R062
41-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/52015/Roman_TDS_simple_model_R062_52015_14.fits.gz 52015 14 62675.15 R062
42-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/52020/Roman_TDS_simple_model_R062_52020_1.fits.gz 52020 1 62675.166 R062
43-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/52395/Roman_TDS_simple_model_R062_52395_18.fits.gz 52395 18 62680.134 R062
44-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/52400/Roman_TDS_simple_model_R062_52400_2.fits.gz 52400 2 62680.15 R062
45-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/52780/Roman_TDS_simple_model_R062_52780_12.fits.gz 52780 12 62685.134 R062
46-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/53160/Roman_TDS_simple_model_R062_53160_15.fits.gz 53160 15 62690.118 R062
47-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/53540/Roman_TDS_simple_model_R062_53540_18.fits.gz 53540 18 62695.102 R062
48-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/53920/Roman_TDS_simple_model_R062_53920_17.fits.gz 53920 17 62700.086 R062
49-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/54300/Roman_TDS_simple_model_R062_54300_16.fits.gz 54300 16 62705.07 R062
50-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/54305/Roman_TDS_simple_model_R062_54305_15.fits.gz 54305 15 62705.086 R062
51-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/54685/Roman_TDS_simple_model_R062_54685_14.fits.gz 54685 14 62710.07 R062
52-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/55065/Roman_TDS_simple_model_R062_55065_11.fits.gz 55065 11 62715.053 R062
53-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/55440/Roman_TDS_simple_model_R062_55440_8.fits.gz 55440 8 62720.021 R062
54-
/global/cfs/cdirs/lsst/shared/external/roman-desc-sims/Roman_data/RomanTDS/images/simple_model/R062/55445/Roman_TDS_simple_model_R062_55445_3.fits.gz 55445 3 62720.037 R062
2+
simple_model/R062/35083/Roman_TDS_simple_model_R062_35083_8.fits.gz 35083 8 62455.174 R062
3+
simple_model/R062/35088/Roman_TDS_simple_model_R062_35088_2.fits.gz 35088 2 62455.19 R062
4+
simple_model/R062/35857/Roman_TDS_simple_model_R062_35857_3.fits.gz 35857 3 62465.187 R062
5+
simple_model/R062/36242/Roman_TDS_simple_model_R062_36242_5.fits.gz 36242 5 62470.187 R062
6+
simple_model/R062/36626/Roman_TDS_simple_model_R062_36626_15.fits.gz 36626 15 62475.185 R062
7+
simple_model/R062/37391/Roman_TDS_simple_model_R062_37391_6.fits.gz 37391 6 62485.168 R062
8+
simple_model/R062/37395/Roman_TDS_simple_model_R062_37395_16.fits.gz 37395 16 62485.182 R062
9+
simple_model/R062/37396/Roman_TDS_simple_model_R062_37396_8.fits.gz 37396 8 62485.185 R062
10+
simple_model/R062/38155/Roman_TDS_simple_model_R062_38155_11.fits.gz 38155 11 62495.15 R062
11+
simple_model/R062/38160/Roman_TDS_simple_model_R062_38160_4.fits.gz 38160 4 62495.166 R062
12+
simple_model/R062/38535/Roman_TDS_simple_model_R062_38535_15.fits.gz 38535 15 62500.134 R062
13+
simple_model/R062/38920/Roman_TDS_simple_model_R062_38920_3.fits.gz 38920 3 62505.134 R062
14+
simple_model/R062/39680/Roman_TDS_simple_model_R062_39680_15.fits.gz 39680 15 62515.102 R062
15+
simple_model/R062/40060/Roman_TDS_simple_model_R062_40060_18.fits.gz 40060 18 62520.086 R062
16+
simple_model/R062/40820/Roman_TDS_simple_model_R062_40820_10.fits.gz 40820 10 62530.053 R062
17+
simple_model/R062/40825/Roman_TDS_simple_model_R062_40825_15.fits.gz 40825 15 62530.07 R062
18+
simple_model/R062/41200/Roman_TDS_simple_model_R062_41200_1.fits.gz 41200 1 62535.037 R062
19+
simple_model/R062/41205/Roman_TDS_simple_model_R062_41205_12.fits.gz 41205 12 62535.053 R062
20+
simple_model/R062/42356/Roman_TDS_simple_model_R062_42356_18.fits.gz 42356 18 62550.04 R062
21+
simple_model/R062/43122/Roman_TDS_simple_model_R062_43122_13.fits.gz 43122 13 62560.027 R062
22+
simple_model/R062/43507/Roman_TDS_simple_model_R062_43507_17.fits.gz 43507 17 62565.027 R062
23+
simple_model/R062/43893/Roman_TDS_simple_model_R062_43893_1.fits.gz 43893 1 62570.029 R062
24+
simple_model/R062/44278/Roman_TDS_simple_model_R062_44278_17.fits.gz 44278 17 62575.029 R062
25+
simple_model/R062/44279/Roman_TDS_simple_model_R062_44279_9.fits.gz 44279 9 62575.032 R062
26+
simple_model/R062/44664/Roman_TDS_simple_model_R062_44664_12.fits.gz 44664 12 62580.032 R062
27+
simple_model/R062/44669/Roman_TDS_simple_model_R062_44669_5.fits.gz 44669 5 62580.048 R062
28+
simple_model/R062/45054/Roman_TDS_simple_model_R062_45054_14.fits.gz 45054 14 62585.048 R062
29+
simple_model/R062/47004/Roman_TDS_simple_model_R062_47004_7.fits.gz 47004 7 62610.128 R062
30+
simple_model/R062/47394/Roman_TDS_simple_model_R062_47394_8.fits.gz 47394 8 62615.144 R062
31+
simple_model/R062/47784/Roman_TDS_simple_model_R062_47784_5.fits.gz 47784 5 62620.16 R062
32+
simple_model/R062/48174/Roman_TDS_simple_model_R062_48174_11.fits.gz 48174 11 62625.176 R062
33+
simple_model/R062/48943/Roman_TDS_simple_model_R062_48943_9.fits.gz 48943 9 62635.174 R062
34+
simple_model/R062/48948/Roman_TDS_simple_model_R062_48948_3.fits.gz 48948 3 62635.19 R062
35+
simple_model/R062/49333/Roman_TDS_simple_model_R062_49333_1.fits.gz 49333 1 62640.19 R062
36+
simple_model/R062/50102/Roman_TDS_simple_model_R062_50102_2.fits.gz 50102 2 62650.187 R062
37+
simple_model/R062/50487/Roman_TDS_simple_model_R062_50487_8.fits.gz 50487 8 62655.187 R062
38+
simple_model/R062/50871/Roman_TDS_simple_model_R062_50871_11.fits.gz 50871 11 62660.185 R062
39+
simple_model/R062/51256/Roman_TDS_simple_model_R062_51256_4.fits.gz 51256 4 62665.185 R062
40+
simple_model/R062/51635/Roman_TDS_simple_model_R062_51635_17.fits.gz 51635 17 62670.166 R062
41+
simple_model/R062/52015/Roman_TDS_simple_model_R062_52015_14.fits.gz 52015 14 62675.15 R062
42+
simple_model/R062/52020/Roman_TDS_simple_model_R062_52020_1.fits.gz 52020 1 62675.166 R062
43+
simple_model/R062/52395/Roman_TDS_simple_model_R062_52395_18.fits.gz 52395 18 62680.134 R062
44+
simple_model/R062/52400/Roman_TDS_simple_model_R062_52400_2.fits.gz 52400 2 62680.15 R062
45+
simple_model/R062/52780/Roman_TDS_simple_model_R062_52780_12.fits.gz 52780 12 62685.134 R062
46+
simple_model/R062/53160/Roman_TDS_simple_model_R062_53160_15.fits.gz 53160 15 62690.118 R062
47+
simple_model/R062/53540/Roman_TDS_simple_model_R062_53540_18.fits.gz 53540 18 62695.102 R062
48+
simple_model/R062/53920/Roman_TDS_simple_model_R062_53920_17.fits.gz 53920 17 62700.086 R062
49+
simple_model/R062/54300/Roman_TDS_simple_model_R062_54300_16.fits.gz 54300 16 62705.07 R062
50+
simple_model/R062/54305/Roman_TDS_simple_model_R062_54305_15.fits.gz 54305 15 62705.086 R062
51+
simple_model/R062/54685/Roman_TDS_simple_model_R062_54685_14.fits.gz 54685 14 62710.07 R062
52+
simple_model/R062/55065/Roman_TDS_simple_model_R062_55065_11.fits.gz 55065 11 62715.053 R062
53+
simple_model/R062/55440/Roman_TDS_simple_model_R062_55440_8.fits.gz 55440 8 62720.021 R062
54+
simple_model/R062/55445/Roman_TDS_simple_model_R062_55445_3.fits.gz 55445 3 62720.037 R062
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
path pointing sca mjd band
2+
simple_model/R062/35083/Roman_TDS_simple_model_R062_35083_8.fits.gz 35083 8 62455.174 R062
3+
simple_model/R062/41205/Roman_TDS_simple_model_R062_41205_12.fits.gz 41205 12 62535.053 R062

examples/perlmutter/20172782_instances_science_two_images.csv

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)