spacetelescope / wfc3tools

Python tools for HST WFC3 data calibration and analysis
https://wfc3tools.readthedocs.io/en/latest/
Other
6 stars 19 forks source link

Allow file paths as input to calwf3 #37

Open cshanahan1 opened 5 years ago

cshanahan1 commented 5 years ago

It would be useful for other functions that call calwf3 (or that run it on organized data) to be able to input file paths, rather than needing to change directories in a script because it only allows file names.

cshanahan1 commented 4 years ago

Note on this, you can give it a path, but that path is limited to 6 additional characters including slashes..

calwf3.e data/input_file.fits works calwf3.e a/b/c/input_file.fits works

calwf3 dataaa/input_file.fits does not work calwf3 a/b/c/d/input_file.fits does not work

@mdlpstsci should I make an issue in hstcal for this?