Skip to content

Commit

Permalink
Fixed path to NPASS pixmap
Browse files Browse the repository at this point in the history
  • Loading branch information
HiramHerrera committed Nov 15, 2023
1 parent cd02e23 commit 63856f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desisim/survey_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def assign_exposures(self,exptime=None):
self.mockcatalog['EXPTIME']=exptime
else:
log.info("Assigning exposures")
filename=os.path.join(os.path.dirname(desisim.__file__),'data/npass_pixmap.fits')
filename='/global/cfs/cdirs/desi/users/hiramk/desi/quickquasars/sampling_tests/npass_pixmap.fits'
pixmap=Table.read(filename)
mock=self.mockcatalog
try:
Expand Down

0 comments on commit 63856f5

Please sign in to comment.