Changeset 18202 for trunk/DataCheck
- Timestamp:
- 06/11/15 11:45:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/plot_ratescan.py
r18200 r18202 46 46 47 47 file_path = infile_path.format(y=year, m=month, d=day) 48 print "opening file_path:", file_path48 #print "opening file_path:", file_path 49 49 try: 50 50 f = fits.open(file_path)
Note:
See TracChangeset
for help on using the changeset viewer.