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
{{ message }}
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.
A few more data products that I made for MAST ingestion via scripts, that would be much better if they could be automatically generated by the MTPipeline on output, are:
*-THUMB.png = 200x200 pixel scaled PNG versions of every full-res .png (should be four in total per IPPPSSOOT). The command I used is: convert -quality 50 -resize 200x200 -colors 255 <file>.png <file>-THUMB.png
Also, I create .tar.gz files that tar all the full-res PNGs and FITS files for a given proposalID_targetDescrip subdirectory. As an example, the file name syntax for subdirectory acs/09059_mp762-pulcova/ is:
hlsp_mt_hst_acs-hrc_all-mp762-pulcova_all_v1-0_bundle.tar.gz
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A few more data products that I made for MAST ingestion via scripts, that would be much better if they could be automatically generated by the MTPipeline on output, are:
*-THUMB.png = 200x200 pixel scaled PNG versions of every full-res .png (should be four in total per IPPPSSOOT). The command I used is:
convert -quality 50 -resize 200x200 -colors 255 <file>.png <file>-THUMB.png
Also, I create .tar.gz files that tar all the full-res PNGs and FITS files for a given proposalID_targetDescrip subdirectory. As an example, the file name syntax for subdirectory acs/09059_mp762-pulcova/ is:
hlsp_mt_hst_acs-hrc_all-mp762-pulcova_all_v1-0_bundle.tar.gz
The text was updated successfully, but these errors were encountered: