Skip to content

Commit e06feef

Browse files
committed
Please flake8
1 parent f575930 commit e06feef

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

converter.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
builder = RomanASDFBuilder()
1010
builder.include_raw_header = False
1111

12-
fname_path = "/Users/ajk107/code/roman/roman_imsim/roman_imsim_testdata/output/RomanTDS_prism/images/simple_model/Roman_TDS_simple_model_test_SNPrism_4191_4.fits"
12+
fname_path = ("/Users/ajk107/code/roman/roman_imsim/roman_imsim_testdata/"
13+
"output/RomanTDS_prism/images/simple_model/"
14+
"Roman_TDS_simple_model_test_SNPrism_4191_4.fits"
15+
)
1316
visit = 4191
1417
base = {"input": {"obseq_data": {"visit": visit}}}
1518
config = {}

roman_imsim/sca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def buildImage(self, config, base, image_num, obj_num, logger):
110110
full_image.header["NAXIS2"] = full_ysize
111111
full_image.header["RADESYS"] = "ICRS"
112112
full_image.header["SCA"] = self.sca
113-
#this should go to wcs header
113+
# This should go to wcs header
114114
full_image.header["INSTRUME"] = "WFI"
115115
full_image.header["EXPTIME"] = self.exptime
116116
full_image.header["MJD-OBS"] = self.mjd

0 commit comments

Comments
 (0)