You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/prime/prime-photometry/bin/photometrus", line 18, in <module>
multi_master.main()
File "/home/prime/prime-photometry/photomitrus/multi_master.py", line 164, in main
multi_master(args.parent, args.target, args.date, args.band, args.chip, args.rot_val, args.no_shift, args.astromnet,
File "/home/prime/prime-photometry/photomitrus/multi_master.py", line 142, in multi_master
shiftprocess(parentdir, f, band, rot_val)
File "/home/prime/prime-photometry/photomitrus/multi_master.py", line 52, in shiftprocess
master(parentdir=parentdir, chip=chip, band=band, sigma=sigma, rot_val=rot_val)
File "/home/prime/prime-photometry/photomitrus/master.py", line 273, in master
flatfielding(astromdir, FFdir, band, chip)
File "/home/prime/prime-photometry/photomitrus/master.py", line 97, in flatfielding
flatpath = gen_mflat_file_name(band, chip)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/prime/prime-photometry/photomitrus/settings.py", line 39, in gen_mflat_file_name
for f in sorted(os.listdir(base_dir+'/mflats/')):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/prime/prime-photometry/photomitrus/mflats/'
The text was updated successfully, but these errors were encountered:
When I run the following command in the refactoring_cmd branch, the code doesn't find the flats:
I get the following traceback error:
The text was updated successfully, but these errors were encountered: